From af7af27ae3b90b2f6ab0c780533fb8e1e18b7a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 04:32:11 +0000 Subject: [PATCH] Bump django from 5.2.9 to 5.2.11 Bumps [django](https://github.com/django/django) from 5.2.9 to 5.2.11. - [Commits](https://github.com/django/django/compare/5.2.9...5.2.11) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 97b9b9d..abae021 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.11,<3.12" dependencies = [ # NOTE: pycsw is limited to <= Python 3.11.* - "django==5.2.9", + "django==5.2.11", "psycopg[binary,pool]==3.3.2", "django-extensions==4.1", "python-dotenv==1.2.1",