diff options
| author | 2025-11-05 20:44:05 +0000 | |
|---|---|---|
| committer | 2025-11-05 20:44:05 +0000 | |
| commit | 4a97af2eb0e0a8c567d22c4ccc588d0d00966a8c (patch) | |
| tree | e891c678b6b40ea9cfe99b22fed9ba2e8b01fa71 | |
| parent | Merge pull request #1566 from onerandomusername/qt/bot-quick-fix (diff) | |
Bump django from 5.1.11 to 5.1.14dependabot/pip/django-5.1.14
Bumps [django](https://github.com/django/django) from 5.1.11 to 5.1.14.
- [Commits](https://github.com/django/django/compare/5.1.11...5.1.14)
---
updated-dependencies:
- dependency-name: django
dependency-version: 5.1.14
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..451c6470 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.14", "django-distill==3.2.7", "django-environ==0.12.0", "django-filter==25.1", |