From 381647d8d04c7efedc9d0d66c16e25321635bb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:14:43 +0000 Subject: [PATCH] Bump orjson from 3.9.7 to 3.9.9 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.7 to 3.9.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.9.7...3.9.9) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c204079..2255833 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -81,7 +81,7 @@ odfpy==1.4.1 # via pandas openpyxl==3.1.2 # via pandas -orjson==3.9.7 +orjson==3.9.9 # via datahub (pyproject.toml) packaging==23.2 # via diff --git a/requirements.txt b/requirements.txt index 8f4ef3a..1531fe3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ odfpy==1.4.1 # via pandas openpyxl==3.1.2 # via pandas -orjson==3.9.7 +orjson==3.9.9 # via datahub (pyproject.toml) pandas[excel]==2.1.1 # via datahub (pyproject.toml)