From abafb01dfe32989708ca54a2cea76bfa64c10914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:16:10 +0000 Subject: [PATCH] Bump orjson from 3.10.7 to 3.10.9 in /api Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.9. - [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.9) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 6897c4a..7ee5517 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -14,7 +14,7 @@ iniconfig==2.0.0 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 -orjson==3.10.7 +orjson==3.10.9 packaging==24.1 pluggy==1.5.0 pydantic==2.7.4