chore(deps): update dependency starlette to v1.3.0 #9

Merged
jcabillot merged 1 commits from renovate/starlette-1.x into main 2026-06-11 07:46:22 -04:00
Member

This PR contains the following updates:

Package Change Age Confidence
starlette (changelog) ==1.0.1==1.3.0 age confidence

Release Notes

Kludex/starlette (starlette)

v1.3.0: Version 1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Kludex/starlette/compare/1.2.1...1.3.0

v1.2.1: Version 1.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/Kludex/starlette/compare/1.2.0...1.2.1

v1.2.0: Version 1.2.0

Compare Source

What's Changed

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

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


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/)) | `==1.0.1` → `==1.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/starlette/1.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/starlette/1.0.1/1.3.0?slim=true) | --- ### Release Notes <details> <summary>Kludex/starlette (starlette)</summary> ### [`v1.3.0`](https://github.com/Kludex/starlette/releases/tag/1.3.0): Version 1.3.0 [Compare Source](https://github.com/Kludex/starlette/compare/1.2.1...1.3.0) #### What's Changed - Clamp oversized suffix ranges in `FileResponse` by [@&#8203;jiyujie2006](https://github.com/jiyujie2006) in [#&#8203;3307](https://github.com/Kludex/starlette/pull/3307) - Catch `OSError` alongside `MultiPartException` when closing temp files by [@&#8203;N3XT3R1337](https://github.com/N3XT3R1337) in [#&#8203;3191](https://github.com/Kludex/starlette/pull/3191) - Add `httpx2` to the `full` extra by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3323](https://github.com/Kludex/starlette/pull/3323) - Adjust testclient typing and warnings by [@&#8203;waketzheng](https://github.com/waketzheng) in [#&#8203;3322](https://github.com/Kludex/starlette/pull/3322) - Fix IndexError in URL.replace() on a URL with no authority by [@&#8203;LeSingh1](https://github.com/LeSingh1) in [#&#8203;3317](https://github.com/Kludex/starlette/pull/3317) - Annotate URLPath protocol parameter with Literal by [@&#8203;Chang-LeHung](https://github.com/Chang-LeHung) in [#&#8203;3285](https://github.com/Kludex/starlette/pull/3285) - avoid collapsing exception groups from user code by [@&#8203;graingert](https://github.com/graingert) in [#&#8203;2830](https://github.com/Kludex/starlette/pull/2830) - Use `removeprefix` to strip weak ETag indicator in `is_not_modified` by [@&#8203;gnosyslambda](https://github.com/gnosyslambda) in [#&#8203;3193](https://github.com/Kludex/starlette/pull/3193) - Build `request.url` from structured components by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3326](https://github.com/Kludex/starlette/pull/3326) #### New Contributors - [@&#8203;jiyujie2006](https://github.com/jiyujie2006) made their first contribution in [#&#8203;3307](https://github.com/Kludex/starlette/pull/3307) - [@&#8203;N3XT3R1337](https://github.com/N3XT3R1337) made their first contribution in [#&#8203;3191](https://github.com/Kludex/starlette/pull/3191) - [@&#8203;leestana01](https://github.com/leestana01) made their first contribution in [#&#8203;3319](https://github.com/Kludex/starlette/pull/3319) - [@&#8203;LeSingh1](https://github.com/LeSingh1) made their first contribution in [#&#8203;3317](https://github.com/Kludex/starlette/pull/3317) - [@&#8203;EmmanuelNiyonshuti](https://github.com/EmmanuelNiyonshuti) made their first contribution in [#&#8203;3204](https://github.com/Kludex/starlette/pull/3204) - [@&#8203;Chang-LeHung](https://github.com/Chang-LeHung) made their first contribution in [#&#8203;3285](https://github.com/Kludex/starlette/pull/3285) - [@&#8203;gnosyslambda](https://github.com/gnosyslambda) made their first contribution in [#&#8203;3193](https://github.com/Kludex/starlette/pull/3193) **Full Changelog**: <https://github.com/Kludex/starlette/compare/1.2.1...1.3.0> ### [`v1.2.1`](https://github.com/Kludex/starlette/releases/tag/1.2.1): Version 1.2.1 [Compare Source](https://github.com/Kludex/starlette/compare/1.2.0...1.2.1) #### What's Changed - Use `httpx2` for type checking in the `testclient` module by [@&#8203;leifwar](https://github.com/leifwar) in [#&#8203;3304](https://github.com/Kludex/starlette/pull/3304) - Add assert error for requires() when request param is not Request type by [@&#8203;KeeganOP](https://github.com/KeeganOP) in [#&#8203;3298](https://github.com/Kludex/starlette/pull/3298) #### New Contributors - [@&#8203;leifwar](https://github.com/leifwar) made their first contribution in [#&#8203;3304](https://github.com/Kludex/starlette/pull/3304) - [@&#8203;diskeu](https://github.com/diskeu) made their first contribution in [#&#8203;3243](https://github.com/Kludex/starlette/pull/3243) - [@&#8203;KeeganOP](https://github.com/KeeganOP) made their first contribution in [#&#8203;3298](https://github.com/Kludex/starlette/pull/3298) **Full Changelog**: <https://github.com/Kludex/starlette/compare/1.2.0...1.2.1> ### [`v1.2.0`](https://github.com/Kludex/starlette/releases/tag/1.2.0): Version 1.2.0 [Compare Source](https://github.com/Kludex/starlette/compare/1.1.0...1.2.0) #### What's Changed - Support httpx2 in the test client by [@&#8203;Kludex](https://github.com/Kludex) in [#&#8203;3291](https://github.com/Kludex/starlette/pull/3291) **Full Changelog**: <https://github.com/Kludex/starlette/compare/1.1.0...1.2.0> ### [`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> </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIxNi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
jcabillot was assigned by renovate 2026-06-10 23:14:00 -04:00
renovate added 1 commit 2026-06-11 04:15:40 -04:00
chore(deps): update dependency starlette to v1.3.0
Docker Build and Push / build (pull_request) Successful in 1m8s
a837e58376
renovate force-pushed renovate/starlette-1.x from 0697df4f27 to a837e58376 2026-06-11 04:15:40 -04:00 Compare
renovate changed title from chore(deps): update dependency starlette to v1.2.1 to chore(deps): update dependency starlette to v1.3.0 2026-06-11 04:15:40 -04:00
jcabillot merged commit ddb801a1e8 into main 2026-06-11 07:46:22 -04:00
jcabillot deleted branch renovate/starlette-1.x 2026-06-11 07:46:23 -04: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: perso/mcp-maildir#9