From 984e9fe9a3cadb510701da558f936d8ba9f58dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:35:54 +0000 Subject: [PATCH 1/2] 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] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 6f731883..cb5c26a5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -11,5 +11,5 @@ 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==23.7.0 ruff==0.0.287 \ No newline at end of file From 4a2509fa736ad164530b0a3a2cc6f3e7902b41c9 Mon Sep 17 00:00:00 2001 From: Wing Fung Lau <4760060+hawflau@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:52:38 -0700 Subject: [PATCH 2/2] Update requirements/dev.txt --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index cb5c26a5..b13cce26 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.7.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