From 8e543c5d5e4598fc29e4906e9d1b8997b12cc269 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:00:04 +0000 Subject: [PATCH] chore(deps-dev): bump black from 22.3.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.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/22.3.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index 0b7d8910..e25f440c 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -9,7 +9,7 @@ attrs==21.4.0 # flake8-implicit-str-concat # hypothesis # pytest -black==22.3.0 +black==24.3.0 # via -r requirements.dev.in certifi==2020.11.8 # via @@ -64,8 +64,10 @@ mypy-extensions==0.4.3 # via black nodeenv==1.6.0 # via pre-commit -packaging==21.3 - # via pytest +packaging==24.0 + # via + # black + # pytest pathspec==0.9.0 # via black pep517==0.12.0 @@ -86,8 +88,6 @@ pycodestyle==2.8.0 # via flake8 pyflakes==2.4.0 # via flake8 -pyparsing==3.0.7 - # via packaging pytest==7.1.1 # via # -r requirements.dev.in