diff --git a/poetry.lock b/poetry.lock index 939a17491c..7bfaaa818f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1195,17 +1195,17 @@ redis = ">=3.0.0" [[package]] name = "django-reversion" -version = "4.0.2" +version = "5.0.12" description = "An extension to the Django web framework that provides version control for model instances." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "django-reversion-4.0.2.tar.gz", hash = "sha256:5d33ba944dbf19c7030c9e70e3731248ae34368cf2afede10e0d08fbf89e6f8c"}, - {file = "django_reversion-4.0.2-py3-none-any.whl", hash = "sha256:095ec684626a07b48a1a32640e30cae93eb2acd3c452a9111f77ac934c2efb91"}, + {file = "django-reversion-5.0.12.tar.gz", hash = "sha256:c047cc99a9f1ba4aae6db89c3ac243478d6de98ec8a60c7073fcc875d89c5cdb"}, + {file = "django_reversion-5.0.12-py3-none-any.whl", hash = "sha256:5884e9f77f55c341b3f0a8d3b0af000f060530653776997267c8b1e5349d8fee"}, ] [package.dependencies] -django = ">=2.0" +django = ">=3.2" [[package]] name = "django-robots" @@ -4247,4 +4247,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "3.9.18" -content-hash = "2bbcbb61e331734585677e08ab0bb998c292ef2d7ea51f06e567a6a9f18f0307" +content-hash = "895c86bcf09a319053bad44d1ed8e96bdf8d66a17076f3df9285279921bdf947" diff --git a/pyproject.toml b/pyproject.toml index dc8ca8f399..68a15063fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ django-hijack-admin = "^2.1.10" django-ipware = "^4.0.0" django-oauth-toolkit = "^1.7.0" django-redis = "^5.0.0" -django-reversion = "^4.0.1" +django-reversion = "^5.0.0" django-robots = "^4.0.0" django-server-status = "^0.7.3" django-storages = "^1.11.1"