From f34b1812ada55ac9f3f25e9cd76c6f6041e2f804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:15:13 +0000 Subject: [PATCH] Update ruff requirement from ~=0.9.3 to ~=0.9.4 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.3...0.9.4) --- 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 fbefb7d..a3005b7 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.3 +ruff~=0.9.4 toml