From 93285dd90badd31d97165b727ddc5e1a47f6d493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:38:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20bump=20ujson=20from=205.10.0=20t?= =?UTF-8?q?o=205.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.10.0...5.11.0) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd0e1b0..0853d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,13 +24,13 @@ dynamic = ["version"] [project.optional-dependencies] all = [ - "ujson==5.10.0", + "ujson==5.11.0", "python-dateutil==2.9.0.post0", "types-python-dateutil==2.9.0.20251008", "psutil==7.1.0", ] checksum = [ - "ujson==5.10.0", + "ujson==5.11.0", ] dateutil = [ "python-dateutil==2.9.0.post0",