From 32ee8489c05eb700cf6fb163080df480127e3a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:40:36 +0000 Subject: [PATCH] deps:(deps): bump ruff from 0.2.1 to 0.6.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.6.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/v0.2.1...0.6.2) --- 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 a870ffe4..e12d1653 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.6.2", # important that these match the pre-commit hooks "pandas-stubs==2.2.0.240218", # type stubs for pandas "invoke==2.1.1", ]