From 1ed40b1b3e45ef5aab8b5e8740e11df88e3b4a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:57:17 +0000 Subject: [PATCH] Bump orjson from 3.7.2 to 3.8.8 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.2 to 3.8.8. - [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.2...3.8.8) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fdc869..3e21469 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pytz', 'jsonschema==3.2.0', - 'orjson==3.7.2', + 'orjson==3.8.8', 'python-dateutil>=2.6.0', 'backoff==2.1.2', 'ciso8601',