From 2d965ccebf036e61cb4227e47070a88405ab2de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:42:45 +0000 Subject: [PATCH] chore(deps): bump orjson from 3.7.0 to 3.7.1 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.0 to 3.7.1. - [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.0...3.7.1) --- 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 1fae58a..71b7eea 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setuptools.setup( ], extras_require={ "speedup": [ - "orjson==3.7.0" + "orjson==3.7.1" ] }, test_suite="tests", diff --git a/speed-requirements.txt b/speed-requirements.txt index 63af484..1d2b7db 100644 --- a/speed-requirements.txt +++ b/speed-requirements.txt @@ -1 +1 @@ -orjson==3.7.0 \ No newline at end of file +orjson==3.7.1 \ No newline at end of file