From 7b2483547a6ee81affe9e9dbcfef2edebc4bd719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:08:40 +0000 Subject: [PATCH] build(deps-dev): bump black in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [black](https://github.com/psf/black). Updates `black` from 23.3.0 to 24.3.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.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development dependency-group: pip ... 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 58279df7..f193e946 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ flake8==6.0.0 -black==23.3.0 +black==24.3.0 mypy==1.5.1 isort==5.12.0 types-requests==2.27.1