From d2ced8ac78fa21c62084a1b6ba5571926ce7d5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 05:00:41 +0000 Subject: [PATCH] build(deps-dev): bump black from 23.9.1 to 23.10.0 Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.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/23.9.1...23.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c275556..d233fe9 100644 --- a/Pipfile +++ b/Pipfile @@ -20,6 +20,6 @@ pytest-cov = "==4.1.0" coverage = "==7.3.2" mock = "==5.1.0" requests-mock = "==1.11.0" -black = "==23.9.1" +black = "==23.10.0" tbump = "==6.11.0" ruff = "==0.1.0"