From 922b8352a461fc4cd2223eb1c6a198596f6ac914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:39:27 +0000 Subject: Bump django from 5.1.11 to 5.1.13 Bumps [django](https://github.com/django/django) from 5.1.11 to 5.1.13. - [Commits](https://github.com/django/django/compare/5.1.11...5.1.13) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index baeaeefd..cff54845 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [{ name = "Python Discord", email = "info@pythondiscord.com" }] requires-python = "==3.13.*" license = "MIT" dependencies = [ - "django==5.1.11", + "django==5.1.13", "django-distill==3.2.7", "django-environ==0.12.0", "django-filter==25.1", -- cgit v1.2.3