fix(deps): update dependency django to v6.1.1 #37

Open
flo wants to merge 1 commits from renovate/django-6.x into main
Showing only changes of commit 7b6884c0f0 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ name = "gaehsnitz"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"django==6.1",
"django==6.1.1",
"gunicorn==26.1.0",
"psycopg[binary]==3.3.4",
]