From 8a887740af17e9ad35b7536f29ea2065500801ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:15:40 +0000 Subject: [PATCH] Bump orjson from 3.9.10 to 3.9.15 Bumps [orjson](https://github.com/ijl/orjson) from 3.9.10 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.9.10...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-version: 3.9.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ab5251..fa9c05d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ flake8==6.1.0 mypy==1.7.1 # Optional: For enhanced performance -orjson==3.9.10 # Faster JSON serialization +orjson==3.9.15 # Faster JSON serialization