From b36f931fce2ed006d9860cfe69f34d4034cbb8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:12:05 +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 5e9cbf2..d68951d 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 0abf627..b4f6977 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)