From 8760df94a3762aa3332aca22f45b9e81fdbae444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:17:27 +0000 Subject: [PATCH] Bump mypy from 1.8.0 to 1.9.0 (#826) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c5f1c970..a5276d09 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,6 +5,6 @@ flake8-bandit==4.1.1 flake8-bugbear==24.2.6 flake8-import-order==0.18.2 flake8-requirements==2.1.0 -mypy==1.8.0; implementation_name=="cpython" +mypy==1.9.0; implementation_name=="cpython" types-redis==4.6.0.20240218 types-ujson==5.9.0.0