Update dependency fastapi to v0.115.3 #79

Merged
profitroll merged 1 commits from renovate/fastapi-0.x into dev 2024-10-22 20:45:06 +03:00
Collaborator

This PR contains the following updates:

Package Update Change
fastapi (changelog) patch ==0.115.2 -> ==0.115.3

Release Notes

fastapi/fastapi (fastapi)

v0.115.3

Compare Source

Upgrades
Docs
Translations
Internal

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 | Update | Change | |---|---|---| | [fastapi](https://github.com/fastapi/fastapi) ([changelog](https://fastapi.tiangolo.com/release-notes/)) | patch | `==0.115.2` -> `==0.115.3` | --- ### Release Notes <details> <summary>fastapi/fastapi (fastapi)</summary> ### [`v0.115.3`](https://github.com/fastapi/fastapi/releases/tag/0.115.3) [Compare Source](https://github.com/fastapi/fastapi/compare/0.115.2...0.115.3) ##### Upgrades - ⬆️ Upgrade Starlette to `>=0.40.0,<0.42.0`. PR [#&#8203;12469](https://github.com/fastapi/fastapi/pull/12469) by [@&#8203;defnull](https://github.com/defnull). ##### Docs - 📝 Fix broken link in docs. PR [#&#8203;12495](https://github.com/fastapi/fastapi/pull/12495) by [@&#8203;eltonjncorreia](https://github.com/eltonjncorreia). ##### Translations - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/fastapi-cli.md`. PR [#&#8203;12444](https://github.com/fastapi/fastapi/pull/12444) by [@&#8203;codingjenny](https://github.com/codingjenny). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/deployment/index.md`. PR [#&#8203;12439](https://github.com/fastapi/fastapi/pull/12439) by [@&#8203;codingjenny](https://github.com/codingjenny). - 🌐 Add Portuguese translation for `docs/pt/docs/how-to/testing-database.md`. PR [#&#8203;12472](https://github.com/fastapi/fastapi/pull/12472) by [@&#8203;GuilhermeRameh](https://github.com/GuilhermeRameh). - 🌐 Add Portuguese translation for `docs/pt/docs/how-to/custom-docs-ui-assets.md`. PR [#&#8203;12473](https://github.com/fastapi/fastapi/pull/12473) by [@&#8203;devluisrodrigues](https://github.com/devluisrodrigues). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-headers.md`. PR [#&#8203;12458](https://github.com/fastapi/fastapi/pull/12458) by [@&#8203;leonardopaloschi](https://github.com/leonardopaloschi). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/deployment/cloud.md`. PR [#&#8203;12440](https://github.com/fastapi/fastapi/pull/12440) by [@&#8203;codingjenny](https://github.com/codingjenny). - 🌐 Update Portuguese translation for `docs/pt/docs/python-types.md`. PR [#&#8203;12428](https://github.com/fastapi/fastapi/pull/12428) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Russian translation for `docs/ru/docs/environment-variables.md`. PR [#&#8203;12436](https://github.com/fastapi/fastapi/pull/12436) by [@&#8203;wisderfin](https://github.com/wisderfin). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/resources/index.md`. PR [#&#8203;12443](https://github.com/fastapi/fastapi/pull/12443) by [@&#8203;codingjenny](https://github.com/codingjenny). - 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/about/index.md`. PR [#&#8203;12438](https://github.com/fastapi/fastapi/pull/12438) by [@&#8203;codingjenny](https://github.com/codingjenny). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/query-param-models.md`. PR [#&#8203;12414](https://github.com/fastapi/fastapi/pull/12414) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Remove Portuguese translation for `docs/pt/docs/deployment.md`. PR [#&#8203;12427](https://github.com/fastapi/fastapi/pull/12427) by [@&#8203;ceb10n](https://github.com/ceb10n). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-updates.md`. PR [#&#8203;12381](https://github.com/fastapi/fastapi/pull/12381) by [@&#8203;andersonrocha0](https://github.com/andersonrocha0). - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/response-cookies.md`. PR [#&#8203;12417](https://github.com/fastapi/fastapi/pull/12417) by [@&#8203;Paulofalcao2002](https://github.com/Paulofalcao2002). ##### Internal - 👷 Update issue manager workflow . PR [#&#8203;12457](https://github.com/fastapi/fastapi/pull/12457) by [@&#8203;alejsdev](https://github.com/alejsdev). - 🔧 Update team, include YuriiMotov 🚀. PR [#&#8203;12453](https://github.com/fastapi/fastapi/pull/12453) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Refactor label-approved, make it an internal script instead of an external GitHub Action. PR [#&#8203;12280](https://github.com/fastapi/fastapi/pull/12280) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Fix smokeshow, checkout files on CI. PR [#&#8203;12434](https://github.com/fastapi/fastapi/pull/12434) by [@&#8203;tiangolo](https://github.com/tiangolo). - 👷 Use uv in CI. PR [#&#8203;12281](https://github.com/fastapi/fastapi/pull/12281) by [@&#8203;tiangolo](https://github.com/tiangolo). - ⬆ Update httpx requirement from <0.25.0,>=0.23.0 to >=0.23.0,<0.28.0. PR [#&#8203;11509](https://github.com/fastapi/fastapi/pull/11509) by [@&#8203;dependabot\[bot\]](https://github.com/apps/dependabot). </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->
Renovate added 1 commit 2024-10-22 18:12:00 +03:00
Renovate scheduled this pull request to auto merge when all checks succeed 2024-10-22 18:12:00 +03:00
profitroll merged commit fe4cd2dc48 into dev 2024-10-22 20:45:06 +03:00
profitroll deleted branch renovate/fastapi-0.x 2024-10-22 20:45:06 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: profitroll/PhotosAPI#79
No description provided.