From 9310fe96542529d6b894915ca6395328a646ad39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:10:59 +0000 Subject: [PATCH] Bump black from 22.6.0 to 24.3.0 Bumps [black](https://github.com/psf/black) from 22.6.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.6.0...24.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/requirements.in b/requirements.in index aece7f9..15eefe2 100644 --- a/requirements.in +++ b/requirements.in @@ -7,4 +7,4 @@ aiohttp>=3.0.0,<=4 pytest==7.1.2 pytest-asyncio==0.19.0 pip-tools==6.8.0 -black==22.6.0 +black==24.3.0 diff --git a/requirements.txt b/requirements.txt index 391a352..073c3c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ attrs==22.1.0 # via # aiohttp # pytest -black==22.6.0 +black==24.3.0 # via -r requirements.in build==0.8.0 # via pip-tools @@ -46,8 +46,9 @@ multidict==6.0.2 # yarl mypy-extensions==0.4.3 # via black -packaging==21.3 +packaging==24.0 # via + # black # build # pytest pathspec==0.9.0 @@ -62,8 +63,6 @@ pluggy==1.0.0 # via pytest py==1.11.0 # via pytest -pyparsing==3.0.9 - # via packaging pytest==7.1.2 # via # -r requirements.in @@ -76,7 +75,10 @@ tomli==2.0.1 # via # black # build + # pep517 # pytest +typing-extensions==4.10.0 + # via black urllib3==1.26.11 # via requests wheel==0.37.1