From 8e4a488e553b62c32137135c12d9ddf72cbd1be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:46:20 +0000 Subject: [PATCH] chore(deps-dev): Update types-redis requirement Updates the requirements on [types-redis](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-redis dependency-version: 4.6.0.20241004 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98b6974..a6ea8d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "pytest-cov>=7.1.0", "ruff>=0.15.12", "mypy>=1.13", - "types-redis>=4.6", + "types-redis>=4.6.0.20241004", "pre-commit>=4.6.0", "bandit>=1.9.4", "pip-audit>=2.10.0", @@ -74,7 +74,7 @@ dev = [ "pytest-cov>=7.1.0", "ruff>=0.15.12", "mypy>=1.13", - "types-redis>=4.6", + "types-redis>=4.6.0.20241004", "pre-commit>=4.6.0", "bandit>=1.9.4", "pip-audit>=2.10.0",