Closed dependabot[bot] closed 1 month ago
@dependabot squash and merge
On Thu, Oct 10, 2024 at 7:05 PM dependabot[bot] @.***> wrote:
Bumps uvicorn https://github.com/encode/uvicorn from 0.31.0 to 0.31.1. Release notes
Sourced from uvicorn's releases https://github.com/encode/uvicorn/releases.
Version 0.31.1 Fixed
- Support WebSockets 0.13.1 #2471 https://redirect.github.com/encode/uvicorn/pull/2471
- Restore support for [*] in trusted hosts #2480 https://redirect.github.com/encode/uvicorn/pull/2480
- Add PathLike[str] type hint for ssl_keyfile #2481 https://redirect.github.com/encode/uvicorn/pull/2481
Full Changelog: @.*** https://github.com/encode/uvicorn/compare/0.31.0...0.31.1
Changelog
Sourced from uvicorn's changelog https://github.com/encode/uvicorn/blob/master/CHANGELOG.md.
0.31.1 (2024-10-09) Fixed
- Support WebSockets 0.13.1 (#2471 https://redirect.github.com/encode/uvicorn/issues/2471)
- Restore support for [*] in trusted hosts (#2480 https://redirect.github.com/encode/uvicorn/issues/2480)
- Add PathLike[str] type hint for ssl_keyfile (#2481 https://redirect.github.com/encode/uvicorn/issues/2481)
Commits
- 137f88e https://github.com/encode/uvicorn/commit/137f88ea3224b8134fc58ed1243881642382d31b Version 0.31.1 (#2483 https://redirect.github.com/encode/uvicorn/issues/2483)
- 27d976a https://github.com/encode/uvicorn/commit/27d976a8f292dff057cb6221d93634a61b862a18 Add PathLike[str] type hint for ssl_keyfile (#2481 https://redirect.github.com/encode/uvicorn/issues/2481)
- 1ddd250 https://github.com/encode/uvicorn/commit/1ddd250dcfeb6126028154ffcc1dfb801209d8ef Bump the python-packages group with 10 updates (#2478 https://redirect.github.com/encode/uvicorn/issues/2478)
- 108b1c9 https://github.com/encode/uvicorn/commit/108b1c9d1a54fe6a356f1c0b90077ed433932d40 docs: fix configuration option for trusting forwarded IPs (#2479 https://redirect.github.com/encode/uvicorn/issues/2479)
- a1783d8 https://github.com/encode/uvicorn/commit/a1783d864a4d83bebe9cfd7254a95dc4f1feb348 Add support for [*] in trusted hosts (#2480 https://redirect.github.com/encode/uvicorn/issues/2480)
- 6ffaaf7 https://github.com/encode/uvicorn/commit/6ffaaf7c2f78274889da1572832dd307a8b117d3 Update link to Hypercorn project (#2474 https://redirect.github.com/encode/uvicorn/issues/2474)
- c7668ce https://github.com/encode/uvicorn/commit/c7668ced8e1d09584d05bd19b5bf1ab33a2420bc Upgrade websockets to 0.13.1 (#2471 https://redirect.github.com/encode/uvicorn/issues/2471)
- See full diff in compare view https://github.com/encode/uvicorn/compare/0.31.0...0.31.1
[image: Dependabot compatibility score] 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 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
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)
You can view, comment on, or merge this pull request online at:
https://github.com/elffaW/title-belt-app/pull/7 Commit Summary
- d42a7ac https://github.com/elffaW/title-belt-app/pull/7/commits/d42a7ac16f92b18972004aeb762567e7114335da Bump uvicorn from 0.31.0 to 0.31.1
File Changes
(2 files https://github.com/elffaW/title-belt-app/pull/7/files)
- M poetry.lock https://github.com/elffaW/title-belt-app/pull/7/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89 (8)
- M pyproject.toml https://github.com/elffaW/title-belt-app/pull/7/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711 (2)
Patch Links:
- https://github.com/elffaW/title-belt-app/pull/7.patch
- https://github.com/elffaW/title-belt-app/pull/7.diff
— Reply to this email directly, view it on GitHub https://github.com/elffaW/title-belt-app/pull/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGRJEU52XVPDZOKX6KJFDZ24B2NAVCNFSM6AAAAABPXY2TTCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU4DAMBRG43DSNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Dependabot tried to merge this PR, but received the following error from GitHub:
At least 1 approving review is required by reviewers with write access.
@dependabot squash and merge
Bumps uvicorn from 0.31.0 to 0.31.1.
Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
137f88e
Version 0.31.1 (#2483)27d976a
AddPathLike[str]
type hint forssl_keyfile
(#2481)1ddd250
Bump the python-packages group with 10 updates (#2478)108b1c9
docs: fix configuration option for trusting forwarded IPs (#2479)a1783d8
Add support for[*]
in trusted hosts (#2480)6ffaaf7
Update link to Hypercorn project (#2474)c7668ce
Upgrade websockets to 0.13.1 (#2471)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 will merge this PR once CI passes on it, as requested by @elffaW.
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