[PR #93] [MERGED] Update dependency fastapi to v0.95.2 #90

Closed
opened 2026-09-02 13:12:37 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/93
Author: @renovate[bot]
Created: 5/16/2023
Status: Merged
Merged: 5/16/2023
Merged by: @renovate[bot]

Base: masterHead: renovate/fastapi-0.x-lockfile


📝 Commits (1)

  • 72144e5 Update dependency fastapi to v0.95.2

📊 Changes

1 file changed (+7 additions, -7 deletions)

View changed files

📝 poetry.lock (+7 -7)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fastapi 0.95.1 -> 0.95.2 age adoption passing confidence

Release Notes

tiangolo/fastapi

v0.95.2

Compare Source

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 Mend Renovate. View repository job log here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheLovinator1/twitter-image-collage-maker/pull/93 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 5/16/2023 **Status:** ✅ Merged **Merged:** 5/16/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/fastapi-0.x-lockfile` --- ### 📝 Commits (1) - [`72144e5`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/72144e5adf74a248db343aff51e65deec16be6bc) Update dependency fastapi to v0.95.2 ### 📊 Changes **1 file changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+7 -7) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastapi](https://togithub.com/tiangolo/fastapi) | `0.95.1` -> `0.95.2` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.2/compatibility-slim/0.95.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.95.2/confidence-slim/0.95.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tiangolo/fastapi</summary> ### [`v0.95.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.95.2) [Compare Source](https://togithub.com/tiangolo/fastapi/compare/0.95.1...0.95.2) - ⬆️ Upgrade Starlette version to `>=0.27.0` for a security release. PR [#&#8203;9541](https://togithub.com/tiangolo/fastapi/pull/9541) by [@&#8203;tiangolo](https://togithub.com/tiangolo). Details on [Starlette's security advisory](https://togithub.com/encode/starlette/security/advisories/GHSA-v5gw-mw7f-84px). ##### Translations - 🌐 Add Portuguese translation for `docs/pt/docs/advanced/events.md`. PR [#&#8203;9326](https://togithub.com/tiangolo/fastapi/pull/9326) by [@&#8203;oandersonmagalhaes](https://togithub.com/oandersonmagalhaes). - 🌐 Add Russian translation for `docs/ru/docs/deployment/manually.md`. PR [#&#8203;9417](https://togithub.com/tiangolo/fastapi/pull/9417) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Add setup for translations to Lao. PR [#&#8203;9396](https://togithub.com/tiangolo/fastapi/pull/9396) by [@&#8203;TheBrown](https://togithub.com/TheBrown). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/testing.md`. PR [#&#8203;9403](https://togithub.com/tiangolo/fastapi/pull/9403) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Add Russian translation for `docs/ru/docs/deployment/https.md`. PR [#&#8203;9428](https://togithub.com/tiangolo/fastapi/pull/9428) by [@&#8203;Xewus](https://togithub.com/Xewus). - ✏ Fix command to install requirements in Windows. PR [#&#8203;9445](https://togithub.com/tiangolo/fastapi/pull/9445) by [@&#8203;MariiaRomanuik](https://togithub.com/MariiaRomanuik). - 🌐 Add French translation for `docs/fr/docs/advanced/response-directly.md`. PR [#&#8203;9415](https://togithub.com/tiangolo/fastapi/pull/9415) by [@&#8203;axel584](https://togithub.com/axel584). - 🌐 Initiate Czech translation setup. PR [#&#8203;9288](https://togithub.com/tiangolo/fastapi/pull/9288) by [@&#8203;3p1463k](https://togithub.com/3p1463k). - ✏ Fix typo in Portuguese docs for `docs/pt/docs/index.md`. PR [#&#8203;9337](https://togithub.com/tiangolo/fastapi/pull/9337) by [@&#8203;lucasbalieiro](https://togithub.com/lucasbalieiro). - 🌐 Add Russian translation for `docs/ru/docs/tutorial/response-status-code.md`. PR [#&#8203;9370](https://togithub.com/tiangolo/fastapi/pull/9370) by [@&#8203;nadia3373](https://togithub.com/nadia3373). ##### Internal - 🐛 Fix `flask.escape` warning for internal tests. PR [#&#8203;9468](https://togithub.com/tiangolo/fastapi/pull/9468) by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin). - ✅ Refactor 2 tests, for consistency and simplification. PR [#&#8203;9504](https://togithub.com/tiangolo/fastapi/pull/9504) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✅ Refactor OpenAPI tests, prepare for Pydantic v2. PR [#&#8203;9503](https://togithub.com/tiangolo/fastapi/pull/9503) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ Bump dawidd6/action-download-artifact from 2.26.0 to 2.27.0. PR [#&#8203;9394](https://togithub.com/tiangolo/fastapi/pull/9394) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - 💚 Disable setup-python pip cache in CI. PR [#&#8203;9438](https://togithub.com/tiangolo/fastapi/pull/9438) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5. PR [#&#8203;9346](https://togithub.com/tiangolo/fastapi/pull/9346) by [@&#8203;dependabot\[bot\]](https://togithub.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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TheLovinator1/twitter-image-collage-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ny4xIiwidXBkYXRlZEluVmVyIjoiMzUuODcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:12:37 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
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
TheLovinator/twitter-image-collage-maker#90
No description provided.