[PR #72] [MERGED] Update dependency uvicorn to ^0.21.0 #73

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

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/twitter-image-collage-maker/pull/72
Author: @renovate[bot]
Created: 3/10/2023
Status: Merged
Merged: 3/10/2023
Merged by: @renovate[bot]

Base: masterHead: renovate/uvicorn-0.x


📝 Commits (1)

  • 86edd8b Update dependency uvicorn to ^0.21.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

encode/uvicorn

v0.21.0

Compare Source

Added
  • Introduce lifespan state (#​1818) 05/03/23
  • Allow headers to be sent as iterables on H11 implementation (#​1782) 27/11/22
  • Improve discoverability when --port=0 is used (#​1890) 09/03/23
Changed
  • Avoid importing h11 and pyyaml when not needed to improve import time (#​1846) 07/02/23
  • Replace current native WSGIMiddleware implementation by a2wsgi (#​1825) 16/01/23
  • Change default --app-dir from "." (dot) to "" (empty string) (#​1835) 06/01/23
Fixed
  • Send code 1012 on shutdown for WebSockets (#​1816) 06/01/23
  • Use surrogateescape to encode headers on websockets implementation (#​1005) 12/12/22
  • Fix warning message on reload failure (#​1784) 29/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/72 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/10/2023 **Status:** ✅ Merged **Merged:** 3/10/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/uvicorn-0.x` --- ### 📝 Commits (1) - [`86edd8b`](https://github.com/TheLovinator1/twitter-image-collage-maker/commit/86edd8be487ddcf28a42be13c917830994eab4a4) Update dependency uvicorn to ^0.21.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+4 -4) 📝 `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.20.0` -> `^0.21.0` | [![age](https://badges.renovateapi.com/packages/pypi/uvicorn/0.21.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/uvicorn/0.21.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/uvicorn/0.21.0/compatibility-slim/0.20.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/uvicorn/0.21.0/confidence-slim/0.20.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>encode/uvicorn</summary> ### [`v0.21.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#&#8203;0210---2023-03-09) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.20.0...0.21.0) ##### Added - Introduce lifespan state ([#&#8203;1818](https://togithub.com/encode/uvicorn/issues/1818)) 05/03/23 - Allow headers to be sent as iterables on H11 implementation ([#&#8203;1782](https://togithub.com/encode/uvicorn/issues/1782)) 27/11/22 - Improve discoverability when --port=0 is used ([#&#8203;1890](https://togithub.com/encode/uvicorn/issues/1890)) 09/03/23 ##### Changed - Avoid importing `h11` and `pyyaml` when not needed to improve import time ([#&#8203;1846](https://togithub.com/encode/uvicorn/issues/1846)) 07/02/23 - Replace current native `WSGIMiddleware` implementation by `a2wsgi` ([#&#8203;1825](https://togithub.com/encode/uvicorn/issues/1825)) 16/01/23 - Change default `--app-dir` from "." (dot) to "" (empty string) ([#&#8203;1835](https://togithub.com/encode/uvicorn/issues/1835)) 06/01/23 ##### Fixed - Send code 1012 on shutdown for WebSockets ([#&#8203;1816](https://togithub.com/encode/uvicorn/issues/1816)) 06/01/23 - Use `surrogateescape` to encode headers on `websockets` implementation ([#&#8203;1005](https://togithub.com/encode/uvicorn/issues/1005)) 12/12/22 - Fix warning message on reload failure ([#&#8203;1784](https://togithub.com/encode/uvicorn/issues/1784)) 29/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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1OS4yIn0=--> --- <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:32 +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#73
No description provided.