From d305d70f929c9e5562296fca6c2125b62f95200f Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 15 Oct 2023 17:48:20 +0300 Subject: [PATCH] Update dependency uvloop to v0.18.0 (#20) 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.17.0` -> `==0.18.0` | --- ### Release Notes
MagicStack/uvloop (uvloop) ### [`v0.18.0`](https://github.com/MagicStack/uvloop/releases/tag/v0.18.0) [Compare Source](https://github.com/MagicStack/uvloop/compare/v0.17.0...v0.18.0) # Fixes - CI fixes ([#​520](https://github.com/MagicStack/uvloop/issues/520), [#​553](https://github.com/MagicStack/uvloop/issues/553)) (by [@​altendky](https://github.com/altendky) in [`7783f1c`](https://github.com/MagicStack/uvloop/commit/7783f1c5), [@​dulmandakh](https://github.com/dulmandakh) in [`1dd40f1`](https://github.com/MagicStack/uvloop/commit/1dd40f17)) - Make extract_stack resilient to lacking frames. ([#​563](https://github.com/MagicStack/uvloop/issues/563)) (by [@​jhance](https://github.com/jhance) in [`0687643`](https://github.com/MagicStack/uvloop/commit/06876434) for [#​563](https://github.com/MagicStack/uvloop/issues/563)) - Port uvloop to Python 3.12 ([#​570](https://github.com/MagicStack/uvloop/issues/570)) (by [@​1st1](https://github.com/1st1), [@​fantix](https://github.com/fantix) in [`9f82bd7`](https://github.com/MagicStack/uvloop/commit/9f82bd74) for [#​569](https://github.com/MagicStack/uvloop/issues/569))
--- ### 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/20 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 c1b6be8..572b531 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.17.0 +uvloop==0.18.0 # If uses MongoDB: mongodb-migrations==1.3.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple