Skip to content

Commit 554828f

Browse files
chore(deps): bump urllib3 from 2.5.0 to 2.6.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68892c7 commit 554828f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 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
@@ -33,7 +33,7 @@ django-celery-beat = "^2.8.1"
3333
django-timezone-field = "^7.1"
3434
drf-spectacular = {extras = ["sidecar"], version = "^0.28.0"}
3535
python-dateutil = "^2.9.0.post0"
36-
urllib3 = "<2.6.0" # Needed because the lib API use getheader removed in 2.6.0 (20251218, TODO: fix lib api and remove from here)
36+
urllib3 = "<2.7.0" # Needed because the lib API use getheader removed in 2.6.0 (20251218, TODO: fix lib api and remove from here)
3737

3838
[tool.poetry.group.deploy]
3939
optional = true

0 commit comments

Comments
 (0)