Skip to content

Commit 481722c

Browse files
build(deps): Bump urllib3 from 2.5.0 to 2.6.0 in /python (#20)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [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.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8f8a24 commit 481722c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ typing-extensions==4.12.2
8484
# mypy
8585
# pydantic
8686
# pydantic-core
87-
urllib3==2.5.0
87+
urllib3==2.6.0
8888
# via
8989
# requests
9090
# stackit-core

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ typing-extensions==4.12.2
4747
# via
4848
# pydantic
4949
# pydantic-core
50-
urllib3==2.5.0
50+
urllib3==2.6.0
5151
# via
5252
# requests
5353
# stackit-core

0 commit comments

Comments
 (0)