From 32be94a89be89180a21703dc3d0a676ad101fb94 Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Mon, 5 Feb 2024 16:14:17 +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 90445053..c6aee5d2 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