From a207b0556e5fec6757a762da2db786511eaaeda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:50:18 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.4.4 to 0.6.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.4 to 0.6.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.4.4...0.6.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 e04bee8..91b97ad 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.7", "types-requests >=2.20.0,<3.0.0", "types-PyYAML >=6.0.0,<7.0.0", "wheel >=0.40.0",