Skip to content

Commit 37c309f

Browse files
authored
Merge pull request #63 from molmod/dependabot/pip/setup/urllib3-2.5.0
Bump urllib3 from 2.4.0 to 2.5.0 in /setup
2 parents 8e04c00 + b643ce3 commit 37c309f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/requirements_python-3.13.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ toml==0.10.2
229229
tomli_w==1.2.0
230230
tomlkit==0.13.2
231231
ujson==5.10.0
232-
urllib3==2.4.0
232+
urllib3==2.5.0 # BUMPED DUE TO SECURITY ISSUE
233233
wcwidth==0.2.13
234234
webencodings==0.5.1
235235
xlrd==2.0.1

setup/requirements_python-3.13.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ ujson==5.10.0
10661066
# via -r requirements_python-3.13.in
10671067
uri-template==1.3.0
10681068
# via jsonschema
1069-
urllib3==2.4.0
1069+
urllib3==2.5.0
10701070
# via
10711071
# -r requirements_python-3.13.in
10721072
# dulwich

0 commit comments

Comments
 (0)