From 01fc7a44827eb169a65ad440660f0929362fdaa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:28:41 -0800 Subject: [PATCH] chore(deps): bump pytest-black from 0.3.12 to 0.6.0 (#6675) Bumps [pytest-black](https://github.com/coherent-oss/pytest-black) from 0.3.12 to 0.6.0. - [Commits](https://github.com/coherent-oss/pytest-black/compare/0.3.12...v0.6.0) --- updated-dependencies: - dependency-name: pytest-black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 39f488be06c..6b080d3d44d 100644 --- a/requirements.in +++ b/requirements.in @@ -29,7 +29,7 @@ pathos==0.3.3 pip-tools==7.4.1 pre-commit==4.0.1 pyarrow==18.1.0 -pytest-black==0.3.12 +pytest-black==0.6.0 pytest-flake8==1.3.0 pytest-isort==4.0.0 pytest-mypy==0.10.3 diff --git a/requirements.txt b/requirements.txt index 352e0066bf0..6d756f4e1fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1610,8 +1610,9 @@ pytest==7.4.3 \ # pytest-mypy # pytest-pydocstyle # pytest-xdist -pytest-black==0.3.12 \ - --hash=sha256:1d339b004f764d6cd0f06e690f6dd748df3d62e6fe1a692d6a5500ac2c5b75a5 +pytest-black==0.6.0 \ + --hash=sha256:7eb747f54b6c997497b5cbc66a988be114b92016dbfa66d210d1d1f9f6b2dc76 \ + --hash=sha256:ecb77455f379805cb4bd8f45a813a3754c3bbee3199adf1b3665c0dfd086b511 # via -r requirements.in pytest-flake8==1.3.0 \ --hash=sha256:88fb35562ce32d915c6ba41ef0d5e1cfcdd8ff884a32b7d46aa99fc77a3d1fe6 \