Skip to content

Commit 8ad550d

Browse files
fix: update requests dependency to 2.33.0 for CVE-2026-25645 compliance (#511)
1 parent 1e2e0a5 commit 8ad550d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies = [
115115
"pyjwt[crypto]>=2.10.1,<3",
116116
"python-dateutil>=2.9.0.post0,<3",
117117
# "pywebview[qt6]>=5.4,<6; sys_platform == 'linux'",
118-
"requests>=2.32.5,<3",
118+
"requests>=2.33.0,<3", # CVE-2026-25645 requires >= 2.33.0
119119
"requests-oauthlib>=2.0.0,<3",
120120
"s5cmd>=0.3.3,<1",
121121
"semver>=3.0.4,<4",

uv.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.

0 commit comments

Comments
 (0)