From 1d3fe7d7d8a0aa8797ab0b035d9571d08d4dea18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:41:24 +0200 Subject: [PATCH] Bump orjson from 3.10.3 to 3.10.4 (#459) Bumps [orjson](https://github.com/ijl/orjson) from 3.10.3 to 3.10.4. - [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.3...3.10.4) --- 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 c4e29af2..2e93917d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "httpx==0.27.0", - "orjson==3.10.3", + "orjson==3.10.4", "packaging==24.1", "xmltodict==0.13.0", ]