From 881a65adb05c8b02b0fc6bdfce2751207aeae2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:36:06 +0000 Subject: [PATCH] Bump black from 23.9.1 to 23.10.1 Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.1. - [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.9.1...23.10.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ad2ffadc..32fa7cccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies=[ 'rich', 'coverage', 'pytest', - 'black==23.9.1', + 'black==23.10.1', 'pyflakes', 'urllib3 >=1.26', ] @@ -42,7 +42,7 @@ dev = [ 'docutils==0.16', 'pre-commit', 'isort', - 'black==23.9.1', + 'black==23.10.1', 'yamllint' ] docs = [ diff --git a/requirements.txt b/requirements.txt index 06010ee1c..8e8b9bac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ rich coverage pytest isort -black==23.9.1 +black==23.10.1 pyflakes # https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html urllib3==1.26.* \ No newline at end of file