From d892564bef3af700eeee0a1f1a93280207810246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:22:38 +0000 Subject: [PATCH] Bump orjson from 3.10.7 to 3.10.11 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.11. - [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.10.7...3.10.11) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-speed.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6002706c..5413f410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] [project.optional-dependencies] speed = [ "ciso8601==2.3.1", - "orjson==3.10.7", + "orjson==3.10.11", ] test = [ "black==24.8.0", diff --git a/requirements-speed.txt b/requirements-speed.txt index de0a81ba..02352ac0 100644 --- a/requirements-speed.txt +++ b/requirements-speed.txt @@ -1,2 +1,2 @@ ciso8601==2.3.1 -orjson==3.10.7 +orjson==3.10.11