diff --git a/api/poetry.lock b/api/poetry.lock index cc98a57f9..1634a3f65 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -988,14 +988,14 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[package]] name = "django" -version = "3.2.16" +version = "3.2.18" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "Django-3.2.16-py3-none-any.whl", hash = "sha256:18ba8efa36b69cfcd4b670d0fa187c6fe7506596f0ababe580e16909bcdec121"}, - {file = "Django-3.2.16.tar.gz", hash = "sha256:3adc285124244724a394fa9b9839cc8cd116faf7d159554c43ecdaa8cdf0b94d"}, + {file = "Django-3.2.18-py3-none-any.whl", hash = "sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706"}, + {file = "Django-3.2.18.tar.gz", hash = "sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba"}, ] [package.dependencies] @@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "91c6bd3bd4bfc91dde989c4a627321580b9db653974ccf4ddfabef9630391260" +content-hash = "e6af353b4287d5448a96c0acf0b97eb252b35f7f4899defbd8efa5d884590fa3" diff --git a/api/pyproject.toml b/api/pyproject.toml index 9581ff5ef..cb80b4cc5 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.8" # Django dj-rest-auth = { extras = ["with_social"], version = "2.2.8" } -django = "==3.2.16" +django = "==3.2.18" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10" django-cacheops = "==6.1"