From c8fb401c207d17ab1a4c9c780a752c48eca11e43 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 04:29:20 +0000
Subject: [PATCH] chore(deps): update pre-commit hook psf/black to v23.9.1

---
 .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 310efef..d54d4e7 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
           - --in-place
           - --remove-all-unused-imports
   - repo: https://github.com/psf/black
-    rev: 23.9.0
+    rev: 23.9.1
     hooks:
       - id: black
   - repo: https://github.com/charliermarsh/ruff-pre-commit