From c6bf5aa5791dcd39add733fc2de35b9c3f26e2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:27:44 +0000 Subject: [PATCH] chore(deps-dev): bump types-ujson from 5.8.0.1 to 5.9.0.0 Bumps [types-ujson](/~https://github.com/python/typeshed) from 5.8.0.1 to 5.9.0.0. - [Commits](/~https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-ujson dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 972e9f9a22b..95ac80440aa 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,7 +10,7 @@ pytest==7.4.3 pytest-asyncio==0.23.2 types-certifi==2021.10.8.3 types-chardet==5.0.4.6 -types-ujson==5.8.0.1 +types-ujson==5.9.0.0 types-PyYAML==6.0.12.12 types-requests==2.31.0.6 # 2.31.0.7 introduced a regression types-python-dateutil==2.8.19.14