Skip to content

chore(deps): update requests requirement from >=2.32.5 to >=2.34.2 in /e2e-python - #4779

Merged
mergify[bot] merged 1 commit into
mainfrom
dependabot/uv/e2e-python/requests-gte-2.34.2
Jun 29, 2026
Merged

chore(deps): update requests requirement from >=2.32.5 to >=2.34.2 in /e2e-python#4779
mergify[bot] merged 1 commit into
mainfrom
dependabot/uv/e2e-python/requests-gte-2.34.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on requests to permit the latest version.

Release notes

Sourced from requests's releases.

v2.34.2

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2342-2026-05-14

Changelog

Sourced from requests's changelog.

2.34.2 (2026-05-14)

  • Moved headers input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in their code. (#7441)

2.34.1 (2026-05-13)

Bugfixes

  • Widened json input type from dict and list to Mapping and Sequence. (#7436)
  • Changed headers input type to MutableMapping and removed None from Request.headers typing to improve handling for users. (#7431)
  • Response.reason moved from str | None to str to improve handling for users. (#7437)
  • Fixed a bug where some bodies with custom __getattr__ implementations weren't being properly detected as Iterables. (#7433)

2.34.0 (2026-05-11)

Announcements

  • Requests 2.34.0 introduces inline types, replacing those provided by typeshed. Public API types should be fully compatible with mypy, pyright, and ty. We believe types are comprehensive but if you find issues, please report them to the pinned tracking issue.

    Special thanks to @​bastimeyer, @​cthoyt, @​edgarrmondragon, and @​srittau for helping review and test the types ahead of the release. (#7272)

Improvements

  • Digest Auth hashing algorithms have added usedforsecurity=False to clarify security considerations. (#7310)
  • Requests added support for Python 3.15 based on beta1. Downstream projects should be able to start testing prior to its release in October. (#7422)
  • Requests added support for Python 3.14t. (#7419)

Bugfixes

  • Response.history no longer contains a reference to itself, preventing accidental looping when traversing the history list. (#7328)
  • Requests no longer performs greedy matching on no_proxy domains. The proxy_bypass implementation has been updated with CPython's fix from bpo-39057. (#7427)
  • Requests no longer incorrectly strips duplicate leading slashes in URI paths. This should address user issues with specific presigned URLs. Note the full fix requires urllib3 2.7.0+. (#7315)

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [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.34.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 28, 2026
@mergify

mergify Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@mergify
mergify Bot merged commit ebb642a into main Jun 29, 2026
8 of 21 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/e2e-python/requests-gte-2.34.2 branch June 29, 2026 07:56
mergify Bot added a commit that referenced this pull request Jun 29, 2026
…io with 2 updates [skip ci]

Bumps the build-tools group in /studio with 2 updates: [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli).
Updates `webpack` from 5.107.2 to 5.108.1
Release notes

*Sourced from [webpack's releases](https://github.com/webpack/webpack/releases).*

> v5.108.1
> --------
>
> ### Patch Changes
>
> * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280))
> * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269))
>
> v5.108.0
> --------
>
> ### Minor Changes
>
> * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218))
> * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248))
> * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129))
> * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087))
> * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087))
> * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@​hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136))
> * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259))
> * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157))
> * Add dedicated module classes for all built-in module types. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164))
> * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039))
> * Add `defineConfig` helper for typed configuration files. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169))
> * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247))
> * Use `module-import` for electron externals when the target supports ESM. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184))
> * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@​bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219))
> * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@​bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226))
> * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011))
> * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250))
> * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022))
> * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055))
> * Extract more source URLs in HTML modules (SVG, legacy and obsolete attributes). (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21241](https://redirect.github.com/webpack/webpack/pull/21241))

... (truncated)


Changelog

*Sourced from [webpack's changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md).*

> 5.108.1
> -------
>
> ### Patch Changes
>
> * Fix invalid property access for escaped namespace imports with multi-character mangled export names. (by [`@​xiaoxiaojx`](https://github.com/xiaoxiaojx) in [#21280](https://redirect.github.com/webpack/webpack/pull/21280))
> * Add frames to ProfilingPlugin TracingStartedInBrowser event so the trace loads in Chrome DevTools. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21269](https://redirect.github.com/webpack/webpack/pull/21269))
>
> 5.108.0
> -------
>
> ### Minor Changes
>
> * Treat top-level await and `import.meta` as ES module markers, matching Node.js syntax detection so no explicit module type is needed. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21218](https://redirect.github.com/webpack/webpack/pull/21218))
> * Add a `bun` target that emits ESM and externalizes `bun:*` and node.js built-in modules. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21248](https://redirect.github.com/webpack/webpack/pull/21248))
> * Support CommonJS reexports via `Object.defineProperty` value and getter descriptors. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21129](https://redirect.github.com/webpack/webpack/pull/21129))
> * Support JSON Schema `const` when generating CLI flags from a schema. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087))
> * Support JSON Schema `if`/`then`/`else` when generating CLI flags from a schema. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21087](https://redirect.github.com/webpack/webpack/pull/21087))
> * Skip import specifiers, `require()` and `import()` calls in dead conditional branches gated by inlined imported constants (`isDEV ? A : B`), evaluated via `getCondition`. (by [`@​hai-x`](https://github.com/hai-x) in [#21136](https://redirect.github.com/webpack/webpack/pull/21136))
> * CSS `localIdentName` `[hash]` now resolves to the local ident hash (matching css-loader); use `[modulehash]` for the module hash. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21259](https://redirect.github.com/webpack/webpack/pull/21259))
> * Add CSS parser `as` option and resolve `url()` inside HTML `style` attributes. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21157](https://redirect.github.com/webpack/webpack/pull/21157))
> * Add dedicated module classes for all built-in module types. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21164](https://redirect.github.com/webpack/webpack/pull/21164))
> * Support `.html`/`.css` for the default `./src` entry under the html/css experiments. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21039](https://redirect.github.com/webpack/webpack/pull/21039))
> * Add `defineConfig` helper for typed configuration files. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21169](https://redirect.github.com/webpack/webpack/pull/21169))
> * Add a `deno` target (with versions, e.g. `deno`, `deno2`, `deno1.40`) that emits ESM, resolves node.js built-ins via the required `node:` specifier, and keeps Deno's own import protocols (`npm:`, `jsr:`, `node:`, `http(s)://`) external. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21247](https://redirect.github.com/webpack/webpack/pull/21247))
> * Use `module-import` for electron externals when the target supports ESM. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21184](https://redirect.github.com/webpack/webpack/pull/21184))
> * Add `output.environment.logicalAssignment` to emit `||=` in runtime code when the target supports logical assignment operators. (by [`@​bjohansebas`](https://github.com/bjohansebas) in [#21219](https://redirect.github.com/webpack/webpack/pull/21219))
> * Resolve and rewrite asset URLs inside `<iframe srcdoc>` in HTML modules. (by [`@​bjohansebas`](https://github.com/bjohansebas) in [#21226](https://redirect.github.com/webpack/webpack/pull/21226))
> * Add HMR support for HTML modules with body/title DOM patching on update. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21011](https://redirect.github.com/webpack/webpack/pull/21011))
> * Add `css-url` html source type extracting `url()` references from CSS-valued attributes. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21250](https://redirect.github.com/webpack/webpack/pull/21250))
> * Add `module.parser.html.sources` option to disable or customize URL-attribute extraction for HTML modules, with `script` / `script-module` / `stylesheet` / `stylesheet-inline` types for custom attributes (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21022](https://redirect.github.com/webpack/webpack/pull/21022))
> * Add `module.parser.html.template` option to transform HTML module source before parsing. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#21055](https://redirect.github.com/webpack/webpack/pull/21055))

... (truncated)


Commits

* [`da91761`](webpack/webpack@da91761) chore(release): new release ([#21284](https://redirect.github.com/webpack/webpack/issues/21284))
* [`b6c9fcf`](webpack/webpack@b6c9fcf) chore: move members to emeritus ([#21281](https://redirect.github.com/webpack/webpack/issues/21281))
* [`062aa20`](webpack/webpack@062aa20) Fix invalid property access for escaped namespace with mangled exports ([#21280](https://redirect.github.com/webpack/webpack/issues/21280))
* [`ed9fa71`](webpack/webpack@ed9fa71) fix: render ProfilingPlugin trace in Chrome DevTools ([#21269](https://redirect.github.com/webpack/webpack/issues/21269))
* [`322b060`](webpack/webpack@322b060) chore(release): new release ([#21037](https://redirect.github.com/webpack/webpack/issues/21037))
* [`03a0433`](webpack/webpack@03a0433) test: run AbstractMethodError and parseJson unit tests under Bun ([#21273](https://redirect.github.com/webpack/webpack/issues/21273))
* [`e7202b4`](webpack/webpack@e7202b4) chore(deps): bump the dependencies group with 3 updates ([#21270](https://redirect.github.com/webpack/webpack/issues/21270))
* [`9a51ee1`](webpack/webpack@9a51ee1) fix(html): run the any-other-end-tag fallback for a marker-shielded nobr ([#21](https://redirect.github.com/webpack/webpack/issues/21)...
* [`a040ac1`](webpack/webpack@a040ac1) test: cap Node jest worker memory and fix harness teardown leaks ([#21268](https://redirect.github.com/webpack/webpack/issues/21268))
* [`7c81bde`](webpack/webpack@7c81bde) Re-encode inline hash digests ([contenthash]/[chunkhash]/[fullhash]/[moduleha...
* Additional commits viewable in [compare view](webpack/webpack@v5.107.2...v5.108.1)
  
Updates `webpack-cli` from 7.0.3 to 7.1.0
Release notes

*Sourced from [webpack-cli's releases](https://github.com/webpack/webpack-cli/releases).*

> webpack-cli@7.1.0
> -----------------
>
> ### Minor Changes
>
> * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779))
> * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777))


Changelog

*Sourced from [webpack-cli's changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md).*

> 7.1.0
> -----
>
> ### Minor Changes
>
> * feat(cli): refresh the `--help` output using commander's `configureHelp` API — branded headers, section dividers, colorized terms and a clearer footer. Colors and chrome collapse to plain text when output is piped or `--no-color` is used, so scripts keep working. (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#4779](https://redirect.github.com/webpack/webpack-cli/pull/4779))
> * feat: support `.json5`, `.yaml`/`.yml` and `.toml` configuration files by parsing them directly, with the parser package (`json5`, `js-yaml`, `toml`) installed on demand by the user and declared as optional `peerDependencies` so the parsers resolve correctly under Yarn PnP (by [`@​alexander-akait`](https://github.com/alexander-akait) in [#4777](https://redirect.github.com/webpack/webpack-cli/pull/4777))


Commits

* [`3cd7423`](webpack/webpack-cli@3cd7423) chore(release): new release ([#4778](https://redirect.github.com/webpack/webpack-cli/issues/4778))
* [`b42d1f4`](webpack/webpack-cli@b42d1f4) fix(webpack-cli): declare json5/js-yaml/toml as optional peerDependencies ([#4](https://redirect.github.com/webpack/webpack-cli/issues/4)...
* [`3471103`](webpack/webpack-cli@3471103) refactor(cli): hierarchical indentation for styled CLI output ([#4786](https://redirect.github.com/webpack/webpack-cli/issues/4786))
* [`772330c`](webpack/webpack-cli@772330c) build(deps): update dependencies (except commander) ([#4785](https://redirect.github.com/webpack/webpack-cli/issues/4785))
* [`a7380e1`](webpack/webpack-cli@a7380e1) feat(cli): refresh CLI output via commander's help API + shared status icons ...
* [`721d8fd`](webpack/webpack-cli@721d8fd) chore(deps): bump the dependencies group with 2 updates ([#4780](https://redirect.github.com/webpack/webpack-cli/issues/4780))
* [`65aa86c`](webpack/webpack-cli@65aa86c) chore(deps-dev): bump the dependencies group with 3 updates ([#4781](https://redirect.github.com/webpack/webpack-cli/issues/4781))
* [`134e62d`](webpack/webpack-cli@134e62d) feat(webpack-cli): support json5/yaml/toml configs via direct parsing (no int...
* [`0b22f77`](webpack/webpack-cli@0b22f77) fix(cli): make config loading errors more verbose ([#4776](https://redirect.github.com/webpack/webpack-cli/issues/4776))
* [`a5af401`](webpack/webpack-cli@a5af401) chore(deps): bump launch-editor from 2.13.1 to 2.14.1 ([#4774](https://redirect.github.com/webpack/webpack-cli/issues/4774))
* Additional commits viewable in [compare view](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.3...webpack-cli@7.1.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant