From 58c98aa23c69f1f9397ee7ec4e3730e321df7a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:56:55 +0200 Subject: [PATCH] Bump orjson from 3.10.1 to 3.10.2 (#445) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.1 to 3.10.2. - [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.1...3.10.2) --- 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 65f8ce9b..82d27010 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "httpx==0.27.0", - "orjson==3.10.1", + "orjson==3.10.2", "packaging==24.0", "xmltodict==0.13.0", ]