From 77d0fd5ff3f8f1dbe278766cc30d7bccc105ba8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:54:51 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.11 Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 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 2620a46..a0580e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -199,14 +199,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django" -version = "5.2.8" +version = "5.2.11" 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.8-py3-none-any.whl", hash = "sha256:37e687f7bd73ddf043e2b6b97cfe02fcbb11f2dbb3adccc6a2b18c6daa054d7f"}, - {file = "django-5.2.8.tar.gz", hash = "sha256:23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f"}, + {file = "django-5.2.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"}, + {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"}, ] [package.dependencies] @@ -518,4 +518,4 @@ tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [metadata] lock-version = "2.1" python-versions = ">= 3.10 < 3.13" -content-hash = "29f567770c65c1f8cb45ac25bcd10a0258393df410e0588eae5a800868069ed8" +content-hash = "518dd3809b6f0ffa6c76224db742339c69c8b54e0103cdffc2195454f3e2498b" diff --git a/pyproject.toml b/pyproject.toml index 4f96305..32cb138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [{ include = "pki", from = "src" }] [tool.poetry.dependencies] python = ">= 3.10 < 3.13" -django = "5.2.8" +django = "5.2.11" cryptography = "^44.0.3" [tool.poetry.group.dev.dependencies]