From 7f5461f954a62b16b7f01ba01a445a80440cc90d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 19:56:50 +0000 Subject: [PATCH] Bump orjson from 3.7.2 to 3.9.0 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.2 to 3.9.0. - [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.9.0) --- 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..b04c022 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pytz', 'jsonschema==3.2.0', - 'orjson==3.7.2', + 'orjson==3.9.0', 'python-dateutil>=2.6.0', 'backoff==2.1.2', 'ciso8601',