diff --git a/poetry.lock b/poetry.lock index 4cbc3201..f2f7f87f 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.9" 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.9.tar.gz", hash = "sha256:a17242d68ee801fbee689d2c284aa958dd6ef4b8a2800ec061c81b1674f1c01b"}, + {file = "django_reversion-5.0.9-py3-none-any.whl", hash = "sha256:9f4d83df2c0ec6d013e2495649fc85eae5df4ead0f7552fe89709360959f73af"}, ] [package.dependencies] @@ -1948,4 +1948,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "5da2bd33d93e7a1cfb6edcc003c3777bf297951618c892cb76de0e024eeed05d" +content-hash = "06dcfa170f3d579285ad17ed7127c6bfa019e1436e01ee2aa15cb76ee585e991" diff --git a/pyproject.toml b/pyproject.toml index 5d3239ec..22e0fc08 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.9" django-taggit = "4.0.0" django-bootstrap-pagination = "1.7.1" unidecode = "1.3.6"