From 60aba2bb262f174985514d0f467485ec42906511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:20:12 -0600 Subject: [PATCH] chore(deps): update ruff requirement from ==0.6.* to ==0.7.* (#156) 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.6.0...0.7.1) --- 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> --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 6d00bcb..5e5d9ab 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -5,7 +5,7 @@ pytest-cov == 6.0.* pytest-timeout == 2.3.* pytest-xdist == 3.6.* black == 24.* -ruff == 0.6.* +ruff == 0.7.* mypy == 1.11.* psutil == 6.1.* types-PyYAML ~= 6.0