From b66732d632699344c73ea60a259cd0f5b9028236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:25:12 +0000 Subject: [PATCH] deps:(deps): bump ruff from 0.2.1 to 0.8.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.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/v0.2.1...0.8.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 ddb1eaef..7d1359d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,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.8.2", # important that these match the pre-commit hooks "pandas-stubs==2.2.0.240218", # type stubs for pandas "invoke==2.1.1", ]