From 95d907f3e395224ab1a28cfacfeeefd494418cab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:49:43 +0000 Subject: [PATCH] Update ruff requirement from ~=0.9.4 to ~=0.9.10 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.9.4...0.9.10) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 422c4e8..bf56a73 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,6 +8,6 @@ pytest-cov~=6.0.0 pytest-asyncio~=0.25.3 httpx~=0.28.1 -ruff~=0.9.4 +ruff~=0.9.10 toml