From 721941f1369363f081502f421c49e386f6e25837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:36:33 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump black from 24.8.0 to 24.10.0 in /requirements Bumps [black](https://github.com/psf/black) from 24.8.0 to 24.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/24.8.0...24.10.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 80043fca9..8a6b7a820 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,5 +8,5 @@ parameterized==0.9.0 pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter -black==24.8.0 +black==24.10.0 ruff==0.6.9 From 62fa3bfd177f1ab35b3799aaddd90957c0b92044 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:20:57 -0700 Subject: [PATCH 2/2] use older version for py3.8 --- requirements/dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8a6b7a820..6990f0bac 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,5 +8,6 @@ parameterized==0.9.0 pyelftools~=0.31 # Used to verify the generated Go binary architecture in integration tests (utils.py) # formatter -black==24.10.0 +black==24.10.0; python_version>="3.9" +black==24.8.0; python_version<"3.9" ruff==0.6.9