diff --git a/poetry.lock b/poetry.lock index 45633a1..4529499 100644 --- a/poetry.lock +++ b/poetry.lock @@ -367,13 +367,13 @@ toml = ["tomli"] [[package]] name = "django" -version = "3.2.24" +version = "3.2.25" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.6" files = [ - {file = "Django-3.2.24-py3-none-any.whl", hash = "sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5"}, - {file = "Django-3.2.24.tar.gz", hash = "sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18"}, + {file = "Django-3.2.25-py3-none-any.whl", hash = "sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38"}, + {file = "Django-3.2.25.tar.gz", hash = "sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777"}, ] [package.dependencies] @@ -1563,4 +1563,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "57ff3f94a4eb4378fc487b19e52925947960898fd23f5c1d567ec72672917017" +content-hash = "a34a3ca8b13fb0b546a275938ff994d3033f187911c3e9b62b794a7c78a60d29" diff --git a/pyproject.toml b/pyproject.toml index c18ba70..c30401c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [] [tool.poetry.dependencies] python = "^3.8" -django = "^3.2.24" +django = "^3.2.25" django-environ = "^0.4.5" psycopg2 = "^2.8.6" werkzeug = "^3.0.1"