Skip to content

Commit 9ea1901

Browse files
Bump urllib3 from 2.6.0 to 2.6.1
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.1) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04134f9 commit 9ea1901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ tqdm==4.67.1 ; python_version >= "3.11" and python_version < "3.15"
6868
triton==3.5.1 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" and platform_machine == "x86_64"
6969
typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "3.15"
7070
tzdata==2025.2 ; python_version >= "3.11" and python_version < "3.15"
71-
urllib3==2.6.0 ; python_version >= "3.11" and python_version < "3.15"
71+
urllib3==2.6.1 ; python_version >= "3.11" and python_version < "3.15"
7272
xarray==2025.12.0 ; python_version >= "3.11" and python_version < "3.15"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15"
3030
six==1.17.0 ; python_version >= "3.11" and python_version < "3.15"
3131
tqdm==4.67.1 ; python_version >= "3.11" and python_version < "3.15"
3232
tzdata==2025.2 ; python_version >= "3.11" and python_version < "3.15"
33-
urllib3==2.6.0 ; python_version >= "3.11" and python_version < "3.15"
33+
urllib3==2.6.1 ; python_version >= "3.11" and python_version < "3.15"
3434
xarray==2025.12.0 ; python_version >= "3.11" and python_version < "3.15"

0 commit comments

Comments
 (0)