From 3fe971d55a115cda1959f7a6d6aff043d1a6aab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:39:39 +0000 Subject: [PATCH] Bump django from 5.1.11 to 5.1.12 Bumps [django](https://github.com/django/django) from 5.1.11 to 5.1.12. - [Commits](https://github.com/django/django/compare/5.1.11...5.1.12) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.12 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 baeaeefdc..50d5f201c 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.12", "django-distill==3.2.7", "django-environ==0.12.0", "django-filter==25.1",