Skip to content

Commit 1ca2e15

Browse files
authored
Merge pull request #116 from maxmind/dependabot/pip/urllib3-gte-1.25.2-and-lt-3.0.0
Update urllib3 requirement from <2.0.0,>=1.25.2 to >=1.25.2,<3.0.0
2 parents 248749e + 057733d commit 1ca2e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"email_validator>=1.1.1,<3.0.0",
2222
"geoip2>=4.5.0,<5.0.0",
2323
"requests>=2.24.0,<3.0.0",
24-
"urllib3>=1.25.2,<2.0.0",
24+
"urllib3>=1.25.2,<3.0.0",
2525
"voluptuous",
2626
]
2727

0 commit comments

Comments
 (0)