[PR #48] [MERGED] Update dependency uvicorn to ^0.20.0 #46

Closed
opened 2026-09-02 13:12:24 +02:00 by TheLovinator · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/48
Author: @renovate[bot]
Created: 11/20/2022
Status: Merged
Merged: 11/20/2022
Merged by: @renovate[bot]

Base: masterHead: renovate/uvicorn-0.x


📝 Commits (1)

  • 06c2788 Update dependency uvicorn to ^0.20.0

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 poetry.lock (+6 -6)
📝 pyproject.toml (+1 -1)

📄 Description

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) ^0.19.0 -> ^0.20.0 age adoption passing confidence

Release Notes

encode/uvicorn

v0.20.0

Compare Source

Added
  • Check if handshake is completed before sending frame on wsproto shutdown (#​1737)
  • Add default headers to WebSockets implementations (#​1606 & #​1747) 28/10/22
  • Warn user when reload and workers flag are used together (#​1731) 31/10/22
Fixed
  • Use correct WebSocket error codes on close (#​1753) 20/11/22
  • Send disconnect event on connection lost for wsproto (#​996) 29/10/22
  • Add SIGQUIT handler to UvicornWorker (#​1710) 01/11/22
  • Fix crash on exist with "--uds" if socket doesn't exist (#​1725) 27/10/22
  • Annotate CONFIG_KWARGS in UvicornWorker class (#​1746) 31/10/22
Removed
  • Remove conditional on RemoteProtocolError.event_hint on wsproto (#​1486) 31/10/22
  • Remove unused handle_no_connect on wsproto implementation (#​1759) 17/11/22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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. View repository job log here.


🔄 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/TheLovinator1/twitter-image-collage-maker/pull/48 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 11/20/2022 **Status:** ✅ Merged **Merged:** 11/20/2022 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/uvicorn-0.x` --- ### 📝 Commits (1) - [`06c2788`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/06c27885047b18ae86f48c84bca103b2193da1c5) Update dependency uvicorn to ^0.20.0 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+6 -6) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [uvicorn](https://togithub.com/encode/uvicorn) ([changelog](https://togithub.com/encode/uvicorn/blob/master/CHANGELOG.md)) | `^0.19.0` -> `^0.20.0` | [![age](https://badges.renovateapi.com/packages/pypi/uvicorn/0.20.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/uvicorn/0.20.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/uvicorn/0.20.0/compatibility-slim/0.19.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/uvicorn/0.20.0/confidence-slim/0.19.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>encode/uvicorn</summary> ### [`v0.20.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#&#8203;0200---2022-11-20) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.19.0...0.20.0) ##### Added - Check if handshake is completed before sending frame on `wsproto` shutdown ([#&#8203;1737](https://togithub.com/encode/uvicorn/issues/1737)) - Add default headers to WebSockets implementations ([#&#8203;1606](https://togithub.com/encode/uvicorn/issues/1606) & [#&#8203;1747](https://togithub.com/encode/uvicorn/issues/1747)) 28/10/22 - Warn user when `reload` and `workers` flag are used together ([#&#8203;1731](https://togithub.com/encode/uvicorn/issues/1731)) 31/10/22 ##### Fixed - Use correct `WebSocket` error codes on `close` ([#&#8203;1753](https://togithub.com/encode/uvicorn/issues/1753)) 20/11/22 - Send disconnect event on connection lost for `wsproto` ([#&#8203;996](https://togithub.com/encode/uvicorn/issues/996)) 29/10/22 - Add `SIGQUIT` handler to `UvicornWorker` ([#&#8203;1710](https://togithub.com/encode/uvicorn/issues/1710)) 01/11/22 - Fix crash on exist with "--uds" if socket doesn't exist ([#&#8203;1725](https://togithub.com/encode/uvicorn/issues/1725)) 27/10/22 - Annotate `CONFIG_KWARGS` in `UvicornWorker` class ([#&#8203;1746](https://togithub.com/encode/uvicorn/issues/1746)) 31/10/22 ##### Removed - Remove conditional on `RemoteProtocolError.event_hint` on `wsproto` ([#&#8203;1486](https://togithub.com/encode/uvicorn/issues/1486)) 31/10/22 - Remove unused `handle_no_connect` on `wsproto` implementation ([#&#8203;1759](https://togithub.com/encode/uvicorn/issues/1759)) 17/11/22 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/TheLovinator1/twitter-image-collage-maker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yOC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjguMCJ9--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:12:24 +02: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
TheLovinator/twitter-image-collage-maker#46
No description provided.