From 6a3935e8161a58b15ff069eea1bc618671bb854f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:48:55 +0000 Subject: [PATCH] Bump ruff from 0.5.0 to 0.5.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.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/0.5.0...0.5.1) --- 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 4c5bb29..067c895 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ dev = [ "mypy==1.10.1", "pandas-stubs==2.2.2.240603", "pre-commit==3.7.1", - "ruff==0.5.0", + "ruff==0.5.1", "types-requests==2.32.0.20240622", "types-tqdm==4.66.0.20240417" ] github-actions = [ - "ruff==0.5.0", + "ruff==0.5.1", "ydiff==1.3" ]