Skip to content

Commit 7c304eb

Browse files
committed
Bump urllib3 to 2.6.3 to fix CVE-2026-21441
Vulnerable range: >= 1.22, < 2.6.3. Minimum patched version is 2.6.3.
1 parent e46b387 commit 7c304eb

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 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
@@ -37,7 +37,7 @@ requests = ">2.32.4"
3737
pyyaml = "6.0.1"
3838
typing-extensions = "4.6.0"
3939
idna = "3.7"
40-
urllib3 = "^2.6.2"
40+
urllib3 = "^2.6.3"
4141
setuptools = "^80.9.0"
4242
zipp = "^3.19.1"
4343
tenacity = "^9.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typer==0.7.0 ; python_version >= "3.10" and python_full_version < "3.13"
5050
typing-extensions==4.6.0 ; python_version >= "3.10" and python_full_version < "3.13"
5151
tzdata==2024.1 ; python_version >= "3.10" and python_full_version < "3.13"
5252
tzlocal==5.2 ; python_version >= "3.10" and python_full_version < "3.13"
53-
urllib3==2.6.2 ; python_version >= "3.10" and python_full_version < "3.13"
53+
urllib3==2.6.3 ; python_version >= "3.10" and python_full_version < "3.13"
5454
websocket-client==1.7.0 ; python_version >= "3.10" and python_full_version < "3.13"
5555
zipp==3.20.2 ; python_version >= "3.10" and python_full_version < "3.13"
5656
# required for tests

0 commit comments

Comments
 (0)