From fe29dd513022383554eae39f9833ace70654cb8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:05:39 +0100 Subject: [PATCH] Bump ruff from 0.0.282 to 0.1.3 (#1579) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.282 to 0.1.3. - [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.0.282...v0.1.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b71529f..15c31da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ "black==23.7.0", "codespell==2.2.5", "mypy==1.4.1", - "ruff==0.0.282", + "ruff==0.1.3", "pre-commit==3.3.3" ]