From d613bedc80d439beb9fcac230e1d59ba9c854723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:34:37 -0400 Subject: [PATCH] Bump black from 24.8.0 to 24.10.0 in the python-packages group (#92) * Bump black from 24.8.0 to 24.10.0 in the python-packages group Bumps the python-packages group with 1 update: [black](https://github.com/psf/black). Updates `black` from 24.8.0 to 24.10.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/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... 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 225ae17..f832ad5 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: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 diff --git a/setup.py b/setup.py index d525b0f..8b77636 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "mkdocstrings[python]", "pytkdocs[numpy-style]", ], - "dev": ["parameterized", "testflo", "black==24.8.0", "flake8==7.1.1", "pre-commit"], + "dev": ["parameterized", "testflo", "black==24.10.0", "flake8==7.1.1", "pre-commit"], }, classifiers=[ "Operating System :: OS Independent",