chore(deps): bump requests from 2.32.5 to 2.33.0#1624
chore(deps): bump requests from 2.32.5 to 2.33.0#1624dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine dependency bump with a security fix (CVE-2026-25645) and no breaking changes for this project.
Extended reasoning...
Overview
This PR updates the requests library from 2.32.5 to 2.33.0 in uv.lock. The only file changed is the lock file, with updated version, URL, and hash entries for the requests package.
Security risks
The upstream release includes a fix for CVE-2026-25645, which affects requests.utils.extract_zipped_paths. The fix is beneficial and the CVE only affects direct callers of that utility function — not standard HTTP usage. There are no new security risks introduced by this bump.
Level of scrutiny
This is a low-risk, automated Dependabot dependency bump. The change is mechanical (lock file only), the version bump is minor (2.32.5 → 2.33.0), and no application code is modified. The requests library's dropped Python 3.9 support does not affect this project, which requires Python >=3.10.
Other factors
No bugs were found by the bug hunting system. No prior reviews on this PR. The change is fully self-contained and follows standard dependency update patterns.
Bumps requests from 2.32.5 to 2.33.0.
Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
bc04dfdv2.33.066d21cbMerge commit from fork8b9bc8fMove badges to top of README (#7293)e331a28Remove unused extraction call (#7292)753fd08docs: fix FAQ grammar in httplib2 example774a0b8docs(socks): same block as other sections9c72a41Bump github/codeql-action from 4.33.0 to 4.34.1ebf7190Bump github/codeql-action from 4.32.0 to 4.33.00e4ae38docs: exclude Response.is_permanent_redirect from API docs (#7244)d568f47docs: clarify Quickstart POST example (#6960)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.