Update dependency gunicorn to v25.3.0 #21

Merged
flo merged 1 commits from renovate/gunicorn-25.x into main 2026-03-30 17:18:03 +00:00
Showing only changes of commit d8ceb6af8e - Show all commits

View File

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