diff --git a/poetry.lock b/poetry.lock index 08bca95b2ecd3606a3b64ad926350dea72ef14ba..ee7b7e871602cd15d562b8dbf6241b9552c8588e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,14 +1028,14 @@ django = ">=2.2" [[package]] name = "django-reversion" -version = "3.0.9" +version = "4.0.0" description = "An extension to the Django web framework that provides version control for model instances." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] -django = ">=1.11" +django = ">=2.0" [[package]] name = "django-sass-processor" @@ -2690,7 +2690,7 @@ s3 = ["boto3", "django-storages"] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "fadc348111323dfbfd7acdb5d942272cda55dcca2c6e156fdfff8a955f792750" +content-hash = "7b7900aa2725e1ec7ac9f7e51e574449d787a4a3b7421d3e8c714a06ffe4d6fb" [metadata.files] alabaster = [ @@ -3128,8 +3128,8 @@ django-render-block = [ {file = "django_render_block-0.8.1-py3-none-any.whl", hash = "sha256:903969efd0949f750c5fe71affe6e6b1ea66d03005c102a67fda36d5b9f4e1e1"}, ] django-reversion = [ - {file = "django-reversion-3.0.9.tar.gz", hash = "sha256:a5af55f086a3f9c38be2f049c251e06005b9ed48ba7a109473736b1fc95a066f"}, - {file = "django_reversion-3.0.9-py3-none-any.whl", hash = "sha256:1b57127a136b969f4b843a915c72af271febe7f336469db6c27121f8adcad35c"}, + {file = "django-reversion-4.0.0.tar.gz", hash = "sha256:ad6d714b4b9b824e22b88d47201cc0f74b5c4294c8d4e1f8d7ac7c3631ef3188"}, + {file = "django_reversion-4.0.0-py3-none-any.whl", hash = "sha256:f059c654e38c0dd8dccd7f0990aa2f6d9ad22dab55c5e095f9596aeda8079dcd"}, ] django-sass-processor = [ {file = "django-sass-processor-1.0.1.tar.gz", hash = "sha256:dcaad47c591a2d52689c1bd209259e922e902d886293f0d5c9e0d1a4eb85eda2"}, diff --git a/pyproject.toml b/pyproject.toml index df5990aef1dc37d45950a1837ccc3bd7966af5e7..17c28767d9e4fb69f4b8036612f661dbd3373f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ celery-haystack-ng = "^0.20" django-dbbackup = "^3.3.0" spdx-license-list = "^0.5.0" license-expression = "^1.2" -django-reversion = "^3.0.7" +django-reversion = "^4.0.0" django-favicon-plus-reloaded = "^1.1.2" django-health-check = "^3.12.1" psutil = "^5.7.0"