From 433227884ab489ab72ca8b6a84142580d40804fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:28:27 +0200 Subject: [PATCH] chore(deps): update ruff requirement from <0.5,>=0.2.0 to >=0.5.0,<0.6 (#242) 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/v0.2.0...0.5.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 5a9101f..fc542df 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ openpyxl>=3.1.2<4 pre-commit>=2.20.0,<4 pytest>=7.1.3 pytest-benchmark>=4.0.0,<5 -ruff>=0.2.0,<0.5 +ruff>=0.5.0,<0.6 xlrd>=2.0.1<3