From 17fac3f58ba751c58490d4537b2e920870e51134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:23:39 +0000 Subject: [PATCH] Bump django from 5.2.8 to 5.2.9 Bumps [django](https://github.com/django/django) from 5.2.8 to 5.2.9. - [Commits](https://github.com/django/django/compare/5.2.8...5.2.9) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.9 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..ff10160 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.9" 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.9-py3-none-any.whl", hash = "sha256:3a4ea88a70370557ab1930b332fd2887a9f48654261cdffda663fef5976bb00a"}, + {file = "django-5.2.9.tar.gz", hash = "sha256:16b5ccfc5e8c27e6c0561af551d2ea32852d7352c67d452ae3e76b4f6b2ca495"}, ] [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 = "68aebec9cee9bbfa7b452cc5fd898e5c825226e057d022b8893aa7058e95aec2" diff --git a/pyproject.toml b/pyproject.toml index 4f96305..80c62c6 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.9" cryptography = "^44.0.3" [tool.poetry.group.dev.dependencies]