From 38b64cad7d996c215d0245fe0b8939362ed867fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jun 2023 18:02:49 +0000 Subject: [PATCH] chore(api): update dependency django to v3.2.19 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 eb9c938d3..3549f649e 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -979,14 +979,14 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[package]] name = "django" -version = "3.2.16" +version = "3.2.19" 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.19-py3-none-any.whl", hash = "sha256:21cc991466245d659ab79cb01204f9515690f8dae00e5eabde307f14d24d4d7d"}, + {file = "Django-3.2.19.tar.gz", hash = "sha256:031365bae96814da19c10706218c44dff3b654cc4de20a98bd2d29b9bde469f0"}, ] [package.dependencies] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "818b10150eaecaf513e91b73e69cc81a6ad8c67f881f90e6f441d128517712ca" +content-hash = "6d4d1dce735712005a94df63fdb7681a80daa34e8274d81735dd2d30dc8b1a40" diff --git a/api/pyproject.toml b/api/pyproject.toml index f84f0d479..f895e8d29 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.16" +django = "==3.2.19" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10" django-cacheops = "==6.1"