summaryrefslogtreecommitdiffstats
path: root/dev.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dev.toml')
-rw-r--r--dev.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev.toml b/dev.toml
index 042336d..0ff88cf 100644
--- a/dev.toml
+++ b/dev.toml
@@ -10,7 +10,7 @@ lint.ignore = ["E402", "F541"]
[project]
name = "troggle"
-version = "2025.01.18"
+version = "2025.06.13"
description = "Troggle - cave data management"
readme = "README.md"
requires-python = ">=3.13"
@@ -19,7 +19,7 @@ dependencies = [
[dependency-groups]
dev = [
"cryptography>=44.0.0",
- "django>=5.2",
+ "django>=5.2.3",
"beautifulsoup4>=4.12.3",
"piexif>=1.1.3",
"pillow>=11.0.0",