Skip to content

Commit

Permalink
fix(deps): update dependency urllib3 to ~=2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 10dc10b commit 7b82143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dev = [
"coverage>=3.6",
"pytest-cov>=2.7.1",
# pinned because of https://github.com/gabrielfalcao/HTTPretty/issues/484
"urllib3~=2.2.0",
"urllib3~=2.3.0",
"pyright>=1.1.391",
"pytest-xdist>=3.6.1"
]
Expand Down Expand Up @@ -72,7 +72,7 @@ dev = [
"coverage>=3.6",
"pytest-cov>=2.7.1",
# pinned because of https://github.com/gabrielfalcao/HTTPretty/issues/484
"urllib3~=2.2.0",
"urllib3~=2.3.0",
"pyright>=1.1.391"
]
google-onetap = [
Expand Down

0 comments on commit 7b82143

Please sign in to comment.