From 89e8341a897607197b1f7d9e4b34c68755d712da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 07:57:13 +0000 Subject: [PATCH 1/2] Bump ruff from 0.5.5 to 0.9.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.9.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.5...0.9.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index 6e85ffa7bd..5f37346dd1 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -58,7 +58,7 @@ pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.1 black==24.8.0 -ruff==0.5.5 +ruff==0.9.3 types-six==1.16.21.9 types-PyYAML==6.0.12.20240917 types-setuptools==71.1.0.20240726 From 0fea864e11dc569841686ce4af2d66b328fbcc3b Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Fri, 24 Jan 2025 11:43:03 +0100 Subject: [PATCH 2/2] Update style-check workflow Signed-off-by: Beat Buesser --- .github/workflows/ci-style-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-style-checks.yml b/.github/workflows/ci-style-checks.yml index d07db45cc5..2d1a4ca0bf 100644 --- a/.github/workflows/ci-style-checks.yml +++ b/.github/workflows/ci-style-checks.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dependencies run: | python -m pip install --upgrade pip setuptools wheel - pip install -q pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.0 black==24.4.2 ruff==0.5.5 + pip install -r requirements_test.txt pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt) pip install numpy==1.22.4 pip install tensorflow==2.13.1