aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-10-01 22:39:27 +0000
committerGravatar GitHub <[email protected]>2025-10-01 22:39:27 +0000
commit922b8352a461fc4cd2223eb1c6a198596f6ac914 (patch)
treec8639c9b9823265ea8c3b1d0363f88d169b4a9e0
parentAddress some issues from the accessibility milestone (#1562) (diff)
Bump django from 5.1.11 to 5.1.13dependabot/pip/django-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] <[email protected]>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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 = "[email protected]" }]
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",