Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump starlette from 0.41.2 to 0.41.3 (#2079)
Bumps [starlette](https://github.com/encode/starlette) from 0.41.2 to 0.41.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/releases">starlette's releases</a>.</em></p> <blockquote> <h2>Version 0.41.3</h2> <h2>Fixed</h2> <ul> <li>Exclude the query parameters from the <code>scope[raw_path]</code> on the <code>TestClient</code> <a href="https://redirect.github.com/encode/starlette/pull/2716">#2716</a>.</li> <li>Replace <code>dict</code> by <code>Mapping</code> on <code>HTTPException.headers</code> <a href="https://redirect.github.com/encode/starlette/pull/2749">#2749</a>.</li> <li>Correct middleware argument passing and improve factory pattern <a href="https://github.com/encode/starlette/2752">#2752</a>.</li> </ul> <hr /> <p><strong>Full Changelog</strong>: <a href="https://github.com/encode/starlette/compare/0.41.2...0.41.3">https://github.com/encode/starlette/compare/0.41.2...0.41.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/encode/starlette/blob/master/docs/release-notes.md">starlette's changelog</a>.</em></p> <blockquote> <h2>0.41.3 (November 18, 2024)</h2> <h4>Fixed</h4> <ul> <li>Exclude the query parameters from the <code>scope[raw_path]</code> on the <code>TestClient</code> <a href="https://redirect.github.com/encode/starlette/pull/2716">#2716</a>.</li> <li>Replace <code>dict</code> by <code>Mapping</code> on <code>HTTPException.headers</code> <a href="https://redirect.github.com/encode/starlette/pull/2749">#2749</a>.</li> <li>Correct middleware argument passing and improve factory pattern <a href="https://redirect.github.com/encode/starlette/pull/2752">#2752</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/encode/starlette/commit/1a8efba9c802c0631c827ce431af9b0546e34ccd"><code>1a8efba</code></a> Version 0.41.3 (<a href="https://redirect.github.com/encode/starlette/issues/2754">#2754</a>)</li> <li><a href="https://github.com/encode/starlette/commit/9dc9d2e92919306fae683746e38530ff55ed3092"><code>9dc9d2e</code></a> fix(testclient): exclude query sting from <code>raw_path</code> (<a href="https://redirect.github.com/encode/starlette/issues/2716">#2716</a>)</li> <li><a href="https://github.com/encode/starlette/commit/cc1e2d7a2fab4a1235eb1132ebd53997e98763b1"><code>cc1e2d7</code></a> Replace <code>dict</code> by <code>Mapping</code> on <code>HTTPException.headers</code> (<a href="https://redirect.github.com/encode/starlette/issues/2749">#2749</a>)</li> <li><a href="https://github.com/encode/starlette/commit/427a8dcf357597df27b2509b1ac436caf7708300"><code>427a8dc</code></a> Fix issue with middleware args passing (<a href="https://redirect.github.com/encode/starlette/issues/2752">#2752</a>)</li> <li><a href="https://github.com/encode/starlette/commit/c2e3a39b09a613553ee03586589ed9cd0fbf07f3"><code>c2e3a39</code></a> Match httpx documentation style (<a href="https://redirect.github.com/encode/starlette/issues/2742">#2742</a>)</li> <li>See full diff in <a href="https://github.com/encode/starlette/compare/0.41.2...0.41.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=starlette&package-manager=pip&previous-version=0.41.2&new-version=0.41.3)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information