From 770e83c41dfdf495a845c1a70a028dc5590835f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:36:03 +0000 Subject: [PATCH] Bump django from 5.2.9 to 5.2.10 Bumps [django](https://github.com/django/django) from 5.2.9 to 5.2.10. - [Commits](https://github.com/django/django/compare/5.2.9...5.2.10) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.10 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..354ff58 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.10", "psycopg[binary,pool]==3.3.2", "django-extensions==4.1", "python-dotenv==1.2.1",