From feee519672a6fe916bbdccdc30ef7e138b6243e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 02:37:53 -0500 Subject: [PATCH] Bump orjson from 3.9.14 to 3.9.15 (#509) Bumps [orjson](https://github.com/ijl/orjson) from 3.9.14 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.14...3.9.15) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Boers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d97dfcc18..64f68e018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "more-itertools~=10.2.0", "itsdangerous", "Jinja2==3.1.3", - "orjson==3.9.14", + "orjson==3.9.15", "psycopg2-binary==2.9.9", "pydantic[email]~=2.5.1", "pydantic-settings~=2.2.1",