chore(deps): bump requests to 2.33.1 to fix CVE-2026-25645#10983
chore(deps): bump requests to 2.33.1 to fix CVE-2026-25645#10983
Conversation
|
Please add an entry to the corresponding |
|
✅ Conflict Markers Resolved All conflict markers have been successfully resolved in this pull request. |
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
🔒 Container Security ScanImage: 📊 Vulnerability Summary
4 package(s) affected
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10983 +/- ##
===========================================
+ Coverage 7.71% 87.98% +80.26%
===========================================
Files 850 1962 +1112
Lines 24669 90910 +66241
===========================================
+ Hits 1904 79989 +78085
+ Misses 22765 10921 -11844 Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Summary
reuse in
requestsdue to a predictable temporary filename.Affected spec:
<2.33.0.requestsin both lockfiles to the latest2.33.1:api/poetry.lock:2.32.5 → 2.33.1poetry.lock(root):2.32.4 → 2.33.1requestsis a transitive dependency in this repo — nopyproject.tomlchanges are needed and no API/SDK code had to betouched.
Scope of the lockfile diff
Each lockfile diff is restricted to the
[[package]] requestsblock:version, file hashes, and the bumped lower bounds for
certifi(
>=2023.5.7) andurllib3(>=1.26).Compatibility
requests 2.33.xrequires Python>=3.10.api/pyproject.toml→requires-python = ">=3.11,<3.13"✅pyproject.toml(root) →requires-python = ">=3.10,<3.13"✅Steps to review
Please add a detailed description of how to review this PR.
Checklist
Community Checklist
SDK/CLI
UI
API
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.