From d215644e35f086b32e68790d773af622d954ea9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 16:15:49 +0000 Subject: [PATCH] Update ruff requirement from >=0.16.3 to >=0.16.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.16.3...0.16.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 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 3df354e..25720c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,4 +46,4 @@ colorama>=0.4.6 celery>=5.6.3 # --- [Linting & Formatting] --- -ruff>=0.16.3 \ No newline at end of file +ruff>=0.16.4 \ No newline at end of file