From 1c0eb2660471bd1ae3acbb0f8e61a256fd99b8aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:12:30 +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.14 - [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.13...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 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 715bebd..c3115fb 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.13 +ruff>=0.15.14 pytest>=9.0.3 pytest-asyncio>=1.3.0