From 2ca9eb104cbfb27a002ec76625c925535269bfa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:32:50 +0000 Subject: [PATCH] deps:(deps): bump ruff from 0.2.1 to 0.4.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.4.7. - [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.2.1...v0.4.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeb23956..67632a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ file = "LICENSE" dev = [ "pyright==1.1.330.post0", "pre-commit==3.4.0", - "ruff==0.2.1", # important that these match the pre-commit hooks + "ruff==0.4.7", # important that these match the pre-commit hooks "pandas-stubs==2.2.0.240218", # type stubs for pandas "invoke==2.1.1", ]