From b0908edbfe85ea6e0d2dd2cbd672d35aa0e9a7b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:27:13 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.4.4 to 0.6.2 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 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.4.4...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 e04bee8..c936c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ test = [ "mypy >=1.0.0", "flake8 >=4.0.0,<8.0.0", "isort >=5.0.0,<7.0.0", - "ruff ==0.4.4", + "ruff ==0.6.2", "types-requests >=2.20.0,<3.0.0", "types-PyYAML >=6.0.0,<7.0.0", "wheel >=0.40.0",