chore(deps): bump requests from 2.32.5 to 2.33.0#1579
chore(deps): bump requests from 2.32.5 to 2.33.0#1579dependabot[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 Dependabot bump of requests to 2.33.0, which includes a security fix (CVE-2026-25645) that does not affect default usage.
Extended reasoning...
Overview
This PR modifies only poetry.lock, bumping requests from 2.32.5 to 2.33.0. The diff also includes minor incidental lock-file changes: a Poetry version header update, a jsonschema-specifications version string normalization, tightened certifi/urllib3 lower bounds, and a small cffi extra specifier tweak — all consistent with a routine dependency regeneration.
Security risks
The upstream release addresses CVE-2026-25645 in requests.utils.extract_zipped_paths. The CVE only affects callers of that utility function directly; default usage of requests (and this SDK) is unaffected. No security regression is introduced.
Level of scrutiny
Low-risk automated Dependabot lock-file update. The only changed file is poetry.lock (auto-generated). The minor version bump is well-established upstream, and no application logic is touched.
Other factors
No bugs were found by the automated bug-hunting system. There are no prior reviewer comments. The Python 3.9 EOL drop in requests 2.33.0 is a non-issue for an actively maintained SDK.
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.