Skip to content

Bump the version-bumps group in /tests with 3 updates - #1951

Merged
Eugeny merged 1 commit into
mainfrom
dependabot/pip/tests/version-bumps-cb3433bf3f
May 19, 2026
Merged

Bump the version-bumps group in /tests with 3 updates#1951
Eugeny merged 1 commit into
mainfrom
dependabot/pip/tests/version-bumps-cb3433bf3f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the version-bumps group in /tests with 3 updates: requests, flask-sock and black.

Updates requests from 2.34.0 to 2.34.2

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

v2.34.1

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)

New Contributors

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

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)
Commits

Updates flask-sock from 0.5.2 to 0.7.0

Release notes

Sourced from flask-sock's releases.

Release 0.7.0

See CHANGES.md for release notes.

Release 0.6.0

See CHANGE.LOG for release notes.

Changelog

Sourced from flask-sock's changelog.

Flask-Sock change log

Release 0.7.0 - 2023-10-02

  • Avoid crashes on WebSocket exit in debug mode #70 (commit)
  • Clock example #45 (commit) (thanks Gilbert Brault!)
  • Remove unused import in documentation example #43 (commit) (thanks Ali-Akber Saifee!)

Release 0.6.0 - 2022-12-24

  • Option to attach WebSocket route to a blueprint (commit)
  • Example multi-file application (commit)
  • Add Pyton 3.11 to build (commit)

Release 0.5.2 - 2022-03-17

  • Pass WebSocket server options in the configuration #7 (commit)

Release 0.5.1 - 2022-03-11

  • Prevent AssertionError with Werkzeug when connection ends (commit)

Release 0.5.0 - 2022-02-17

  • Clean close of the WebSocket connection when possible #20 (commit)
  • Avoid duplicate variable names in examples (commit)
  • Unit tests (commit)
  • API reference documentation (commit)
  • Update builds for python 3.10 and pypy3.8 (commit)

Release 0.4.0 - 2021-06-06

  • More robustness when the connection is closed (commit)
  • Add a dependency on Flask 2.x (commit)
  • Add a change log (commit)
  • Documentation (commit)
  • More examples (commit)
  • GitHub builds (commit)
  • Unit testing framework (commit)

Release 0.3.0 - 2021-05-10

Release 0.2.0 - 2021-04-14

  • Updated readme (commit)
  • Add support for eventlet and gevent (commit)

Release 0.1.0 - 2021-04-03

... (truncated)

Commits

Updates black from 26.3.1 to 26.5.1

Release notes

Sourced from black's releases.

26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)

26.5.0

Highlights

  • Add support for unpacking in comprehensions (PEP 798) and for lazy imports (PEP 810), both new syntactic features in Python 3.15 (#5048)
  • Python 3.15 is now supported. Compiled wheels are not yet provided for Python 3.15, so performance may be slower than on existing Python versions. Wheels will be provided once Python 3.15 is later in its release cycle. (#5127)

Stable style

  • Fix # fmt: skip being ignored in nested if expressions with parenthesized in clauses (#4903)
  • Add syntactic support for Python 3.15 (#5048)
  • Fix crash when an f-string follows a # fmt: off comment inside brackets (#5097)
  • Preserve multiline compound statement headers when # fmt: skip is placed on the colon line (#5117)

Preview style

  • Improve heuristics around whether blank lines should appear before, within and after groups of same-name decorated functions (such as @overload groups) in .pyi stub files (#5021)
  • Fix blank lines being removed between a function and a decorated class in .pyi stub files (#5092)
  • Prevent string merger from creating unsplittable long lines when a pragma comment (e.g. # type: ignore) follows the closing bracket (#5096)

Packaging

Output

... (truncated)

Changelog

Sourced from black's changelog.

Version 26.5.1

Stable style

  • Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment (e.g. x: list[ # pyright: ignore[...]) (#5130)
  • Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures (#5139)

Packaging

  • Correct the version in the published executables (#5137)

Documentation

  • Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)

Version 26.5.0

Highlights

  • Add support for unpacking in comprehensions (PEP 798) and for lazy imports (PEP 810), both new syntactic features in Python 3.15 (#5048)
  • Python 3.15 is now supported. Compiled wheels are not yet provided for Python 3.15, so performance may be slower than on existing Python versions. Wheels will be provided once Python 3.15 is later in its release cycle. (#5127)

Stable style

  • Fix # fmt: skip being ignored in nested if expressions with parenthesized in clauses (#4903)
  • Add syntactic support for Python 3.15 (#5048)
  • Fix crash when an f-string follows a # fmt: off comment inside brackets (#5097)
  • Preserve multiline compound statement headers when # fmt: skip is placed on the colon line (#5117)

Preview style

  • Improve heuristics around whether blank lines should appear before, within and after groups of same-name decorated functions (such as @overload groups) in .pyi stub files (#5021)
  • Fix blank lines being removed between a function and a decorated class in .pyi stub files (#5092)
  • Prevent string merger from creating unsplittable long lines when a pragma comment (e.g. # type: ignore) follows the closing bracket (#5096)

Packaging

... (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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the version-bumps group in /tests with 3 updates: [requests](https://github.com/psf/requests), [flask-sock](https://github.com/miguelgrinberg/flask-sock) and [black](https://github.com/psf/black).


Updates `requests` from 2.34.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.34.0...v2.34.2)

Updates `flask-sock` from 0.5.2 to 0.7.0
- [Release notes](https://github.com/miguelgrinberg/flask-sock/releases)
- [Changelog](https://github.com/miguelgrinberg/flask-sock/blob/main/CHANGES.md)
- [Commits](miguelgrinberg/flask-sock@v0.5.2...v0.7.0)

Updates `black` from 26.3.1 to 26.5.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@26.3.1...26.5.1)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.34.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-bumps
- dependency-name: flask-sock
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-bumps
- dependency-name: black
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: version-bumps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type/deps Pull requests that update a dependency file label May 19, 2026
@Eugeny
Eugeny merged commit 4bef6e5 into main May 19, 2026
30 checks passed
@Eugeny
Eugeny deleted the dependabot/pip/tests/version-bumps-cb3433bf3f branch May 19, 2026 21:48
captain686 pushed a commit to captain686/warpgate that referenced this pull request May 29, 2026
Signed-off-by: dependabot[bot] <support@github.com>
tenfourty pushed a commit to tenfourty/warpgate that referenced this pull request Jul 4, 2026
Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/deps Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant