From 885ad06631a0173e8587e4a5c6dfafa6c05140a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:00:53 +0000 Subject: [PATCH] Bump black from 21.10b0 to 24.3.0 in /requirements Bumps [black](https://github.com/psf/black) from 21.10b0 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/commits/24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 18 ++++++++---------- requirements/github-actions.txt | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index cfc2549..28a8c2b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,16 +6,18 @@ # attrs==21.2.0 # via pytest -black==21.10b0 - # via -r requirements/dev.in +black==24.3.0 + # via -r dev.in click==8.0.3 # via black iniconfig==1.1.1 # via pytest mypy-extensions==0.4.3 # via black -packaging==21.2 - # via pytest +packaging==24.0 + # via + # black + # pytest pathspec==0.9.0 # via black platformdirs==2.4.0 @@ -24,15 +26,11 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==2.4.7 - # via packaging pytest==6.2.5 - # via -r requirements/dev.in -regex==2021.11.10 - # via black + # via -r dev.in toml==0.10.2 # via pytest tomli==1.2.2 # via black -typing-extensions==3.10.0.2 +typing-extensions==4.10.0 # via black diff --git a/requirements/github-actions.txt b/requirements/github-actions.txt index 4de438a..97f6dbd 100644 --- a/requirements/github-actions.txt +++ b/requirements/github-actions.txt @@ -6,16 +6,18 @@ # attrs==21.2.0 # via pytest -black==21.10b0 - # via -r requirements/github-actions.in +black==24.3.0 + # via -r github-actions.in click==8.0.3 # via black iniconfig==1.1.1 # via pytest mypy-extensions==0.4.3 # via black -packaging==21.2 - # via pytest +packaging==24.0 + # via + # black + # pytest pathspec==0.9.0 # via black platformdirs==2.4.0 @@ -24,15 +26,11 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==2.4.7 - # via packaging pytest==6.2.5 - # via -r requirements/github-actions.in -regex==2021.11.10 - # via black + # via -r github-actions.in toml==0.10.2 # via pytest tomli==1.2.2 # via black -typing-extensions==3.10.0.2 +typing-extensions==4.10.0 # via black