From 6045c205aa297db2489c774f666c644729dd62e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:52:12 +0000 Subject: [PATCH] chore(deps-dev): bump black from 22.12.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.12.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.12.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 92022b2..ac989e4 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -36,7 +36,7 @@ billiard==4.1.0 # via # -r requirements.txt # celery -black==22.12.0 +black==24.3.0 # via -r requirements_dev.in build==0.10.0 # via pip-tools @@ -233,8 +233,9 @@ ocdsmerge==0.6.6 # via # -r requirements.txt # ocdskit -packaging==20.9 +packaging==24.0 # via + # black # build # pytest pathspec==0.9.0 @@ -278,8 +279,6 @@ pyopenssl==24.0.0 # via # -r requirements.txt # twisted -pyparsing==3.1.0 - # via packaging pyproject-hooks==1.0.0 # via build pytest==7.2.0