Skip to content

Commit 9635f58

Browse files
Bump urllib3 from 2.6.2 to 2.6.3 (#1475)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 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.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a4a7ec2 commit 9635f58

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.3 ; python_version >= "3.11" and python_version < "3.15"
71-
urllib3==2.6.2 ; python_version >= "3.11" and python_version < "3.15"
71+
urllib3==2.6.3 ; 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.3 ; python_version >= "3.11" and python_version < "3.15"
33-
urllib3==2.6.2 ; python_version >= "3.11" and python_version < "3.15"
33+
urllib3==2.6.3 ; 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)