Skip to content

Commit 8b0d41c

Browse files
fix(deps): update dependency urllib3 to ~=2.3.0
1 parent 2ee3b58 commit 8b0d41c

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)