From 2621f8af4896704f31f109e63d1c4be2e9be8e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:10:53 +0000 Subject: [PATCH] Bump django from 5.0.14 to 5.1.10 Bumps [django](https://github.com/django/django) from 5.0.14 to 5.1.10. - [Commits](https://github.com/django/django/compare/5.0.14...5.1.10) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c3b2ca..718e658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "A URL management tool" requires-python = ">=3.12" dependencies = [ "asgiref==3.8.1", - "Django==5.0.14", + "Django==5.1.10", "django-widget-tweaks==1.5.0", "sqlparse==0.5.1", "django-tailwind==3.8.0",