From 7f7f4a1fffa40f0c0b16a3741998df3255dab525 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 May 2024 12:34:16 +0000 Subject: [PATCH] chore(api): update dependency django to v3.2.25 --- 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 4c2cb2fe4..adfbaa5a6 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1079,13 +1079,13 @@ with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[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] @@ -4560,4 +4560,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "1cb72b0ec08e20c65fc13878a98fa142c8bd03d94be99d82263fd081b377b468" +content-hash = "f75b0966b75cde14bae91e7637a696596021fda24882fad37bd8653b47bc646d" diff --git a/api/pyproject.toml b/api/pyproject.toml index 3dfbfd6ac..1dfa33403 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -29,7 +29,7 @@ python = "^3.8,<3.12" # Django dj-rest-auth = { extras = ["with_social"], version = "2.2.8" } -django = "==3.2.24" +django = "==3.2.25" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10" django-cacheops = "==6.1"