From 288de58127c1a4f67acf9f45db0388f72c9b799c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 13:03:47 +0000 Subject: [PATCH] Update translate-messages requirement in /is-legacy-terminal Updates the requirements on [translate-messages](https://github.com/adamlui/python-utils) to permit the latest version. - [Release notes](https://github.com/adamlui/python-utils/releases) - [Commits](https://github.com/adamlui/python-utils/compare/translate-messages-1.10.1...translate-messages-1.10.2) --- updated-dependencies: - dependency-name: translate-messages dependency-version: 1.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- is-legacy-terminal/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is-legacy-terminal/requirements-dev.txt b/is-legacy-terminal/requirements-dev.txt index a5b497d5..37e64ab8 100644 --- a/is-legacy-terminal/requirements-dev.txt +++ b/is-legacy-terminal/requirements-dev.txt @@ -4,5 +4,5 @@ pre-commit>=4.5.1,<5 remove-json-keys>=1.10.1,<2 tomli>=2.4.1,<3 tomli-w>=1.2.0,<2 -translate-messages>=1.10.1,<2 +translate-messages>=1.10.2,<2 uv>=0.11.19,<1