From 5020e2404904899b05331c352a951936da60ffd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:46:27 +0000 Subject: [PATCH] Bump orjson from 3.11.6 to 3.11.8 Bumps [orjson](https://github.com/ijl/orjson) from 3.11.6 to 3.11.8. - [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.11.6...3.11.8) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index f34ee22..8738d5f 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -14,6 +14,6 @@ uvicorn[standard]==0.32.0 websockets==13.1 jinja2==3.1.6 python-multipart==0.0.22 -orjson==3.11.6 +orjson==3.11.8 pydantic==2.9.2 Pillow>=10.4.0