chore(deps): update dependency starlette to v1 #59

Open
renovate-bot wants to merge 1 commit from renovate/starlette-1.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
starlette (changelog) ==0.52.1==1.1.0 age confidence

Release Notes

Kludex/starlette (starlette)

v1.1.0: Version 1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Kludex/starlette/compare/1.0.1...1.1.0

v1.0.1: Version 1.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/Kludex/starlette/compare/1.0.0...1.0.1

v1.0.0: Version 1.0.0

Compare Source

Starlette 1.0 is here! 🎉

After nearly eight years since its creation, Starlette has reached its first stable release.

A special thank you to @​lovelydinosaur, the creator of Starlette, Uvicorn, HTTPX and MkDocs, whose work helped to lay the foundation for the modern async Python ecosystem. 🙏

Thank you to @​adriangb, @​graingert, @​agronholm, @​florimondmanca, @​aminalaee, @​tiangolo, @​alex-oleshkevich, @​abersheeran, and @​uSpike for helping make Starlette what it is today. And to all my sponsors - especially @​tiangolo, @​huggingface, and @​elevenlabs - thank you for your support!

Thank you to all 290+ contributors who have shaped Starlette over the years! ❤️

Read more on the blog post.

Check out the full release notes at https://www.starlette.io/release-notes/#​100-march-22-2026


Full Changelog: https://github.com/encode/starlette/compare/1.0.0rc1...1.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [starlette](https://github.com/Kludex/starlette) ([changelog](https://starlette.dev/release-notes/)) | `==0.52.1` → `==1.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/starlette/1.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/starlette/0.52.1/1.1.0?slim=true) | --- ### Release Notes <details> <summary>Kludex/starlette (starlette)</summary> ### [`v1.1.0`](https://github.com/Kludex/starlette/releases/tag/1.1.0): Version 1.1.0 [Compare Source](https://github.com/Kludex/starlette/compare/1.0.1...1.1.0) #### What's Changed - Use `"application/octet-stream"` as the `FileResponse` media type fallback by [@&#8203;ATOM00blue](https://github.com/ATOM00blue) in [#&#8203;3283](https://github.com/Kludex/starlette/pull/3283) - Only dispatch standard HTTP verbs in `HTTPEndpoint` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3286](https://github.com/Kludex/starlette/pull/3286) - Reject absolute paths in `StaticFiles.lookup_path` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3287](https://github.com/Kludex/starlette/pull/3287) #### New Contributors - [@&#8203;ATOM00blue](https://github.com/ATOM00blue) made their first contribution in [#&#8203;3283](https://github.com/Kludex/starlette/pull/3283) **Full Changelog**: <https://github.com/Kludex/starlette/compare/1.0.1...1.1.0> ### [`v1.0.1`](https://github.com/Kludex/starlette/releases/tag/1.0.1): Version 1.0.1 [Compare Source](https://github.com/Kludex/starlette/compare/1.0.0...1.0.1) #### What's Changed - Ignore malformed `Host` header when constructing `request.url` by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3279](https://github.com/Kludex/starlette/pull/3279) **Full Changelog**: <https://github.com/Kludex/starlette/compare/1.0.0...1.0.1> ### [`v1.0.0`](https://github.com/Kludex/starlette/releases/tag/1.0.0): Version 1.0.0 [Compare Source](https://github.com/Kludex/starlette/compare/0.52.1...1.0.0) Starlette 1.0 is here! 🎉 After nearly eight years since its creation, Starlette has reached its first stable release. A special thank you to [@&#8203;lovelydinosaur](https://github.com/lovelydinosaur), the creator of Starlette, Uvicorn, HTTPX and MkDocs, whose work helped to lay the foundation for the modern async Python ecosystem. 🙏 Thank you to [@&#8203;adriangb](https://github.com/adriangb), [@&#8203;graingert](https://github.com/graingert), [@&#8203;agronholm](https://github.com/agronholm), [@&#8203;florimondmanca](https://github.com/florimondmanca), [@&#8203;aminalaee](https://github.com/aminalaee), [@&#8203;tiangolo](https://github.com/tiangolo), [@&#8203;alex-oleshkevich](https://github.com/alex-oleshkevich), [@&#8203;abersheeran](https://github.com/abersheeran), and [@&#8203;uSpike](https://github.com/uSpike) for helping make Starlette what it is today. And to all my sponsors - especially [@&#8203;tiangolo](https://github.com/tiangolo), [@&#8203;huggingface](https://github.com/huggingface), and [@&#8203;elevenlabs](https://github.com/elevenlabs) - thank you for your support! Thank you to all [290+ contributors](https://github.com/encode/starlette/graphs/contributors) who have shaped Starlette over the years! ❤️ Read more on the [blog post](https://marcelotryle.com/blog/2026/03/22/starlette-10-is-here/). Check out the full release notes at <https://www.starlette.io/release-notes/#&#8203;100-march-22-2026> *** **Full Changelog**: <https://github.com/encode/starlette/compare/1.0.0rc1...1.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2026-05-08 15:00:58 +02:00
alpha-nerd self-assigned this 2026-05-08 15:27:01 +02:00
alpha-nerd added the
renovate: stop-updating
label 2026-05-08 15:27:11 +02:00
renovate-bot force-pushed renovate/starlette-1.x from c4f7611817 to 3669365c3c 2026-05-14 13:43:27 +02:00 Compare
alpha-nerd removed the
renovate: stop-updating
label 2026-05-16 09:20:25 +02:00
renovate-bot force-pushed renovate/starlette-1.x from 3669365c3c to d824d75dfa 2026-05-16 09:46:43 +02:00 Compare
renovate-bot force-pushed renovate/starlette-1.x from d824d75dfa to a8fb44095b 2026-05-22 00:02:07 +02:00 Compare
renovate-bot force-pushed renovate/starlette-1.x from a8fb44095b to bf663ac646 2026-05-23 19:02:50 +02:00 Compare
All checks were successful
PR Tests / test (pull_request) Successful in 1m0s
Required
Details
NYX Security Scan / nyx-scan (pull_request) Successful in 6m47s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/starlette-1.x:renovate/starlette-1.x
git checkout renovate/starlette-1.x
Sign in to join this conversation.
No description provided.