Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 66bac22

Browse files
authoredFeb 13, 2025··
fix(deps): update dependency urllib3 to ~=2.3.0
1 parent d60d968 commit 66bac22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev = [
1010
"coverage>=3.6",
1111
"pytest-cov>=2.7.1",
1212
# pinned because of https://github.com/gabrielfalcao/HTTPretty/issues/484
13-
"urllib3~=2.2.0",
13+
"urllib3~=2.3.0",
1414
"pyright>=1.1.391",
1515
"pytest-xdist>=3.6.1"
1616
]
@@ -72,7 +72,7 @@ dev = [
7272
"coverage>=3.6",
7373
"pytest-cov>=2.7.1",
7474
# pinned because of https://github.com/gabrielfalcao/HTTPretty/issues/484
75-
"urllib3~=2.2.0",
75+
"urllib3~=2.3.0",
7676
"pyright>=1.1.391"
7777
]
7878
google-onetap = [

0 commit comments

Comments
 (0)
Please sign in to comment.