From 23021d9ee4de878261e65fbe0683adf4b0e07465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:09:06 +0000 Subject: [PATCH] chore(deps): update ruff requirement from ~=0.8.2 to ~=0.8.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.8.2...0.8.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 c43842cb..fa5a13f7 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -14,6 +14,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.8.2 +ruff ~= 0.8.4 twine ~= 6.0 types-psutil ~= 5.9 \ No newline at end of file