From e04a25f836a9a04032db51a14c066b2380a74b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:21:51 +0000 Subject: [PATCH] build(deps-dev): bump orjson from 3.8.8 to 3.8.9 Bumps [orjson](https://github.com/ijl/orjson) from 3.8.8 to 3.8.9. - [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.8...3.8.9) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 83c4256f..50083382 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ doc8~=1.1.1 importlib-metadata~=6.1.0 jsonschema~=4.17.3 mypy~=1.1 -orjson==3.8.8 +orjson==3.8.9 pre-commit==3.2.1 pytest-benchmark~=4.0.0 pytest-console-scripts~=1.3.1