chore(deps): bump requests from 2.31.0 to 2.34.2#42
Merged
Conversation
O1ahmad
added a commit
that referenced
this pull request
Jun 19, 2026
requests 2.34.x requires Python >=3.10. The CI was still pinned to 3.9, causing pip to reject the version outright. Using 3.12 aligns with the Dockerfile (3.14-slim bump in PR #44) and unblocks #42. Co-authored-by: Cursor <[email protected]>
O1ahmad
added a commit
that referenced
this pull request
Jun 19, 2026
* fix(ci): use dummy key fallback so dependabot PRs pass test_parse_aws GitHub withholds secrets from dependabot PRs, so OPENAI_API_KEY arrived as an empty string. The parser's non-empty guard then short-circuited before the mocked requests.post was ever called, causing test_parse_aws to fail with 0 subcommands instead of 2. Using a literal fallback lets the parser proceed while the test mock handles the actual HTTP call. Co-authored-by: Cursor <[email protected]> * fix(ci): bump python-version to 3.12 to support requests>=2.34.2 requests 2.34.x requires Python >=3.10. The CI was still pinned to 3.9, causing pip to reject the version outright. Using 3.12 aligns with the Dockerfile (3.14-slim bump in PR #44) and unblocks #42. Co-authored-by: Cursor <[email protected]> --------- Co-authored-by: Cursor <[email protected]>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Collaborator
|
@dependabot rebase |
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.34.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
9b44531 to
a3c6eb4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps requests from 2.31.0 to 2.34.2.
Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
6e83187v2.34.284d10f0Move Request.headers back to Mapping (#7441)b7b549bv2.34.1e511bc7Fix mutability issues with headers input types (#7431)5691f59Update JsonType containers to read-based collections (#7436)2144213Constrain Response.reason to str (#7437)6404f34Fixprepare_bodystream detection for__getattr__-based file wrappers (#7...0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)