From 8494050b20a6093b8fb60859b43cdd9dfc9f6587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:38:59 +0000 Subject: [PATCH] Bump ruff from 0.8.1 to 0.8.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.1 to 0.8.2. - [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.1...0.8.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fe110c5..a499e08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ dev = [ "mypy==1.13.0", "pandas-stubs==2.2.3.241126", "pre-commit==4.0.1", - "ruff==0.8.1", + "ruff==0.8.2", "types-requests==2.32.0.20241016", "types-tqdm==4.67.0.20241119" ] github-actions = [ - "ruff==0.8.1", + "ruff==0.8.2", "ydiff==1.4.2" ]