Skip to content

Commit 0db0486

Browse files
[requests] Update to 2.32.4 (#14254)
1 parent bf86804 commit 0db0486

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/requests/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2.32.*"
1+
version = "~=2.32.4"
22
upstream_repository = "https://github.com/psf/requests"
33
# requires a version of urllib3 with a py.typed file
44
requires = ["urllib3>=2"]

stubs/requests/requests/compat.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ from urllib.parse import (
1616
)
1717
from urllib.request import getproxies as getproxies, parse_http_list as parse_http_list, proxy_bypass as proxy_bypass
1818

19+
is_urllib3_1: bool
1920
is_py2: Literal[False]
2021
is_py3: Literal[True]
2122
has_simplejson: bool

0 commit comments

Comments
 (0)