From 68c78381018d8746399356019bb893439469d077 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 01:33:00 +0000 Subject: [PATCH] chore(deps): update black to v23.7.0 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e80336e..a2c44fc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: ruff - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black diff --git a/requirements-dev.txt b/requirements-dev.txt index cf0326f..5f2081d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-test.txt -black==23.1.0 +black==23.7.0 mypy==1.0.1 nox ruff==0.0.272