From 85e42952a3371dc4786e239052c6d1dc2d349df9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:51:36 +0000 Subject: [PATCH] build(deps): bump orjson in /samples/server/petstore/python-fastapi Bumps [orjson](https://github.com/ijl/orjson) from 3.9.15 to 3.11.6. - [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.9.15...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/server/petstore/python-fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/server/petstore/python-fastapi/requirements.txt b/samples/server/petstore/python-fastapi/requirements.txt index 8e0fe46861eb..7e76d56db259 100644 --- a/samples/server/petstore/python-fastapi/requirements.txt +++ b/samples/server/petstore/python-fastapi/requirements.txt @@ -18,7 +18,7 @@ idna==3.7 itsdangerous==1.1.0 Jinja2==3.1.4 MarkupSafe==2.0.1 -orjson==3.9.15 +orjson==3.11.6 promise==2.3 pydantic>=2 python-dotenv==0.17.1