From 6b370e7872f7c87aa6b889be2a02e98a9de38dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:43:25 +0000 Subject: [PATCH] Bump black from 24.4.2 to 24.8.0 (#527) --- .pre-commit-config.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ad72b6fd..a5d6605c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: hooks: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: "24.4.2" + rev: "24.8.0" hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/setup.py b/setup.py index e923dbdd..a15771a2 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ "pytest-freezegun==0.4.2", ], "development": [ - "black==24.4.2", + "black==24.8.0", "flake8==7.0.0", "isort==5.12.0", "mypy<1.12",