Skip to content

Commit 0c794f1

Browse files
build(deps): bump urllib3 from 1.26.20 to 2.5.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 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.20...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 12fed77 commit 0c794f1

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
@@ -21,7 +21,7 @@ include = [
2121
[tool.poetry.dependencies]
2222
python = ">=3.9,<3.14"
2323
requests = "^2.31.0"
24-
urllib3 = "^1.26.0"
24+
urllib3 = ">=1.26,<3.0"
2525
guessit = "^3.7.1"
2626
appdirs = "^1.4.4"
2727
pywin32 = {version = ">=227", platform = "win32"}

0 commit comments

Comments
 (0)