Bump requests from 2.33.1 to 2.34.0#728
Merged
Merged
Conversation
Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #728 +/- ##
=======================================
Coverage 74.82% 74.82%
=======================================
Files 56 56
Lines 8095 8095
Branches 1577 1577
=======================================
Hits 6057 6057
Misses 1422 1422
Partials 616 616
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
waltsims
approved these changes
May 16, 2026
Owner
waltsims
left a comment
There was a problem hiding this comment.
LGTM, dependency patch bump with green CI.
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.33.1 to 2.34.0.
Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
0b401c7v2.34.086b378dAlign Session.get parameters with requests.get (#7429)a4f9a59Port bpo-39057 to Requests (#7427)3816cfaParameterize SupportsItems to handle Mapping key invariance (#7426)b684dcbsessions: fix hooks type (#7425)dc9dbdfFormalize 3.15 support (#7422)25340ebClear proxy env vars before every test run (#7423)fd62809Preserve leading slashes in request path_url (#7315)e8d2c01docs: Fix missing hook output in docs example (#7421)eb173bcAdd 3.14t support to CI (#7419)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)Greptile Summary
This PR bumps
requestsfrom 2.33.1 to 2.34.0 exclusively in thetestoptional-dependency group ofpyproject.toml; the library is not part of the package's published runtime dependencies.Response.history, greedyno_proxymatching, duplicate leading slashes in URI paths), inline type annotations, and Python 3.14t/3.15 support — all backwards-compatible changes with no impact on k-wave-python's own API surface.requestsis pinned with==and used only in the test extras, this change has no effect on end-users of the package.Confidence Score: 5/5
Safe to merge — single-line bump of a test-only dependency with no effect on the published package.
The change touches only the test extra group;
requestsis not listed in the runtimedependenciesarray, so no end-user is affected. The 2.34.0 release is a backwards-compatible minor bump with bugfixes and new inline types.No files require special attention.
Important Files Changed
requestsfrom 2.33.1 to 2.34.0 in the test optional-dependencies group only; core package dependencies are unaffected.Reviews (1): Last reviewed commit: "Bump requests from 2.33.1 to 2.34.0" | Re-trigger Greptile