diff options
author | 2025-10-01 22:39:27 +0000 | |
---|---|---|
committer | 2025-10-01 22:39:27 +0000 | |
commit | 922b8352a461fc4cd2223eb1c6a198596f6ac914 (patch) | |
tree | c8639c9b9823265ea8c3b1d0363f88d169b4a9e0 | |
parent | Address 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.toml | 2 |
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", |