From 041bbadb4c236dc091bc0ee99d4fd6a9141bca60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 01:19:20 +0000 Subject: [PATCH] Chore(deps): Bump ujson from 5.12.0 to 5.12.1 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.12.0 to 5.12.1. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.12.0...5.12.1) --- updated-dependencies: - dependency-name: ujson dependency-version: 5.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99b45e152..11f8a25e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dependencies = [ "substrate-interface==1.8.1", "types-aiofiles==25.1.0.20260409", "typing-extensions==4.15.0", - "ujson==5.12.0", # required by aiocache + "ujson==5.12.1", # required by aiocache "urllib3==2.6.3", "uvloop>=0.21,<0.22", # Pinned to 0.21 as long as we use aiohttp v3.13.3, new version should fix compatibility "web3==7.15.0",