From 8e11dbc26ac51cd64d59457d97509f8efec109ec Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 11 Jun 2023 12:26:30 +0300 Subject: [PATCH] Update dependency ujson to v5.8.0 (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ujson](https://github.com/ultrajson/ultrajson) | minor | `==5.7.0` -> `==5.8.0` | --- ### Release Notes
ultrajson/ultrajson ### [`v5.8.0`](https://github.com/ultrajson/ultrajson/releases/tag/5.8.0) [Compare Source](https://github.com/ultrajson/ultrajson/compare/5.7.0...5.8.0) #### Added - Build wheel for Python 3.12 beta (built against 3.12.0b2) ([#​594](https://github.com/ultrajson/ultrajson/issues/594)) [@​hugovk](https://github.com/hugovk) #### Changed - Drop support for Python 3.7 ([#​595](https://github.com/ultrajson/ultrajson/issues/595)) [@​hugovk](https://github.com/hugovk) #### Fixed - Include BSD-3-Clause and TCL license text ([#​584](https://github.com/ultrajson/ultrajson/issues/584)) [@​musicinmybrain](https://github.com/musicinmybrain)
--- ### 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). Co-authored-by: Renovate Reviewed-on: https://git.end-play.xyz/profitroll/PyrogramBotBase/pulls/5 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 7864c98..c62038f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black~=23.3.0 convopyro==0.5 pyrogram==2.0.106 tgcrypto==1.2.5 -ujson==5.7.0 +ujson==5.8.0 uvloop==0.17.0 --extra-index-url https://git.end-play.xyz/api/packages/profitroll/pypi/simple libbot[speed,pyrogram]==0.7 \ No newline at end of file