From 234bc1266283318332faf8018f546a23f1ad129d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 04:41:51 +0000 Subject: [PATCH] fix(deps): update ruff requirement from ~=0.7.0 to >=0.7,<0.9 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.7.0...0.8.0) --- 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 e7fe700..4a9c05e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest-cov~=5.0.0", "pytest-asyncio~=0.24.0", "pytest-httpx~=0.32.0", - "ruff~=0.7.0", + "ruff>=0.7,<0.9", "mkdocs-material[imaging]~=9.5.41", "mkdocstrings-python~=1.12.1", "mike~=2.1.3"