Skip to content

Commit

Permalink
Changing urllib3 version
Browse files Browse the repository at this point in the history
Signed-off-by: AkshathRaghav <akshathraghav.r@gmail.com>
  • Loading branch information
AkshathRaghav committed Sep 29, 2023
1 parent c56ca98 commit c81a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
if package == module_dir or package.startswith(module_dir + ".")
]
install_requires = [
"urllib3>=1.21.1",
"urllib3>=1.26.5",
"requests>=2.4.0, <3.0.0",
"six",
"python-dateutil",
Expand Down

0 comments on commit c81a241

Please sign in to comment.