From 7c244533bb3a3d0c632d4bb9ecc45f8f4a8e00fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 23:09:29 +0000 Subject: [PATCH] chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements (#534) * chore(deps-dev): bump black from 23.3.0 to 23.7.0 in /requirements Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.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/23.3.0...23.7.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update requirements/dev.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 6f731883e..b13cce261 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -11,5 +11,6 @@ parameterized==0.9.0 pyelftools~=0.29 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter -black==23.3.0 +black==22.6.0; python_version < "3.8" +black==23.7.0; python_version >= "3.8" ruff==0.0.287 \ No newline at end of file