From 7c11e671b94adb3376c1bb753161e6a6f1d1c3f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 06:30:44 +0000 Subject: [PATCH] Bump orjson from 3.10.2 to 3.10.3 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.2 to 3.10.3. - [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.2...3.10.3) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82d27010..c861a7a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] requirements = [ "httpx==0.27.0", - "orjson==3.10.2", + "orjson==3.10.3", "packaging==24.0", "xmltodict==0.13.0", ]