Skip to content

Commit fac295c

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

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

poetry.lock

Lines changed: 9 additions & 8 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
@@ -41,7 +41,7 @@ gitpython = ">=3.1.30,<3.2.0"
4141
arrow = ">=1.0.0,<1.4.0"
4242
binaryornot = ">=0.4.4,<0.5.0"
4343
requests = ">=2.32.4,<3.0"
44-
urllib3 = "1.26.19" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
44+
urllib3 = "2.6.0" # lock v1 to avoid issues with openssl and old Python versions (<3.9.11) on macOS
4545
sentry-sdk = ">=2.8.0,<3.0"
4646
pyjwt = ">=2.8.0,<3.0"
4747
rich = ">=13.9.4, <14"

0 commit comments

Comments
 (0)