From f9bc83c55082cda665cff031de9cce387dd984a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 11:14:45 +0000 Subject: [PATCH] chore(deps-dev): bump black from 23.10.1 to 23.12.1 Bumps [black](https://github.com/psf/black) from 23.10.1 to 23.12.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.10.1...23.12.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c7522f9..8235f01 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,6 +3,6 @@ pytest==7.4.2 pytest-asyncio==0.21.1 pytest-cov==4.1.0 pycodestyle==2.11.1 -black==23.10.1 +black==23.12.1 invoke==2.2.0 bump2version==1.0.1