From d59025cface653a39c5ce9520a8b2932e451156a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:33:33 +0000 Subject: [PATCH] Chore(deps): Bump ujson from 5.1.0 to 5.4.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.1.0 to 5.4.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.1.0...5.4.0) --- updated-dependencies: - dependency-name: ujson 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 b2732627..e10b2dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "setuptools>=70.3.0", "substrate-interface==1.7.4", "types-aiofiles==23.2.0.20240403", - "ujson==5.1.0", # required by aiocache + "ujson==5.4.0", # required by aiocache "urllib3==2.0.7", "uvloop==0.19.0", "web3==6.11.2",