From 81a9a907eb5ab1bca0c7e0754267a24134dbab1e Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Mon, 5 Feb 2024 16:14:24 +0100
Subject: [PATCH] tox: Bump mypy to 1.8.0

Related to swh/meta#5075.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 7246f4c8..935b34bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,7 +42,7 @@ commands =
 extras =
   testing
 deps =
-  mypy==1.0.1
+  mypy==1.8.0
 commands =
   mypy swh
 
-- 
GitLab