Skip to content

Commit 22f1a35

Browse files
Bump urllib3 from 1.26.19 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.19 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@1.26.19...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e7e50d3 commit 22f1a35

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

poetry.lock

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gitpython = ">=3.1.30,<3.2.0"
3535
arrow = ">=1.0.0,<1.4.0"
3636
binaryornot = ">=0.4.4,<0.5.0"
3737
requests = ">=2.32.4,<3.0"
38-
urllib3 = "1.26.19" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
38+
urllib3 = "2.5.0" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
3939
sentry-sdk = ">=2.8.0,<3.0"
4040
pyjwt = ">=2.8.0,<3.0"
4141
rich = ">=13.9.4, <14"

0 commit comments

Comments
 (0)