From 5afae06255910c7db341244f089f0f42d4cb8cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 17:16:12 +0000 Subject: [PATCH] build(deps): bump ruff from 0.7.1 to 0.8.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.1 to 0.8.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.7.1...0.8.1) --- 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 dfed0b3..0c48013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "pytest-cov==6.0.0", "pandas-stubs==2.2.3.241009", "pytest-timeout==2.3.1", - "ruff==0.7.1", + "ruff==0.8.1", "types-openpyxl==3.1.5.20241126", "types-requests==2.32.0.20241016", ]