Skip to content

Commit 9efa449

Browse files
Update urllib3 requirement in the dev-dependencies group
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. Updates `urllib3` 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@0.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ed12be commit 9efa449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"textual",
2424
# urllib>=2.4.0 fails to validate DLS Kubernetes certificates
2525
# https://github.com/kubernetes-client/python/issues/2394
26-
"urllib3<2.4.0",
26+
"urllib3<2.6.0",
2727
]
2828

2929
dynamic = ["version"]

0 commit comments

Comments
 (0)