From 04bc653dc910327206f59fa7da4623831b05424f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:33:18 -0500 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.4.8 to ~=0.5.1 (#350) 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.8...0.5.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 68e25d6c..288aa7e5 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.8 +ruff ~= 0.5.1 twine ~= 5.1 types-psutil ~= 5.9 \ No newline at end of file