Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit d4f1074

Browse files
Bump urllib3 from 2.2.2 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5709935 commit d4f1074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ typing-extensions==4.12.1
141141
# mypy
142142
# pydantic
143143
# pydantic-core
144-
urllib3==2.2.2
144+
urllib3==2.5.0
145145
# via sentry-sdk
146146
wcwidth==0.2.13
147147
# via prompt-toolkit

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ typing-extensions==4.12.1
5656
# via
5757
# pydantic
5858
# pydantic-core
59-
urllib3==2.2.2
59+
urllib3==2.5.0
6060
# via sentry-sdk
6161
websockets==12.0
6262
# via websockets-notification-py (pyproject.toml)

0 commit comments

Comments
 (0)