- commit
- 6033a47d5fe712bdab01a27f8b8d6c6e7fb12509
- parent
- 025f413d7c5ec56e0efbe466beb58907c01ae051
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-08-07 07:40
bump supported django version
Diffstat
| M | pyproject.toml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
@@ -27,7 +27,7 @@ dependencies = [ 27 27 "fido2>=2.0,<3.0", 28 28 # https://github.com/lincolnloop/python-qrcode/issues/317 29 29 "qrcode>=7.1,<7.4",30 -1 "django>=3.2",-1 30 "django>=4.2", 31 31 ] 32 32 33 33 [project.urls]