From 1be5a5329dc9a47417e22c00070654abf7be310a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:37:24 +0000 Subject: [PATCH] build(deps): bump orjson from 3.10.3 to 3.10.7 in /python Bumps [orjson](https://github.com/ijl/orjson) from 3.10.3 to 3.10.7. - [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.3...3.10.7) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2b840a4d96..da43b45c2b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -36,7 +36,7 @@ markupsafe==2.1.5 # via # jinja2 # werkzeug -orjson==3.10.3 +orjson==3.10.7 # via -r requirements.in packaging==24.0 # via gunicorn