From 5393dbde93c84e4b037609a949ca3b12800366d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:55:00 +0000 Subject: [PATCH] Bump ruff from 0.8.5 to 0.8.6 in the python-packages group (#1081) * Bump ruff from 0.8.5 to 0.8.6 in the python-packages group Bumps the python-packages group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.8.5 to 0.8.6 - [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.8.5...0.8.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] * Update .pre-commit-config.yaml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jjallaire --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffd0c18cc..2158ba93b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.5 + rev: v0.8.6 hooks: # Run the linter. - id: ruff diff --git a/pyproject.toml b/pyproject.toml index e8e530c52..eef6c0f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ dev = [ "pytest-cov", "pytest-dotenv", "pytest-xdist", - "ruff==0.8.5", # match version specified in .pre-commit-config.yaml + "ruff==0.8.6", # match version specified in .pre-commit-config.yaml "textual-dev>=0.86.2", "types-PyYAML", "types-beautifulsoup4",