Update dependency gunicorn to v26 #25

Open
flo wants to merge 1 commits from renovate/gunicorn-26.x into main
Showing only changes of commit 678397efc0 - Show all commits

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"django==6.0.3",
"gunicorn==25.3.0",
"gunicorn==26.0.0",
"psycopg[binary]==3.3.3",
]