From 0a6cf8320304194fd5741cd31b20a873263fac0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:57:29 -0500 Subject: [PATCH] Bump black from 23.11.0 to 23.12.0 (#69) * 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:development 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: Alasdair Gray --- .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 11df1ea..84df634 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black language_version: python3 diff --git a/setup.py b/setup.py index bb3df02..34046a8 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "mkdocstrings[python]", "pytkdocs[numpy-style]", ], - "dev": ["parameterized", "testflo", "black==23.11.0", "flake8==6.1.0", "pre-commit"], + "dev": ["parameterized", "testflo", "black==23.12.0", "flake8==6.1.0", "pre-commit"], }, classifiers=[ "Operating System :: OS Independent",