From e906852abe855f9079cfd7fa0ed32954b038e674 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 15 Oct 2024 10:11:05 +0300 Subject: [PATCH] Update dependency uvloop to v0.21.0 (#58) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [uvloop](https://github.com/MagicStack/uvloop) | minor | `==0.20.0` -> `==0.21.0` | --- ### Release Notes
MagicStack/uvloop (uvloop) ### [`v0.21.0`](https://github.com/MagicStack/uvloop/releases/tag/v0.21.0) [Compare Source](https://github.com/MagicStack/uvloop/compare/v0.20.0...v0.21.0) # Changes - Add cleanup_socket param on create_unix_server() ([#​623](https://github.com/MagicStack/uvloop/issues/623)) (by [@​fantix](https://github.com/fantix) in [`d6114d2`](https://github.com/MagicStack/uvloop/commit/d6114d2)) # Fixes - Use cythonized SO_REUSEPORT rather than the unwrapped native one. ([#​609](https://github.com/MagicStack/uvloop/issues/609)) (by [@​ptribble](https://github.com/ptribble) in [`4083a94`](https://github.com/MagicStack/uvloop/commit/4083a94e) for [#​550](https://github.com/MagicStack/uvloop/issues/550)) - UDP errors should result in protocol.error_received ([#​601](https://github.com/MagicStack/uvloop/issues/601)) (by [@​jensbjorgensen](https://github.com/jensbjorgensen) in [`3c3bbef`](https://github.com/MagicStack/uvloop/commit/3c3bbeff)) - Updates for Cython3 ([#​587](https://github.com/MagicStack/uvloop/issues/587)) (by [@​alan-brooks](https://github.com/alan-brooks) in [`3fba9fa`](https://github.com/MagicStack/uvloop/commit/3fba9fab) for [#​587](https://github.com/MagicStack/uvloop/issues/587)) - Test with Python 3.13 ([#​610](https://github.com/MagicStack/uvloop/issues/610)) (by [@​edgarrmondragon](https://github.com/edgarrmondragon) in [`fb5a139`](https://github.com/MagicStack/uvloop/commit/fb5a139))
--- ### 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.end-play.xyz/profitroll/PyrogramBotBase/pulls/58 Co-authored-by: Renovate Co-committed-by: Renovate --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 913b9b4..a644cc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apscheduler~=3.10.4 async_pymongo==0.1.9 convopyro==0.5 tgcrypto==1.2.5 -uvloop==0.20.0 +uvloop==0.21.0 # If uses MongoDB: mongodb-migrations==1.3.1 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple