From 45cc0c80702bd46f4df288af5673e601ed786df7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 17:16:08 +0000 Subject: [PATCH] Bump orjson from 3.10.5 to 3.10.7 Bumps [orjson](https://github.com/ijl/orjson) from 3.10.5 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.5...3.10.7) --- updated-dependencies: - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19ebdbf8..822ebc04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "django-taggit==5.0.1", "environs[django]==11.0.0", "fontawesomefree==6.5.1", - "orjson==3.10.5", + "orjson==3.10.7", "Pillow==10.3.0", "psycopg2-binary==2.9.9", "python-magic==0.4.27",