Update dependency uvloop to v0.18.0 (#46)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [uvloop](https://github.com/MagicStack/uvloop) | minor | `==0.17.0` -> `==0.18.0` | --- ### Release Notes <details> <summary>MagicStack/uvloop (uvloop)</summary> ### [`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)) </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4zNS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMzUuMCIsInRhcmdldEJyYW5jaCI6ImRldiJ9--> Reviewed-on: #46 Co-authored-by: Renovate <renovate@git.end-play.xyz> Co-committed-by: Renovate <renovate@git.end-play.xyz>
This commit is contained in:
parent
1d88076285
commit
e719da7750
@ -4,7 +4,7 @@ pillow~=10.0.0
|
||||
pykeyboard==0.1.5
|
||||
pytimeparse~=1.1.8
|
||||
tgcrypto==1.2.5
|
||||
uvloop==0.17.0
|
||||
uvloop==0.18.0
|
||||
--extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple
|
||||
async_pymongo==0.1.4
|
||||
libbot[speed,pyrogram]==2.0.1
|
||||
|
Reference in New Issue
Block a user