From 2bed8e2ab304708e92718383e80b2da4418be304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:33:17 +0000 Subject: [PATCH] Bump django from 5.2.12 to 5.2.14 Bumps [django](https://github.com/django/django) from 5.2.12 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.12...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1d28492..f77327d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -484,14 +484,14 @@ files = [ [[package]] name = "django" -version = "5.2.12" +version = "5.2.14" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.2.12-py3-none-any.whl", hash = "sha256:4853482f395c3a151937f6991272540fcbf531464f254a347bf7c89f53c8cff7"}, - {file = "django-5.2.12.tar.gz", hash = "sha256:6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"}, + {file = "django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76"}, + {file = "django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2"}, ] [package.dependencies] @@ -2005,4 +2005,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.0" -content-hash = "3173fb0b64bd8723695d4acfa69d1a79bee7212baa610f49718284470461fd15" +content-hash = "153ad05806df919f94d6d1428fc9a899e1d66191df85d9d20232ad3602f0f16b" diff --git a/pyproject.toml b/pyproject.toml index 17ae557..be6800c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ force_single_line = true [tool.poetry.dependencies] python = "^3.12.0" crispy-bootstrap5 = "^2024.2" -django = "^5.2.8" +django = "^5.2.14" django-allauth = { version = "^65.14", extras = ["socialaccount"] } django-crispy-forms = "^2.1" django-debug-toolbar = "^4.3.0"