chore(deps): update all non-major dependencies #21

Merged
renovate merged 1 commits from renovate/all-minor-patch into main 2025-05-18 13:31:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
fastapi (changelog) patch ==0.115.11 -> ==0.115.12
python final patch 3.13.2-bullseye -> 3.13.3-bullseye
uvicorn (changelog) patch ==0.34.0 -> ==0.34.2

Release Notes

fastapi/fastapi (fastapi)

v0.115.12

Compare Source

Fixes
Docs
Translations
Internal
encode/uvicorn (uvicorn)

v0.34.2: Version 0.34.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.34.1...0.34.2

v0.34.1: Version 0.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/encode/uvicorn/compare/0.34.0...0.34.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastapi](https://github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | | patch | `==0.115.11` -> `==0.115.12` | | python | final | patch | `3.13.2-bullseye` -> `3.13.3-bullseye` | | [uvicorn](https://github.com/encode/uvicorn) ([changelog](https://www.uvicorn.org/release-notes)) | | patch | `==0.34.0` -> `==0.34.2` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.115.12`](https://github.com/fastapi/fastapi/releases/tag/0.115.12) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.11...0.115.12) ##### Fixes - 🐛 Fix `convert_underscores=False` for header Pydantic models. PR [#&#8203;13515](https://github.com/fastapi/fastapi/pull/13515) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Docs - 📝 Update `docs/en/docs/tutorial/middleware.md`. PR [#&#8203;13444](https://github.com/fastapi/fastapi/pull/13444) by [@&#8203;Rishat-F](https://github.com/Rishat-F). - 👥 Update FastAPI People - Experts. PR [#&#8203;13493](https://github.com/fastapi/fastapi/pull/13493) by [@&#8203;tiangolo](https://github.com/tiangolo). ##### Translations - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/metadata.md` page. PR [#&#8203;13459](https://github.com/fastapi/fastapi/pull/13459) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/response-status-code.md` page. PR [#&#8203;13462](https://github.com/fastapi/fastapi/pull/13462) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/cookie-param-models.md` page. PR [#&#8203;13460](https://github.com/fastapi/fastapi/pull/13460) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/header-param-models.md` page. PR [#&#8203;13461](https://github.com/fastapi/fastapi/pull/13461) by [@&#8203;valentinDruzhinin](https://github.com/valentinDruzhinin). - 🌐 Add Japanese translation for `docs/ja/docs/virtual-environments.md`. PR [#&#8203;13304](https://github.com/fastapi/fastapi/pull/13304) by [@&#8203;k94-ishi](https://github.com/k94-ishi). - 🌐 Add Korean translation for `docs/ko/docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;13333](https://github.com/fastapi/fastapi/pull/13333) by [@&#8203;yes0ng](https://github.com/yes0ng). - 🌐 Add Vietnamese translation for `docs/vi/docs/deployment/cloud.md`. PR [#&#8203;13407](https://github.com/fastapi/fastapi/pull/13407) by [@&#8203;ptt3199](https://github.com/ptt3199). ##### Internal - ⬆ Bump pydantic-ai from 0.0.15 to 0.0.30. PR [#&#8203;13438](https://github.com/fastapi/fastapi/pull/13438) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump sqlmodel from 0.0.22 to 0.0.23. PR [#&#8203;13437](https://github.com/fastapi/fastapi/pull/13437) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump black from 24.10.0 to 25.1.0. PR [#&#8203;13436](https://github.com/fastapi/fastapi/pull/13436) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - ⬆ Bump ruff to 0.9.4. PR [#&#8203;13299](https://github.com/fastapi/fastapi/pull/13299) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). - 🔧 Update sponsors: pause TestDriven. PR [#&#8203;13446](https://github.com/fastapi/fastapi/pull/13446) by [@&#8203;tiangolo](https://github.com/tiangolo). </details> <details> <summary>encode/uvicorn (uvicorn)</summary> ### [`v0.34.2`](https://github.com/encode/uvicorn/releases/tag/0.34.2): Version 0.34.2 [Compare Source](https://github.com/encode/uvicorn/compare/0.34.1...0.34.2) #### What's Changed - Flush the stdout buffer on Windows to trigger reload by [@&#8203;jamesh1999](https://github.com/jamesh1999) in https://github.com/encode/uvicorn/pull/2604 #### New Contributors - [@&#8203;jamesh1999](https://github.com/jamesh1999) made their first contribution in https://github.com/encode/uvicorn/pull/2604 **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.1...0.34.2 ### [`v0.34.1`](https://github.com/encode/uvicorn/releases/tag/0.34.1): Version 0.34.1 [Compare Source](https://github.com/encode/uvicorn/compare/0.34.0...0.34.1) #### What's Changed - Deprecate `ServerState` in the main module by [@&#8203;Kludex](https://github.com/Kludex) in https://github.com/encode/uvicorn/pull/2581 #### New Contributors - [@&#8203;RakhimovRamis](https://github.com/RakhimovRamis) made their first contribution in https://github.com/encode/uvicorn/pull/2567 - [@&#8203;carlwgeorge](https://github.com/carlwgeorge) made their first contribution in https://github.com/encode/uvicorn/pull/2590 **Full Changelog**: https://github.com/encode/uvicorn/compare/0.34.0...0.34.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC40IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-05-18 13:31:40 +00:00
chore(deps): update all non-major dependencies
Some checks failed
Pre submits Lint / yamllint (push) Failing after 35s
renovate / renovate (push) Successful in 1h11m12s
49c3af8bf5
renovate merged commit 49c3af8bf5 into main 2025-05-18 13:31:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: training/workshop-image-improvement#21