Skip to content

Commit 82e489f

Browse files
authored
fix: Restrict urllib to <2.0.0 (#202)
1 parent f7ac0f8 commit 82e489f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ certifi>=2018.4.16
22
expiringdict>=1.1.4
33
pyRFC3339>=1.0
44
semver>=2.10.2,<3.0.0
5-
urllib3>=1.22.0
5+
urllib3>=1.22.0,<2.0.0

0 commit comments

Comments
 (0)