From 477a8a062eb7c701dae0f26af88dfc03dc0bce4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:18:00 +0000 Subject: [PATCH] Bump types-redis from 4.6.0.7 to 4.6.0.20240106 in /requirements Bumps [types-redis](https://github.com/python/typeshed) from 4.6.0.7 to 4.6.0.20240106. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-redis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/typing.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index c53e9e0d..66ab011e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -172,7 +172,7 @@ tox==4.11.4 # via -r dev.in types-pyopenssl==23.0.0.2 # via types-redis -types-redis==4.6.0.7 +types-redis==4.6.0.20240106 # via -r typing.in typing-extensions==4.8.0 # via diff --git a/requirements/typing.txt b/requirements/typing.txt index a525c540..2bc425a2 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -16,9 +16,11 @@ mypy-extensions==1.0.0 # via mypy pycparser==2.21 # via cffi +tomli==2.0.1 + # via mypy types-pyopenssl==23.0.0.2 # via types-redis -types-redis==4.6.0.7 +types-redis==4.6.0.20240106 # via -r typing.in typing-extensions==3.10.0.2 # via mypy