From 78284c091bb65e113fd326f0ba7a5ca7df29e222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:04:47 +0000 Subject: [PATCH] Bump django from 5.2.11 to 5.2.12 Bumps [django](https://github.com/django/django) from 5.2.11 to 5.2.12. - [Commits](https://github.com/django/django/compare/5.2.11...5.2.12) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f673015..121346ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -680,14 +680,14 @@ Django = ">=4.2" [[package]] name = "django" -version = "5.2.11" +version = "5.2.12" 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.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"}, - {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"}, + {file = "django-5.2.12-py3-none-any.whl", hash = "sha256:4853482f395c3a151937f6991272540fcbf531464f254a347bf7c89f53c8cff7"}, + {file = "django-5.2.12.tar.gz", hash = "sha256:6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"}, ] [package.dependencies] @@ -1985,4 +1985,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "b1fa38fd66bd2526c53a314654c8210c4646f285df4feef37604104c57323a41" +content-hash = "0b390edcb4a6ce1a990840a7e7ccb7668d7f7512e7791e1abc0ec2eb933d11bb" diff --git a/pyproject.toml b/pyproject.toml index 031574f2..01209cd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ click = "8.2.1" cloudinary = "1.44.1" cryptography = "46.0.5" dj-database-url = "3.0.1" -django = "5.2.11" +django = "5.2.12" django-cors-headers = "4.8.0" django-filter = "25.1" django-simple-history = "3.10.1"