From 50b7ed6999160399c50839c1887c6243d707acd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 04:24:40 +0000 Subject: [PATCH] chore(deps): update ruff requirement from >=0.16.3 to >=0.16.5 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.16.3...0.16.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4de2bdd..d66306c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ pyautogui>=0.9.54 pytest>=9.1.1 pytest-cov>=7.1.0 pytest-asyncio>=1.4.0 -ruff>=0.16.3 \ No newline at end of file +ruff>=0.16.5 \ No newline at end of file