From 92ff6e5110f7a9842e5afd28841d97aeedcb0d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:31:35 +0000 Subject: [PATCH] Update ruff requirement from >=0.0.292,<0.4.9 to >=0.0.292,<0.4.10 (#320) 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.292...v0.4.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79ec389..3bacb13 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.26.0", extras = ["docs"]} mkdocs-material = {version = ">=8.2.9,<10.0.0", extras = ["docs"]} -ruff = ">=0.0.292,<0.4.9" +ruff = ">=0.0.292,<0.4.10" [tool.poetry.dev-dependencies] mypy = "^1.0"