Bumps the python-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [pydantic](
https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` |
| [pydantic-settings](
https://github.com/pydantic/pydantic-settings) | `2.14.0` | `2.14.1` |
| [requests](
https://github.com/psf/requests) | `2.33.1` | `2.34.2` |
| [uvicorn](
https://github.com/Kludex/uvicorn) | `0.45.0` | `0.47.0` |
| [fastapi](
https://github.com/fastapi/fastapi) | `0.136.0` | `0.136.1` |
Updates `pydantic` from 2.13.3 to 2.13.4
- [Release notes](
https://github.com/pydantic/pydantic/releases)
- [Changelog](
https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md)
- [Commits](
pydantic/pydantic@v2.13.3...v2.13.4)
Updates `pydantic-settings` from 2.14.0 to 2.14.1
- [Release notes](
https://github.com/pydantic/pydantic-settings/releases)
- [Commits](
pydantic/pydantic-settings@v2.14.0...v2.14.1)
Updates `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)
Updates `uvicorn` from 0.45.0 to 0.47.0
- [Release notes](
https://github.com/Kludex/uvicorn/releases)
- [Changelog](
https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](
Kludex/uvicorn@0.45.0...0.47.0)
Updates `fastapi` from 0.136.0 to 0.136.1
- [Release notes](
https://github.com/fastapi/fastapi/releases)
- [Commits](
fastapi/fastapi@0.136.0...0.136.1)
---
updated-dependencies:
- dependency-name: pydantic
dependency-version: 2.13.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: pydantic-settings
dependency-version: 2.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
- dependency-name: requests
dependency-version: 2.34.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: uvicorn
dependency-version: 0.47.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python-dependencies
- dependency-name: fastapi
dependency-version: 0.136.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Bumps the python-dependencies group with 5 updates in the / directory:
Updates pydantic from 2.13.3 to 2.13.4
Release notesSourced from pydantic's releases.
v2.13.4 2026-05-06
v2.13.4 (2026-05-06)
What's Changed
Packaging
Fixes
Full Changelog: pydantic/pydantic@v2.13.3...v2.13.4
ChangelogSourced from pydantic's changelog.
v2.13.4 (2026-05-06)
GitHub release
What's Changed
Packaging
Fixes
- Preserve RootModel core metadata by @Viicos in #13129
CommitsUpdates pydantic-settings from 2.14.0 to 2.14.1
Release notesSourced from pydantic-settings's releases.
v2.14.1
What's Changed
Full Changelog: pydantic/pydantic-settings@v2.14.0...v2.14.1
CommitsUpdates requests from 2.33.1 to 2.34.2
Release notesSourced from requests's releases.
v2.34.2
2.34.2 (2026-05-14)
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
New Contributors
Full Changelog: https://github.com/psf/requests/blob/main/HISTORY.md#2341-2026-05-13
v2.34.0
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
Bugfixes
... (truncated)
ChangelogSourced from requests's changelog.
2.34.2 (2026-05-14)
2.34.1 (2026-05-13)
Bugfixes
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
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)
CommitsUpdates uvicorn from 0.45.0 to 0.47.0
Release notesSourced from uvicorn's releases.
Version 0.47.0
What's Changed
Full Changelog: Kludex/uvicorn@0.46.0...0.47.0
Version 0.46.0
What's Changed
Full Changelog: Kludex/uvicorn@0.45.0...0.46.0
ChangelogSourced from uvicorn's changelog.
0.47.0 (May 14, 2026)
Added
Changed
Fixed
0.46.0 (April 23, 2026)
Added
Changed
- Use bytearray for incoming WebSocket message buffer in websockets-sansio (#2917)
CommitsUpdates fastapi from 0.136.0 to 0.136.1
Release notesSourced from fastapi's releases.
0.136.1
Upgrades
Internal
- 🔨 Tweak translation script. PR #15174 by @YuriiMotov.
- ⬆ Bump mkdocs-material from 9.7.1 to 9.7.6. PR #15408 by @dependabot[bot].
- ⬆ Bump inline-snapshot from 0.31.1 to 0.32.6. PR #15409 by @dependabot[bot].
- ⬆ Bump pytest-codspeed from 4.3.0 to 4.4.0. PR #15407 by @dependabot[bot].
- ⬆ Bump pytest-cov from 7.0.0 to 7.1.0. PR #15406 by @dependabot[bot].
- ⬆ Bump cloudflare/wrangler-action from 3.14.1 to 3.15.0. PR #15405 by @dependabot[bot].
- ⬆ Bump mypy from 1.19.1 to 1.20.1. PR #15410 by @dependabot[bot].
- ⬆ Bump python-dotenv from 1.2.1 to 1.2.2. PR #15400 by @dependabot[bot].
- ⬆ Bump starlette from 0.52.1 to 1.0.0. PR #15397 by @dependabot[bot].
- ⬆ Bump pygithub from 2.8.1 to 2.9.1. PR #15396 by @dependabot[bot].
- ⬆ Bump pyjwt from 2.12.0 to 2.12.1. PR #15393 by @dependabot[bot].
- ⬆ Bump zizmor from 1.23.1 to 1.24.1. PR #15394 by @dependabot[bot].
- ⬆ Bump strawberry-graphql from 0.312.3 to 0.314.3. PR #15395 by @dependabot[bot].
- ⬆ Bump python-multipart from 0.0.22 to 0.0.26. PR #15360 by @dependabot[bot].
- ⬆ Bump authlib from 1.6.9 to 1.6.11. PR #15373 by @dependabot[bot].
- ⬆ Bump aiohttp from 3.13.3 to 3.13.4. PR #15282 by @dependabot[bot].
- ⬆ Bump pygments from 2.19.2 to 2.20.0. PR #15263 by @dependabot[bot].
- ⬆ Bump pymdown-extensions from 10.20.1 to 10.21.2. PR #15391 by @YuriiMotov.
- ⬆ Bump pillow from 12.1.1 to 12.2.0. PR #15333 by @dependabot[bot].
- ⬆ Bump pytest from 9.0.2 to 9.0.3. PR #15334 by @dependabot[bot].
- ⬆ Bump actions/upload-artifact from 7.0.0 to 7.0.1. PR #15374 by @dependabot[bot].
- ⬆ Bump actions/cache from 5.0.4 to 5.0.5. PR #15385 by @dependabot[bot].
- 🔧 Update sponsors: remove Zuplo. PR #15369 by @tiangolo.
- 🔧 Update sponsors: remove Speakeasy. PR #15368 by @tiangolo.
- 🔒️ Add zizmor and fix audit findings. PR #15316 by @YuriiMotov.
CommitsYou can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR: