From db59dfc8e5046f3533a7e9c100eb82918c122299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:47:07 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement from ^0.1.5 to >=0.1.5,<0.4.0 Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.1.5...v0.3.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9612f8..821bb1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ torch = {version = "^1.9.0", optional = true} isort = ">=5.8.0" pyupgrade = ">=2.12.0" black = ">=20.8b1" -ruff = "^0.1.5" +ruff = ">=0.1.5,<0.4.0" mypy = ">=0.812" bandit = ">=1.7.0" safety = ">=1.10.3"