From cdc6e36e4a88576368f84f4da5ff2cfe65b66838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 19:10:34 +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/v0.0.287...v0.4.7) --- 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 657fc2a..13b1036 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.0.287,<0.4.7" +ruff = ">=0.0.287,<0.4.8" taskipy = "^1.12.0" coverage-badge = "^1.1.1" setuptools = ">=69.5.1,<71.0.0"