From 07d564ede5814ce72aef4b3f9b701051e402c941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:47:46 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.7.8 to 3.7.11 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.8 to 3.7.11. - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.7.8...3.7.11) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- speed-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fb6f2e9..d8042cf 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setuptools.setup( python_requires=">=3.8,<3.11", zip_safe=False, install_requires=["aiohttp", "typing_extensions"], - extras_require={"speedup": ["orjson==3.7.8"]}, + extras_require={"speedup": ["orjson==3.7.11"]}, test_suite="tests", project_urls={ "Documentation": "https://docs.melisapy.site/", diff --git a/speed-requirements.txt b/speed-requirements.txt index ab97b82..4549f05 100644 --- a/speed-requirements.txt +++ b/speed-requirements.txt @@ -1 +1 @@ -orjson==3.7.8 \ No newline at end of file +orjson==3.7.11 \ No newline at end of file