From 4f3d8c121c2df4103d82c6e037c77ae7fc8afa5c Mon Sep 17 00:00:00 2001
From: Antoine Lambert <anlambert@softwareheritage.org>
Date: Thu, 2 Feb 2023 11:07:12 +0100
Subject: [PATCH] pre-commit: Bump isort from 5.10.1 to 5.11.5

This fixes python 3.7 support due to poetry, a dependency of isort, that
removed support for that Python version in a recent release.
---
 .pre-commit-config.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 64d1c34e..bb59acca 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
         types: [python]
 
   - repo: https://github.com/PyCQA/isort
-    rev: 5.10.1
+    rev: 5.11.5
     hooks:
       - id: isort
 
-- 
GitLab