From 3e17dda70ea4e65a2cdfe85d3ef739fb9d5e667c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:06:12 +0000 Subject: [PATCH] Bump types-redis from 4.5.1.2 to 4.5.1.3 Bumps [types-redis](https://github.com/python/typeshed) from 4.5.1.2 to 4.5.1.3. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-redis dependency-type: direct:development update-type: version-update:semver-patch ... 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 ce605e18..d578d7bc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,5 +6,5 @@ flake8-bugbear==23.2.13 flake8-import-order==0.18.2 flake8-requirements==1.7.7 mypy==1.0.1; implementation_name=="cpython" -types-redis==4.5.1.2 +types-redis==4.5.1.3 types-ujson==5.7.0.1