From e982ba05cda56efbc482b877e0cfbe8858b68ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 16:24:13 +0100 Subject: [PATCH] Bump orjson from 3.8.0 to 3.8.1 (#140) Bumps [orjson](https://github.com/ijl/orjson) from 3.8.0 to 3.8.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.8.0...3.8.1) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index f6abbb3..a8d2d39 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ codecov == 2.1.12 coverage == 6.5.0 flake8 == 5.0.4 -orjson == 3.8.0 +orjson == 3.8.1 pre-commit == 2.20.0 python-decouple == 3.6 tox == 3.27.0