From 8ee7d5fe2ea99364e6ff61a70c6631a7f8298f3d Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 29 Oct 2023 19:33:03 +0200 Subject: [PATCH] Update dependency uvloop to v0.19.0 (#26) 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.18.0` -> `==0.19.0` | --- ### Release Notes
MagicStack/uvloop (uvloop) ### [`v0.19.0`](https://github.com/MagicStack/uvloop/releases/tag/v0.19.0) [Compare Source](https://github.com/MagicStack/uvloop/compare/v0.18.0...v0.19.0) # Changes - Drop support of Python 3.7 and update CI ([#​578](https://github.com/MagicStack/uvloop/issues/578)) (by [@​fantix](https://github.com/fantix) in [`ee5ad26`](https://github.com/MagicStack/uvloop/commit/ee5ad26a) for [#​578](https://github.com/MagicStack/uvloop/issues/578)) # Fixes - Restore uvloop.new_event_loop and other missing uvloop members to typing ([#​573](https://github.com/MagicStack/uvloop/issues/573)) (by [@​graingert](https://github.com/graingert) in [`5c500ee`](https://github.com/MagicStack/uvloop/commit/5c500ee2) for [#​573](https://github.com/MagicStack/uvloop/issues/573)) - Fix docstring of loop.shutdown_default_executor ([#​535](https://github.com/MagicStack/uvloop/issues/535)) (by [@​Gelbpunkt](https://github.com/Gelbpunkt) in [`919da56`](https://github.com/MagicStack/uvloop/commit/919da567) for [#​535](https://github.com/MagicStack/uvloop/issues/535)) - Fix CI status badge ([#​522](https://github.com/MagicStack/uvloop/issues/522)) (by [@​shuuji3](https://github.com/shuuji3) in [`0e9ff6c`](https://github.com/MagicStack/uvloop/commit/0e9ff6cd) for [#​522](https://github.com/MagicStack/uvloop/issues/522))
--- ### 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/26 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 572b531..a1b2f47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apscheduler~=3.10.3 convopyro==0.5 pykeyboard==0.1.5 tgcrypto==1.2.5 -uvloop==0.18.0 +uvloop==0.19.0 # If uses MongoDB: mongodb-migrations==1.3.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple