From 2acff17f28679b287da32e418a5cb1327da7a7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 17:20:56 +0000 Subject: [PATCH] build(deps): Bump black from 22.8.0 to 22.10.0 in /requirements (#28) Bumps [black](https://github.com/psf/black) from 22.8.0 to 22.10.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.8.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Robinson --- requirements/test.txt | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 8c7b853f1..1c6265ca9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,22 +6,22 @@ # attrs==22.1.0 # via pytest -black==22.8.0 - # via -r requirements/test.in +black==22.10.0 + # via -r test.in certifi==2022.9.24 # via requests charset-normalizer==2.1.1 # via requests click==8.1.3 # via - # -r requirements/test.in + # -r test.in # black coverage[toml]==6.4.4 # via - # -r requirements/test.in + # -r test.in # pytest-cov flake8==5.0.4 - # via -r requirements/test.in + # via -r test.in idna==3.4 # via # requests @@ -29,7 +29,7 @@ idna==3.4 iniconfig==1.1.1 # via pytest label-studio-sdk==0.0.15 - # via -r requirements/test.in + # via -r test.in lxml==4.9.1 # via label-studio-sdk mccabe==0.7.0 @@ -37,7 +37,7 @@ mccabe==0.7.0 multidict==6.0.2 # via yarl mypy==0.982 - # via -r requirements/test.in + # via -r test.in mypy-extensions==0.4.3 # via # black @@ -63,7 +63,7 @@ pyparsing==3.0.9 pytest==7.1.3 # via pytest-cov pytest-cov==4.0.0 - # via -r requirements/test.in + # via -r test.in pyyaml==6.0 # via vcrpy requests==2.28.1 @@ -78,13 +78,12 @@ tomli==2.0.1 # pytest typing-extensions==4.3.0 # via - # black # mypy # pydantic urllib3==1.26.12 # via requests vcrpy==4.2.1 - # via -r requirements/test.in + # via -r test.in wrapt==1.14.1 # via vcrpy yarl==1.8.1