fix(deps): update dependency gunicorn to v26.2.0 #35

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