From bd62149a2c6a2f415e9bc9c57e28ff73ed3bc251 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 11 Jun 2023 12:29:02 +0300 Subject: [PATCH] Update dependency ujson to v5.8.0 (#24) 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/TelegramPoster/pulls/24 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 c1d08d0..20ce50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ aiohttp~=3.8.4 psutil==5.9.5 pymongo==4.3.3 pillow~=9.5.0 -ujson==5.7.0 \ No newline at end of file +ujson==5.8.0 \ No newline at end of file