From c31798dfd9fa86a7f9dfe599c5005f0f988e3542 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Wed, 26 Jul 2023 20:24:11 -0400
Subject: [PATCH] feat: pre-commit autoupdate

---
 .pre-commit-config.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bc99a1f7..22f8341b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/psf/black
-    rev: 23.3.0
+    rev: 23.7.0
     hooks:
     - id: black
   - repo: https://github.com/PyCQA/isort
@@ -12,7 +12,7 @@ repos:
     hooks:
       - id: flake8
   - repo: https://github.com/python-poetry/poetry
-    rev: '1.4.0'
+    rev: '1.5.0'
     hooks:
       - id: poetry-check
       - id: poetry-lock
-- 
GitLab