From ef827f22e54d98303470b0cf39c7054b73dd5a11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Oct 2023 12:05:22 +0000 Subject: [PATCH] chore(api): update dependency django to v3.2.22 Part-of: --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index fee7c688b..e91c7316b 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1015,13 +1015,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[package]] name = "django" -version = "3.2.21" +version = "3.2.22" 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.21-py3-none-any.whl", hash = "sha256:d31b06c58aa2cd73998ca5966bc3001243d3c4e77ee2d0c479bced124765fd99"}, - {file = "Django-3.2.21.tar.gz", hash = "sha256:a5de4c484e7b7418e6d3e52a5b8794f0e6b9f9e4ce3c037018cf1c489fa87f3c"}, + {file = "Django-3.2.22-py3-none-any.whl", hash = "sha256:c5e7b668025a6e06cad9ba6d4de1fd1a21212acebb51ea34abb400c6e4d33430"}, + {file = "Django-3.2.22.tar.gz", hash = "sha256:83b6d66b06e484807d778263fdc7f9186d4dc1862fcfa6507830446ac6b060ba"}, ] [package.dependencies] @@ -3871,4 +3871,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "810bb4c39de1b28775f4bea3172850d37abe7ce3ea026c526d1ec10405501682" +content-hash = "a56b24fa2ad66df5f62aa1987e9c6a5a66cab37e2967a2e3347bc5a49f3a7123" diff --git a/api/pyproject.toml b/api/pyproject.toml index ea6ce316b..8470c51c1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.7" # Django dj-rest-auth = { extras = ["with_social"], version = "2.2.8" } -django = "==3.2.21" +django = "==3.2.22" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10" django-cacheops = "==6.1"