Bump the requests group across 1 directory with 5 updates#2776
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the requests group across 1 directory with 5 updates#2776dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the requests group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.33.0` | `2.34.2` | | [certifi](https://github.com/certifi/python-certifi) | `2026.1.4` | `2026.6.17` | | [chardet](https://github.com/chardet/chardet) | `5.2.0` | `7.4.3` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.7` | | [idna](https://github.com/kjd/idna) | `3.15` | `3.18` | Updates `requests` from 2.33.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.33.0...v2.34.2) Updates `certifi` from 2026.1.4 to 2026.6.17 - [Commits](certifi/python-certifi@2026.01.04...2026.06.17) Updates `chardet` from 5.2.0 to 7.4.3 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@5.2.0...7.4.3) Updates `charset-normalizer` from 3.4.4 to 3.4.7 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](jawah/charset_normalizer@3.4.4...3.4.7) Updates `idna` from 3.15 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.15...v3.18) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.5.20 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requests - dependency-name: chardet dependency-version: 7.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: requests - dependency-name: charset-normalizer dependency-version: 3.4.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: requests - dependency-name: idna dependency-version: '3.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requests - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: requests ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/requests-efb3dbbe11
branch
from
July 1, 2026 19:23
29eca4b to
e248c9e
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 the requests group with 5 updates in the / directory:
2.33.02.34.22026.1.42026.6.175.2.07.4.33.4.43.4.73.153.18Updates
requestsfrom 2.33.0 to 2.34.2Release 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)Updates
certififrom 2026.1.4 to 2026.6.17Commits
d0ac52f2026.06.17 (#418)d46de62Bump actions/checkout from 6.0.2 to 6.0.3 (#417)6c183ecfix: update Requests docs link to canonical URL (#415)36e3568Bump dessant/lock-threads from 6.0.0 to 6.0.2d7ea1512026.05.20 (#413)5dddfb02026.04.22 (#410)f99eccdBump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#404)918bed0Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#405)0a49067Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#403)acf6ce8Bump actions/download-artifact from 8.0.0 to 8.0.1 (#398)Updates
chardetfrom 5.2.0 to 7.4.3Release notes
Sourced from chardet's releases.
... (truncated)
Changelog
Sourced from chardet's changelog.
... (truncated)
Commits
8f404a5docs: set 7.4.3 release date to 2026-04-137a6667fdocs: fix changelog attribution for #369a1fc986docs: changelog for 7.4.30af01d6Fix ValueError crash on null bytes in charset declarations (#369)08e4ebcci: parallelize riscv64 builds across 5 RISE runners2f6e1e9ci: use python3 -m pip on riscv64 runner204623dci: invoke cibuildwheel manually on riscv64 runner78c1d20ci: use native runners for aarch64/riscv64 instead of QEMU3cc0960docs: changelog for 7.4.29079efcFix RuntimeError on ~2% of two-byte inputs (#368)Updates
charset-normalizerfrom 3.4.4 to 3.4.7Release notes
Sourced from charset-normalizer's releases.
Changelog
Sourced from charset-normalizer's changelog.
Commits
0f07891Merge pull request #729 from jawah/release-3.4.7fdbeb29chore: update dev, and ci requirementsb66f922chore: add ft classifierf94249dchore: add test cases for utf_7 recent fix95c866fchore: bump version to 3.4.74f429bbchore: bump mypy pre-commit to v1.20b579cd6fix: correctly remove SIG remnant in utf-7 decoded string58bf944⬆️ Bump github/codeql-action from 4.32.4 to 4.35.1 (#728)44cf8a1⬆️ Bump actions/download-artifact from 8.0.0 to 8.0.1 (#726)362bc20⬆️ Bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#725)Updates
idnafrom 3.15 to 3.18Changelog
Sourced from idna's changelog.
Commits
f39ea90Release 3.1840f4e40Pre-release 3.18rc01a5bf80Merge pull request #253 from kjd/lenient-decode5bbb26fMerge branch 'master' into lenient-decodec532baeRename decode() lenient= option to display= (issue #248)0b1758bMerge pull request #252 from kjd/release-3.17f48619cRelease 3.177421ba8Pre-release 3.17rc022ebb73Merge pull request #251 from kjd/structure-optimizations2a7ac0aDrop redundant parallel-arrays comment from uts46data