Skip to content

Commit 29184ac

Browse files
committed
chore: use >=2.6.3 for urllib3 constraint
Switch the operator from > 2.6.2 to >= 2.6.3 to express the CVE-2026-21441 fix version directly.
1 parent 95cee26 commit 29184ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -24,7 +24,7 @@ types-toml = "^0.10.2"
2424
toml = "^0.10.2"
2525
hikaru-model-28 = "^1.1.0"
2626
kubernetes = "^29"
27-
urllib3 = ">2.6.2"
27+
urllib3 = ">=2.6.3"
2828
click = "8.1.8"
2929

3030

0 commit comments

Comments
 (0)