From be0cd4a86fd3159f907807c90854424640e706b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:16:49 +0100 Subject: [PATCH] Bump black from 23.10.0 to 23.10.1 (#422) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12dd18c4..1361a5f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ server = [ "cryptography==41.0.4" ] test = [ - "black==23.10.0", + "black==23.10.1", "flake8==6.1.0", "flake8-docstrings==1.7.0", "isort==5.12.0", diff --git a/requirements-test.txt b/requirements-test.txt index 00617145..a69dd674 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -black==23.10.0 +black==23.10.1 flake8==6.1.0 flake8-docstrings==1.7.0 isort==5.12.0