From 2827e84a8ddfb6289e14906cd6a316201d4aefad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:32:31 +0000 Subject: [PATCH] build(deps): update ruff requirement (#347) 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.8.2) --- 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 53d63d9..4d4dcae 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.8.2" +ruff = ">=0.5.1,<0.8.3" [tool.poetry.dev-dependencies] mypy = "^1.0"