From 491724a03f48be83256231300873c4dddb173d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:45:07 +0000 Subject: [PATCH] Bump orjson from 3.7.2 to 3.9.2 Bumps [orjson](https://github.com/ijl/orjson) from 3.7.2 to 3.9.2. - [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.2) --- 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..bb67c14 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.2', 'python-dateutil>=2.6.0', 'backoff==2.1.2', 'ciso8601',