aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-11-11 19:33:06 +0000
committerGravatar Joe Banks <[email protected]>2025-11-11 20:25:25 +0000
commitf4b5a060c409b521a609196a0b8b251a1ae73c44 (patch)
tree1210b79d5463528952f05fef4364cb04ff790c99 /pyproject.toml
parentUpdate bot Python version requirement to 3.14 (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 ... Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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",