From 9cea87c09b9a704c8ff9c0c2b92447718f6c150c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:25:56 -0800 Subject: [PATCH] Bump ruff from 0.4.7 to 0.9.1 (#284) * Bump ruff from 0.4.7 to 0.9.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.9.1. - [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/v0.4.7...0.9.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update testing.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shyam Dwaraknath <16827130+shyamd@users.noreply.github.com> --- .github/workflows/testing.yml | 2 +- requirements-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b3a3476..dcacf57 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -28,7 +28,7 @@ jobs: pip install -r requirements-testing.txt - name: Lint with Ruff - run: ruff src + run: ruff check src - name: Lint with mypy run: mypy --ignore-missing-imports src diff --git a/requirements-testing.txt b/requirements-testing.txt index cb066b6..423e397 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -3,5 +3,5 @@ pytest-cov==4.1.0 pytest-pretty==1.2.0 mypy==0.812;python_version<"3.9" mypy==1.14.1;python_version>"3.8" -ruff==0.4.7 +ruff==0.9.1 types-requests~=2.32.0 \ No newline at end of file