From 56bf80d2bc1a3fca0946c7d79bebdf09ed16942b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 06:43:25 +0000 Subject: [PATCH] Bump black from 24.1.1 to 24.4.2 Bumps [black](https://github.com/psf/black) from 24.1.1 to 24.4.2. - [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/24.1.1...24.4.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ea6aad3..c0f3ffd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -10,7 +10,7 @@ beautifulsoup4==4.12.2 # via # -c requirements.txt # mkdocs-htmlproofer-plugin -black==24.1.1 +black==24.4.2 # via -r dev-requirements.in certifi==2021.10.8 # via requests @@ -23,9 +23,7 @@ click==8.0.4 colorama==0.4.6 # via mkdocs-material coverage[toml]==6.3.2 - # via - # coverage - # pytest-cov + # via pytest-cov distlib==0.3.4 # via virtualenv exceptiongroup==1.1.3