From bb39fe0d8739639a28912a928f286d37262cfb40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 03:52:13 +0000 Subject: [PATCH 1/2] Bump ruff from 0.6.4 to 0.6.5 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.4 to 0.6.5. - [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.6.4...0.6.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 697aad1..b0fb586 100644 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ requests==2.32.3 # tldextract requests-file==2.1.0 # via tldextract -ruff==0.6.4 +ruff==0.6.5 # via -r requirements.in scrapy==2.11.2 # via -r requirements.in From 03557ed104fbda34f228cbb99fb52f8f5baada39 Mon Sep 17 00:00:00 2001 From: Stefano Fusai Date: Mon, 16 Sep 2024 11:21:41 +0200 Subject: [PATCH 2/2] Bump Ruff --- .github/workflows/workflow.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f87c3b6..ac27f32 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -27,7 +27,7 @@ jobs: - name: Run linter on Python ${{ matrix.python-version }} uses: chartboost/ruff-action@v1 with: - version: 0.6.2 + version: 0.6.5 publish-to-pypi: needs: run-linter diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 929d6ef..3074d58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 + rev: v0.6.5 hooks: - id: ruff args: