Skip to content

Commit ccad25c

Browse files
fix(deps): update dependency urllib3 to ~=2.3.0
1 parent f0d45b7 commit ccad25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
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
]
@@ -71,7 +71,7 @@ dev = [
7171
"coverage>=3.6",
7272
"pytest-cov>=2.7.1",
7373
# pinned because of https://github.com/gabrielfalcao/HTTPretty/issues/484
74-
"urllib3~=2.2.0",
74+
"urllib3~=2.3.0",
7575
"pyright>=1.1.391"
7676
]
7777
saml = [

0 commit comments

Comments
 (0)