From 6f657a14f71ca743f26f67930fc51fecde78b278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 16:06:57 +0000 Subject: [PATCH] Bump black from 21.12b0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 21.12b0 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] --- test-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index ebd46de..acc24c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,7 +14,7 @@ attrs==21.4.0 # outcome # pytest # trio -black==21.12b0 +black==24.3.0 # via -r test-requirements.in click==8.0.3 # via black @@ -32,8 +32,10 @@ outcome==1.1.0 # via # pytest-trio # trio -packaging==21.3 - # via pytest +packaging==24.0 + # via + # black + # pytest pathspec==0.9.0 # via black platformdirs==2.4.0 @@ -44,8 +46,6 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==3.0.6 - # via packaging pytest==6.2.5 # via # -r test-requirements.in