From 9a874aaafd8ab7276394247a434205621e0fab03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:27:14 +0200 Subject: [PATCH] Bump orjson from 3.10.9 to 3.10.10 (#515) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.9 to 3.10.10. - [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.9...3.10.10) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae3d7909..e450ad84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "httpx==0.27.2", - "orjson==3.10.9", + "orjson==3.10.10", "packaging==24.1", "xmltodict==0.14.2", ]