From b47d622fee8fa4363b23cff7969ac275d5b4b9ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:47:38 -0600 Subject: [PATCH] chore(deps): update dependency dev/types-redis to v4.6.0.2 (#2046) --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 45ab4f1cda..e088bdc7f4 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.6.0.1" + "types-redis==4.6.0.2" ] [project.urls]