From 966b01b114e6f665258b9f3173b169312e64f565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:03:40 +0100 Subject: [PATCH] chore(deps): update ruff requirement from <0.9,>=0.8 to >=0.8,<0.10 (#319) * chore(deps): update ruff requirement from <0.9,>=0.8 to >=0.8,<0.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.8.0...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update test-requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luka Peschke --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 0549bbe..f16648d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,5 +4,5 @@ pre-commit>=2.20.0,<5 pytest>=7.1.3 pytest-benchmark>=4.0.0,<6 pytest-mock>=3.1 -ruff>=0.8,<0.9 +ruff>=0.9,<0.10 xlrd>=2.0.1,<3