Skip to content

Commit deabec1

Browse files
authored
[gunicorn] Revert * to patch version (#15327)
1 parent f0878de commit deabec1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

stubs/gunicorn/@tests/stubtest_allowlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@ gunicorn._types
33

44
# .pyi file doesn't exist
55
gunicorn.__main__
6+
7+
# Internal API stuff:
8+
gunicorn.config.Config.forwarded_allow_networks
9+
gunicorn.config.Config.proxy_allow_networks

stubs/gunicorn/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "24.1.0"
1+
version = "24.1.*"
22
upstream_repository = "https://github.com/benoitc/gunicorn"
33
requires = ["types-gevent"]
44

0 commit comments

Comments
 (0)