From dfc90567fd97fbdc348c3627c93dca9634595350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:44:37 +0000 Subject: [PATCH] Bump orjson from 3.8.7 to 3.9.15 in /frameworks/Python/flask Bumps [orjson](https://github.com/ijl/orjson) from 3.8.7 to 3.9.15. - [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.9.15) --- updated-dependencies: - dependency-name: orjson 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 a563bd2770b..d56c71a4e5d 100644 --- a/frameworks/Python/flask/requirements.txt +++ b/frameworks/Python/flask/requirements.txt @@ -9,4 +9,4 @@ itsdangerous==2.1.2 Jinja2==3.1.3 MarkupSafe==2.1.2 ujson==5.4.0 -orjson==3.8.7; implementation_name=='cpython' +orjson==3.9.15; implementation_name=='cpython'