[PR #117] [MERGED] Update dependency uvicorn to ^0.23.0 #137

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

📋 Pull Request Information

Original PR: https://github.com/TheLovinator1/discord-twitter-webhooks/pull/117
Author: @renovate[bot]
Created: 7/16/2023
Status: Merged
Merged: 7/16/2023
Merged by: @renovate[bot]

Base: masterHead: renovate/uvicorn-0.x


📝 Commits (1)

  • 141da2f Update dependency uvicorn to ^0.23.0

📊 Changes

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

View changed files

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

📄 Description

Mend Renovate

This PR contains the following updates:

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

Release Notes

encode/uvicorn (uvicorn)

v0.23.0

Compare Source

Added
  • Add --ws-max-queue parameter WebSockets (#​2033) 10/07/23
Removed
  • Drop support for Python 3.7 (#​1996) 19/06/23
  • Remove asgiref as typing dependency (#​1999) 08/06/23
Fixed
  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#​2043) 12/07/23
Changed
  • Raise ImportError on circular import (#​2040) 09/07/23
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#​1966) 01/06/23

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/discord-twitter-webhooks/pull/117 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 7/16/2023 **Status:** ✅ Merged **Merged:** 7/16/2023 **Merged by:** [@renovate[bot]](https://github.com/apps/renovate) **Base:** `master` ← **Head:** `renovate/uvicorn-0.x` --- ### 📝 Commits (1) - [`141da2f`](https://github.com/TheLovinator1/discord-twitter-webhooks/commit/141da2f90c1cc353c4b6a74c93a82f7fab9e21bb) Update dependency uvicorn to ^0.23.0 ### 📊 Changes **2 files changed** (+1679 additions, -1679 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+1678 -1678) 📝 `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.22.0` -> `^0.23.0` | [![age](https://badges.renovateapi.com/packages/pypi/uvicorn/0.23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/uvicorn/0.23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/uvicorn/0.23.0/compatibility-slim/0.22.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/uvicorn/0.23.0/confidence-slim/0.22.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>encode/uvicorn (uvicorn)</summary> ### [`v0.23.0`](https://togithub.com/encode/uvicorn/blob/HEAD/CHANGELOG.md#0230---2023-07-10) [Compare Source](https://togithub.com/encode/uvicorn/compare/0.22.0...0.23.0) ##### Added - Add `--ws-max-queue` parameter WebSockets ([#&#8203;2033](https://togithub.com/encode/uvicorn/issues/2033)) 10/07/23 ##### Removed - Drop support for Python 3.7 ([#&#8203;1996](https://togithub.com/encode/uvicorn/issues/1996)) 19/06/23 - Remove `asgiref` as typing dependency ([#&#8203;1999](https://togithub.com/encode/uvicorn/issues/1999)) 08/06/23 ##### Fixed - Set `scope["scheme"]` to `ws` or `wss` instead of `http` or `https` on `ProxyHeadersMiddleware` for WebSockets ([#&#8203;2043](https://togithub.com/encode/uvicorn/issues/2043)) 12/07/23 ##### Changed - Raise `ImportError` on circular import ([#&#8203;2040](https://togithub.com/encode/uvicorn/issues/2040)) 09/07/23 - Use `logger.getEffectiveLevel()` instead of `logger.level` to check if log level is `TRACE` ([#&#8203;1966](https://togithub.com/encode/uvicorn/issues/1966)) 01/06/23 </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://developer.mend.io/github/TheLovinator1/discord-twitter-webhooks). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
TheLovinator 2026-09-02 13:09:30 +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/discord-twitter-webhooks#137
No description provided.