Skip to content

Commit 27de940

Browse files
Bump urllib3 from 2.3.0 to 2.5.0 in /Python
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.3.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.3.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f147394 commit 27de940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/requirements-notebook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ types-python-dateutil==2.9.0.20241206
9797
typing_extensions==4.12.2
9898
tzdata==2025.1
9999
uri-template==1.3.0
100-
urllib3==2.3.0
100+
urllib3==2.5.0
101101
wcwidth==0.2.13
102102
webcolors==24.11.1
103103
webencodings==0.5.1

Python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ pytz==2024.2
1717
requests==2.32.3
1818
six==1.17.0
1919
tzdata==2025.1
20-
urllib3==2.3.0
20+
urllib3==2.5.0

0 commit comments

Comments
 (0)