From 3852f2ae8e13be1ab1186235933d851a5efa43ea Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Mon, 5 Feb 2024 16:14:04 +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 68bdc6d..bf03288 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,7 +44,7 @@ commands =
 extras =
   testing
 deps =
-  mypy==1.0.1
+  mypy==1.8.0
 commands =
   mypy swh
 
-- 
GitLab