From 745602b79c444a89c066ebabe9b1a229b5cd9220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:09:54 +0000 Subject: [PATCH] Bump black from 23.10.1 to 23.11.0 Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.11.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.10.1...23.11.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db02ab2c..1a625f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ build==1.0.3 twine # Tests & Linting -black==23.10.1 +black==23.11.0 coverage[toml]==7.3.2 ruff==0.1.3 mypy==1.7.1