From 95d8d2eee5e141ffab7f9532857573ef65b3e650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:44:09 +0000 Subject: [PATCH] chore(deps): update ruff requirement in /tui-py in the dev-tools group Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `ruff` to 0.15.15 - [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.15.14...0.15.15) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:production dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- tui-py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui-py/requirements.txt b/tui-py/requirements.txt index 57a9e17..7733ec6 100644 --- a/tui-py/requirements.txt +++ b/tui-py/requirements.txt @@ -1,5 +1,5 @@ textual>=8.2.7 httpx>=0.28.1 -ruff>=0.15.14 +ruff>=0.15.15 pytest>=9.0.3 pytest-asyncio>=1.4.0