Skip to content

Commit 6373bff

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

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.5.0
100+
urllib3==2.6.3
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.4
1818
six==1.17.0
1919
tzdata==2025.1
20-
urllib3==2.5.0
20+
urllib3==2.6.3

0 commit comments

Comments
 (0)