From 6e9cb0c3aea556207f0786a18834698a4b3264ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 05:08:33 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.4.6 to ~=0.4.7 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.4.6...v0.4.7) --- 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 01c0f25f..8fa48afb 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -10,6 +10,6 @@ rich == 13.7.* types-python-dateutil ~= 2.9 mypy ~= 1.10 types-requests ~= 2.31 -ruff ~= 0.4.6 +ruff ~= 0.4.7 twine ~= 5.1 types-psutil ~= 5.9 \ No newline at end of file