Chore(deps): Bump requests from 2.33.1 to 2.34.2#1126
Conversation
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Bumps requests from 2.33.1 to 2.34.0. The release is focused on inline type annotations, Python 3.14/3.15 support, and minor bugfixes (proxy matching, URI path handling). No breaking changes or security fixes. The change is confined to a single version string in pyproject.toml and is safe to merge.
Bumps [requests](https://github.com/psf/requests) from 2.33.1 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.33.1...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f957a65 to
c596647
Compare
foxpatch-aleph
left a comment
There was a problem hiding this comment.
Bumps requests from 2.33.1 to 2.34.2. This is a safe minor version update — the changes in requests 2.34.x are primarily type-annotation refinements and Python 3.15/3.14t support. The codebase uses requests minimally (only importing HTTPError in one production file and basic GET/POST in a deployment script), none of which is affected by the upstream changes. No lockfile or code changes are needed.
|
Superseded by #1152. |
Bumps requests from 2.33.1 to 2.34.2.
Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
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)