summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-04-10 00:48:35 +0100
committerPhilip Sargent <philip.sargent@gmail.com>2025-04-10 00:48:35 +0100
commit85185c23b4ce6126b6afba0260e23ebece7b08a4 (patch)
treeb1a250ed4f5eea5a6314149d28c08d9f6971b7e0 /pyproject.toml
parentda28aa7b2298041e641c5d7269785b642e42b8ce (diff)
downloadtroggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.tar.gz
troggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.tar.bz2
troggle-85185c23b4ce6126b6afba0260e23ebece7b08a4.zip
dev config updated to Django 5.2
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 50e81b8..96f0975 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -19,7 +19,7 @@ dependencies = [
[dependency-groups]
dev = [
"cryptography>=44.0.0",
- "django>=5",
+ "django>=5.2",
"beautifulsoup4>=4.12.3",
"piexif>=1.1.3",
"pillow>=11.0.0",