Skip to content

Commit d959ef4

Browse files
authored
Bump vcrpy and requests_toolbelt (#440)
* Bump vcrpy and remove urllib3 restriction * Restrict vcrpy to 4.4.0 to still support Python 3.7 * Bump requests_toolbelt to 1.0.0 to make it work with urllib3 2.x
1 parent ff3082b commit d959ef4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"pytest-console-scripts==1.3.1",
2020
"pytest-cov==3.0.0",
2121
"mock==4.0.2",
22-
"vcrpy==4.0.2",
22+
"vcrpy==4.4.0",
2323
"aiofiles",
2424
]
2525

@@ -43,8 +43,7 @@
4343

4444
install_requests_requires = [
4545
"requests>=2.26,<3",
46-
"requests_toolbelt>=0.9.1,<1",
47-
"urllib3>=1.26,<2",
46+
"requests_toolbelt>=1.0.0,<2",
4847
]
4948

5049
install_httpx_requires = [

0 commit comments

Comments
 (0)