Skip to content

Commit 1699031

Browse files
[pip] (deps): Bump urllib3 from 2.3.0 to 2.5.0 in the pip group
Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fddd059 commit 1699031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ python-json-logger==3.2.1
2121
# via hatch.envs.default
2222
requests==2.32.4
2323
# via hatch.envs.default
24-
urllib3==2.3.0
24+
urllib3==2.5.0
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typing-extensions==4.12.2
141141
# textual
142142
uc-micro-py==1.0.3
143143
# via linkify-it-py
144-
urllib3==2.3.0
144+
urllib3==2.5.0
145145
# via requests
146146
virtualenv==20.28.1
147147
# via pre-commit

0 commit comments

Comments
 (0)