From 28c1ff81fca1861290b989fac539f698eb8eedff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 22:03:45 +0000 Subject: [PATCH] Build(deps): bump orjson in /frameworks/Python/flask Bumps [orjson](https://github.com/ijl/orjson) from 3.8.7 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.8.7...3.11.6) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/Python/flask/requirements.txt b/frameworks/Python/flask/requirements.txt index a9a51e871b3..5c2f1ee4de8 100644 --- a/frameworks/Python/flask/requirements.txt +++ b/frameworks/Python/flask/requirements.txt @@ -9,5 +9,5 @@ itsdangerous==2.1.2 Jinja2==3.1.6 MarkupSafe==2.1.2 ujson==5.4.0 -orjson==3.8.7; implementation_name=='cpython' +orjson==3.11.6; implementation_name=='cpython' Werkzeug==2.3.8