From 29c74e6e5f2205a24d42aa2d6a0b596a0ccb9277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:16:00 +0300 Subject: [PATCH] Bump black from 23.11.0 to 23.12.0 (#1875) * Bump black from 23.11.0 to 23.12.0 Bumps [black](https://github.com/psf/black) from 23.11.0 to 23.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.11.0...23.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikita Sobolev --- .pre-commit-config.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d495ce98..9d4032ea3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell diff --git a/requirements.txt b/requirements.txt index 683fb9c70..b20893bba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Dev tools: -black==23.11.0 +black==23.12.0 pre-commit==3.5.0 pytest==7.4.3 pytest-mypy-plugins==3.0.0