From 514014c24d07834e4fff6fd87586d59b4f43558f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 05:26:03 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.5.1 to ~=0.7.4 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.5.1...0.7.4) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index d2e09051..f953b1ea 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -13,6 +13,6 @@ types-python-dateutil ~= 2.9 mypy ~= 1.13 types-requests ~= 2.31; python_version < "3.10" types-requests ~= 2.32; python_version >= "3.10" -ruff ~= 0.5.1 +ruff ~= 0.7.4 twine ~= 5.1 types-psutil ~= 5.9 \ No newline at end of file