Skip to content

Commit

Permalink
chore(deps): update dependency urllib3 to >=2.2.1, <3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 37a10b3 commit 75ab09d
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 @@ -12,7 +12,7 @@
VERSION = "0.1.0"
PYTHON_REQUIRES = ">=3.7"
REQUIRES = [
"urllib3 >= 1.25.3, < 2.1.0",
"urllib3 >=2.2.1, <3.0.0",
"python-dateutil",
"pydantic >= 2",
"typing-extensions >= 4.7.1",
Expand Down

0 comments on commit 75ab09d

Please sign in to comment.