From e470432f5415bcec6749c074d9e0049042fe02eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 18:36:26 +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.10) --- 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 fed4df3..208ed6d 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.10" +ruff = ">=0.0.287,<0.4.11" taskipy = "^1.12.0" coverage-badge = "^1.1.1" setuptools = ">=69.5.1,<71.0.0"