From 59b76b171456bb37dfe90cf6092e981d96fbb5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:41:22 +0000 Subject: [PATCH] build(deps-dev): update ruff requirement 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/0.5.1...0.6.0) --- 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 0c728a3..89fef09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python-dotenv = "^1.0.1" pytest-cov = ">=4.1,<6.0" blue = "^0.9.1" isort = "^5.12.0" -ruff = ">=0.5.1,<0.5.8" +ruff = ">=0.5.1,<0.6.1" taskipy = "^1.12.0" coverage-badge = "^1.1.1" setuptools = ">=69.5.1,<73.0.0"