From 5ec03dbdfbb679e862bf30de466ff9390b5a31a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 06:25:02 +0000 Subject: [PATCH] Bump django from 5.0.10 to 5.0.11 Bumps [django](https://github.com/django/django) from 5.0.10 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.10...5.0.11) --- updated-dependencies: - dependency-name: django 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 f91d71e..3b0a587 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.10", + "Django==5.0.11", "django-widget-tweaks==1.5.0", "sqlparse==0.5.1", "django-tailwind==3.8.0",