[gunicorn] Revert * to patch version (#15327)

This commit is contained in:
Semyon Moroz
2026-01-26 18:29:47 +00:00
committed by GitHub
parent f0878dea3d
commit deabec1998
2 changed files with 5 additions and 1 deletions
@@ -3,3 +3,7 @@ gunicorn._types
# .pyi file doesn't exist
gunicorn.__main__
# Internal API stuff:
gunicorn.config.Config.forwarded_allow_networks
gunicorn.config.Config.proxy_allow_networks
+1 -1
View File
@@ -1,4 +1,4 @@
version = "24.1.0"
version = "24.1.*"
upstream_repository = "https://github.com/benoitc/gunicorn"
requires = ["types-gevent"]