diff --git a/poetry.lock b/poetry.lock index 4cbc3201..6070dbcd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "amqp" @@ -766,13 +766,13 @@ Django = ">=3.2" [[package]] name = "django-reversion" -version = "5.0.4" +version = "5.0.10" description = "An extension to the Django web framework that provides version control for model instances." optional = false python-versions = ">=3.7" files = [ - {file = "django-reversion-5.0.4.tar.gz", hash = "sha256:c12bab452d31dd3c244456cf1df383acf14ba147cf99404c5e44412596de42fc"}, - {file = "django_reversion-5.0.4-py3-none-any.whl", hash = "sha256:a591cbce8621b5d036a37617554668b5ef2eb9777682e3af20b6401ee87cfbc5"}, + {file = "django-reversion-5.0.10.tar.gz", hash = "sha256:c18749a67c1db4167ccaccc36395c5fe6078f312869683c2f3d214051e5a6b29"}, + {file = "django_reversion-5.0.10-py3-none-any.whl", hash = "sha256:1209a7965ea91f39a297424450f88732e01acf841e024a1eec6c6420367a6252"}, ] [package.dependencies] @@ -1948,4 +1948,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "5da2bd33d93e7a1cfb6edcc003c3777bf297951618c892cb76de0e024eeed05d" +content-hash = "75162a5f46bacc85c475c45d2f35cd3c5d8832d0cba397fd04a0cb12c8411cbe" diff --git a/pyproject.toml b/pyproject.toml index 5d3239ec..4d5a219f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python-dotenv = "1.0.0" dj-database-url = "1.0.0" gunicorn = "21.2.0" django-crispy-forms = "1.14.0" -django-reversion = "5.0.4" +django-reversion = "5.0.10" django-taggit = "4.0.0" django-bootstrap-pagination = "1.7.1" unidecode = "1.3.6"