[PR #94] [MERGED] Bump fastapi from 0.115.6 to 0.115.7 #94

Closed
opened 2026-02-28 14:55:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/soham2008xyz/Spotify-Downloader/pull/94
Author: @dependabot[bot]
Created: 1/27/2025
Status: Merged
Merged: 1/29/2025
Merged by: @soham2008xyz

Base: remakeHead: dependabot/pip/fastapi-0.115.7


📝 Commits (1)

  • cdb4851 Bump fastapi from 0.115.6 to 0.115.7

📊 Changes

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

View changed files

📝 poetry.lock (+6 -6)

📄 Description

Bumps fastapi from 0.115.6 to 0.115.7.

Release notes

Sourced from fastapi's releases.

0.115.7

Upgrades

Refactors

Docs

Translations

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/soham2008xyz/Spotify-Downloader/pull/94 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@soham2008xyz](https://github.com/soham2008xyz) **Base:** `remake` ← **Head:** `dependabot/pip/fastapi-0.115.7` --- ### 📝 Commits (1) - [`cdb4851`](https://github.com/soham2008xyz/Spotify-Downloader/commit/cdb4851fd70fcda413fbc71fafd2ae6169016bf3) Bump fastapi from 0.115.6 to 0.115.7 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+6 -6) </details> ### 📄 Description Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.115.6 to 0.115.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastapi/fastapi/releases">fastapi's releases</a>.</em></p> <blockquote> <h2>0.115.7</h2> <h3>Upgrades</h3> <ul> <li>⬆️ Upgrade <code>python-multipart</code> to &gt;=0.0.18. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13219">#13219</a> by <a href="https://github.com/DanielKusyDev"><code>@​DanielKusyDev</code></a>.</li> <li>⬆️ Bump Starlette to allow up to 0.45.0: <code>&gt;=0.40.0,&lt;0.46.0</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13117">#13117</a> by <a href="https://github.com/Kludex"><code>@​Kludex</code></a>.</li> <li>⬆️ Upgrade <code>jinja2</code> to &gt;=3.1.5. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13194">#13194</a> by <a href="https://github.com/DanielKusyDev"><code>@​DanielKusyDev</code></a>.</li> </ul> <h3>Refactors</h3> <ul> <li>✅ Simplify tests for websockets. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13202">#13202</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for request_form_models . PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13183">#13183</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for separate_openapi_schemas. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13201">#13201</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for security. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13200">#13200</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for schema_extra_example. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13197">#13197</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for request_model. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13195">#13195</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for request_forms_and_files. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13185">#13185</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for request_forms. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13184">#13184</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for path_query_params. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13181">#13181</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for path_operation_configurations. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13180">#13180</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for header_params. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13179">#13179</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for extra_models. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13178">#13178</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for extra_data_types. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13177">#13177</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for cookie_params. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13176">#13176</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for dependencies. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13174">#13174</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for body_updates. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13172">#13172</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for body_nested_models. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13171">#13171</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for body_multiple_params. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13170">#13170</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for body_fields. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13169">#13169</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for body. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13168">#13168</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for bigger_applications. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13167">#13167</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for background_tasks. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13166">#13166</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✅ Simplify tests for additional_status_codes. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13149">#13149</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Docs</h3> <ul> <li>✏️ Update Strawberry integration docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13155">#13155</a> by <a href="https://github.com/kinuax"><code>@​kinuax</code></a>.</li> <li>🔥 Remove unused Peewee tutorial files. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13158">#13158</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>📝 Update image in body-nested-model docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/11063">#11063</a> by <a href="https://github.com/untilhamza"><code>@​untilhamza</code></a>.</li> <li>📝 Update <code>fastapi-cli</code> UI examples in docs. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13107">#13107</a> by <a href="https://github.com/Zhongheng-Cheng"><code>@​Zhongheng-Cheng</code></a>.</li> <li>👷 Add new GitHub Action to update contributors, translators, and translation reviewers. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13136">#13136</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix typo in <code>docs/en/docs/virtual-environments.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13124">#13124</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> <li>✏️ Fix error in <code>docs/en/docs/contributing.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12899">#12899</a> by <a href="https://github.com/kingsubin"><code>@​kingsubin</code></a>.</li> <li>📝 Minor corrections in <code>docs/en/docs/tutorial/sql-databases.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13081">#13081</a> by <a href="https://github.com/alv2017"><code>@​alv2017</code></a>.</li> <li>📝 Update includes in <code>docs/ru/docs/tutorial/query-param-models.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/12994">#12994</a> by <a href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li> <li>✏️ Fix typo in README installation instructions. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13011">#13011</a> by <a href="https://github.com/dave-hay"><code>@​dave-hay</code></a>.</li> <li>📝 Update docs for <code>fastapi-cli</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13031">#13031</a> by <a href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li> </ul> <h3>Translations</h3> <ul> <li>🌐 Update Portuguese Translation for <code>docs/pt/docs/tutorial/request-forms.md</code>. PR <a href="https://redirect.github.com/fastapi/fastapi/pull/13216">#13216</a> by <a href="https://github.com/Joao-Pedro-P-Holanda"><code>@​Joao-Pedro-P-Holanda</code></a>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastapi/fastapi/commit/fe513719ea98abade167d8a89e92f600d9d8f0e5"><code>fe51371</code></a> 🔖 Release version 0.115.7</li> <li><a href="https://github.com/fastapi/fastapi/commit/7183f0d683558390b973af8ad708e82567d4dc7e"><code>7183f0d</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/2b6f63df712f0ab98f071f64b3f8ac215ddf43be"><code>2b6f63d</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/abd05a6d30e6e4c9b1496e0b94d362a9979c9f37"><code>abd05a6</code></a> 🔧 Add Pydantic 2 trove classifier (<a href="https://redirect.github.com/fastapi/fastapi/issues/13199">#13199</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/e39143d56de41f8d72a3be8847030346cb1d8adc"><code>e39143d</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/49e82ed2ac63c2aad957d01c857ee1fe597dc4ca"><code>49e82ed</code></a> ⬆️ Upgrade <code>python-multipart</code> to &gt;=0.0.18 (<a href="https://redirect.github.com/fastapi/fastapi/issues/13219">#13219</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/91c05b9245269502ea3d28569b3cbe2fa556e465"><code>91c05b9</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/82c74789e8c2ba68f4c88b6e8c80928881578272"><code>82c7478</code></a> ⬆️ Bump Starlette to allow up to 0.45.0: <code>&gt;=0.40.0,&lt;0.46.0</code> (<a href="https://redirect.github.com/fastapi/fastapi/issues/13117">#13117</a>)</li> <li><a href="https://github.com/fastapi/fastapi/commit/1a38cc506e5732a8a0e2d4cfec3059f670a5ef90"><code>1a38cc5</code></a> 📝 Update release notes</li> <li><a href="https://github.com/fastapi/fastapi/commit/548f67d465afff233fa1856b2d337d13595e3308"><code>548f67d</code></a> ⬆️ Upgrade <code>jinja2</code> to &gt;=3.1.5 (<a href="https://redirect.github.com/fastapi/fastapi/issues/13194">#13194</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastapi/fastapi/compare/0.115.6...0.115.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastapi&package-manager=pip&previous-version=0.115.6&new-version=0.115.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:55:51 +03: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
starred/Spotify-Downloader-soham2008xyz#94
No description provided.