[PR #39] [MERGED] Update dependency uvicorn to ^0.19.0 #36

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

📋 Pull Request Information

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

Base: masterHead: renovate/uvicorn-0.x


📝 Commits (1)

  • 9f407a4 Update dependency uvicorn to ^0.19.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.18.3 -> ^0.19.0 age adoption passing confidence

Release Notes

encode/uvicorn

v0.19.0

Compare Source

Added
  • Support Python 3.11 (#​1652) 16/09/22
  • Bump minimal httptools version to 0.5.0 (#​1645) 13/09/22
  • Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade (#​1661) 19/10/22
  • Add py.typed to comply with PEP 561 (#​1687) 07/10/22
Fixed
  • Set propagate to False on "uvicorn" logger (#​1288) 08/10/22
  • USR1 signal is now handled correctly on UvicornWorker. (#​1565) 26/08/22
  • Use path with query string on WebSockets logs (#​1385) 11/09/22
  • Fix behavior on which "Date" headers were not updated on the same connection (#​1706) 19/10/22
Removed
  • Remove the --debug flag (#​1640) 14/09/22
  • Remove the DebugMiddleware (#​1697) 07/10/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, click this checkbox.

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/39 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/20/2022 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/uvicorn-0.x` --- ### 📝 Commits (1) - [`9f407a4`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/9f407a482a4fb42ac716c66020518cdc966352c3) Update dependency uvicorn to ^0.19.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.18.3` -> `^0.19.0` | [![age](https://badges.renovateapi.com/packages/pypi/uvicorn/0.19.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/uvicorn/0.19.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/uvicorn/0.19.0/compatibility-slim/0.18.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/uvicorn/0.19.0/confidence-slim/0.18.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>encode/uvicorn</summary> ### [`v0.19.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#&#8203;0190---2022-10-19) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.18.3...0.19.0) ##### Added - Support Python 3.11 ([#&#8203;1652](https://togithub.com/encode/uvicorn/issues/1652)) 16/09/22 - Bump minimal `httptools` version to `0.5.0` ([#&#8203;1645](https://togithub.com/encode/uvicorn/issues/1645)) 13/09/22 - Ignore HTTP/2 upgrade and optionally ignore WebSocket upgrade ([#&#8203;1661](https://togithub.com/encode/uvicorn/issues/1661)) 19/10/22 - Add `py.typed` to comply with PEP 561 ([#&#8203;1687](https://togithub.com/encode/uvicorn/issues/1687)) 07/10/22 ##### Fixed - Set `propagate` to `False` on "uvicorn" logger ([#&#8203;1288](https://togithub.com/encode/uvicorn/issues/1288)) 08/10/22 - USR1 signal is now handled correctly on `UvicornWorker`. ([#&#8203;1565](https://togithub.com/encode/uvicorn/issues/1565)) 26/08/22 - Use path with query string on `WebSockets` logs ([#&#8203;1385](https://togithub.com/encode/uvicorn/issues/1385)) 11/09/22 - Fix behavior on which "Date" headers were not updated on the same connection ([#&#8203;1706](https://togithub.com/encode/uvicorn/issues/1706)) 19/10/22 ##### Removed - Remove the `--debug` flag ([#&#8203;1640](https://togithub.com/encode/uvicorn/issues/1640)) 14/09/22 - Remove the `DebugMiddleware` ([#&#8203;1697](https://togithub.com/encode/uvicorn/issues/1697)) 07/10/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, click this checkbox. --- 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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuNSIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC41In0=--> --- <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:21 +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#36
No description provided.