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 Jan 16, 2025
1 parent b010c81 commit 04fa486
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 @@ -70,7 +70,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"
]
saml = [
Expand Down

0 comments on commit 04fa486

Please sign in to comment.