From dee3600b819c2d9bae34dd1c31d05408d9527630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 16:08:16 +0000 Subject: [PATCH] build(deps): update ruff requirement (#344) 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.7.4) --- 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 aba54d9..dd4be1c 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.7.4" +ruff = ">=0.5.1,<0.7.5" [tool.poetry.dev-dependencies] mypy = "^1.0"