Skip to content

Commit e1d987c

Browse files
Update dependency to urllib-2.6.0 (sec) (#1042)
* Update dependency to urllib-2.6.0 (sec) CVE-2025-66418 with CVSS 8.9 * iaas subdirectory has urllib requirement as well Update to 2.6.0 also * urllib 2.6.0 in kaas subdir --------- Signed-off-by: Kurt Garloff <kurt@garloff.de> Co-authored-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com>
1 parent a3b061e commit e1d987c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/iaas/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ typing-extensions==4.13.2
100100
# -c iaas/../requirements.txt
101101
# keystoneauth1
102102
# openstacksdk
103-
urllib3==2.4.0
103+
urllib3==2.6.0
104104
# via
105105
# -c iaas/../requirements.txt
106106
# botocore

Tests/kaas/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ six==1.17.0
105105
# kubernetes
106106
# kubernetes-asyncio
107107
# python-dateutil
108-
urllib3==2.4.0
108+
urllib3==2.6.0
109109
# via
110110
# -c kaas/../requirements.txt
111111
# kubernetes

Tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typing-extensions==4.13.2
6969
# typing-inspection
7070
typing-inspection==0.4.0
7171
# via pydantic
72-
urllib3==2.4.0
72+
urllib3==2.6.0
7373
# via requests
7474
yarl==1.20.0
7575
# via aiohttp

0 commit comments

Comments
 (0)