From 5b53533d881debb862c1cacb4dc5dfe4ff3738bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 16:15:28 +0000 Subject: [PATCH] build(deps): 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.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29a10df..59a5522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ aiohttp = "^3.8.1" mkdocs = { version = "^1.3.0", extras = ["docs"] } mkdocstrings = { version = ">=0.18.1,<0.27.0", extras = ["docs"] } mkdocs-material = { version = ">=8.2.9,<10.0.0", extras = ["docs"] } -ruff = ">=0.5.1,<0.6.6" +ruff = ">=0.5.1,<0.6.7" [tool.poetry.dev-dependencies] mypy = "^1.0"