From f006ff83b8b99df38ca5b6d8f1dffc2893fef6e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 18:50:41 +0000 Subject: [PATCH] chore(deps): update dependency dev/types-redis to v4.6.0.1 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index bacb0e6eb9..884abfedb6 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "pre-commit==3.3.3", "build==0.8.0", "python-semantic-release==7.28.1", - "types-redis==4.5.5.0" + "types-redis==4.6.0.1" ] [project.urls]