From 9cc8b262630dd741546d8ddcc0f0411b77bd4c39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:54:01 +0000 Subject: [PATCH] build(deps): bump ruff from 0.8.3 to 0.8.4 in /dev Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.3 to 0.8.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.8.3...0.8.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev/requirements/ci_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements/ci_requirements.txt b/dev/requirements/ci_requirements.txt index ac693d08..696a20db 100644 --- a/dev/requirements/ci_requirements.txt +++ b/dev/requirements/ci_requirements.txt @@ -1,4 +1,4 @@ pre-commit==4.0.1 pytest==8.3.4 pytest-cov==6.0.0 -ruff==0.8.3 +ruff==0.8.4