From 518bc0d278daa31b069fca35313d28756934d6c8 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 15 Aug 2024 23:48:19 +0300 Subject: [PATCH] Update dependency uvloop to v0.20.0 (#54) 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.19.0` -> `==0.20.0` | --- ### Release Notes
MagicStack/uvloop (uvloop) ### [`v0.20.0`](https://github.com/MagicStack/uvloop/releases/tag/v0.20.0) [Compare Source](https://github.com/MagicStack/uvloop/compare/v0.19.0...v0.20.0) # Changes - Upgrade libuv to v1.48.0 ([#​600](https://github.com/MagicStack/uvloop/issues/600)) (by [@​niklasr22](https://github.com/niklasr22) [@​fantix](https://github.com/fantix) in [`7777852`](https://github.com/MagicStack/uvloop/commit/77778525) for [#​596](https://github.com/MagicStack/uvloop/issues/596) [#​615](https://github.com/MagicStack/uvloop/issues/615)) # Fixes - Fix test_create_server\_4 with Python 3.12.5 ([#​614](https://github.com/MagicStack/uvloop/issues/614)) (by [@​shadchin](https://github.com/shadchin) in [`62f9239`](https://github.com/MagicStack/uvloop/commit/62f92393)) - Use len(os.sched_getaffinity(0)) instead of os.cpu_count() ([#​591](https://github.com/MagicStack/uvloop/issues/591)) (by [@​avkarenow](https://github.com/avkarenow) in [`c8531c2`](https://github.com/MagicStack/uvloop/commit/c8531c24) for [#​591](https://github.com/MagicStack/uvloop/issues/591)) - Inline \_Py_RestoreSignals() from CPython ([#​604](https://github.com/MagicStack/uvloop/issues/604)) (by [@​befeleme](https://github.com/befeleme) in [`8511ba1`](https://github.com/MagicStack/uvloop/commit/8511ba1f) for [#​603](https://github.com/MagicStack/uvloop/issues/603))
--- ### 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/54 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 b2c733b..390ab14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apscheduler~=3.10.4 async_pymongo==0.1.6 convopyro==0.5 tgcrypto==1.2.5 -uvloop==0.19.0 +uvloop==0.20.0 # If uses MongoDB: mongodb-migrations==1.3.1 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple