Update to Django 5.2b1

This commit is contained in:
Tobias Kunze 2025-03-09 15:04:46 +01:00
parent 9c59005eb5
commit 2d3e8b2a56
6 changed files with 9 additions and 26 deletions

View file

@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"argon2-cffi>=23.1.0",
"django==4.2",
"django==5.2b1",
"psycopg2-binary>=2.9.10",
]