From db5a4198b58995a9aff550a1be629f2b8c7118e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 07:57:24 +0000 Subject: [PATCH] Bump ruff from 0.9.3 to 0.9.4 in /requirements (#1051) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.3 to 0.9.4. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index ac399092..4b20f6d3 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,5 +3,5 @@ packaging==24.2 pytest==8.3.4 pytest-xdist==3.6.1 pytest-cov==6.0.0 -ruff==0.9.3 +ruff==0.9.4 setuptools==75.8.0 \ No newline at end of file