From cd44e6c628f2c04b1b2c26e21d4edc920d87bced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 12:58:11 +0000 Subject: [PATCH] Update blessed requirement Updates the requirements on [blessed](https://github.com/jquast/blessed) to permit the latest version. Updates `blessed` to 1.39.0 - [Release notes](https://github.com/jquast/blessed/releases) - [Changelog](https://github.com/jquast/blessed/blob/master/docs/history.rst) - [Commits](https://github.com/jquast/blessed/commits) --- updated-dependencies: - dependency-name: blessed dependency-version: 1.39.0 dependency-type: direct:production dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- is-unicode-supported/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is-unicode-supported/pyproject.toml b/is-unicode-supported/pyproject.toml index 2e8d5e79..2c2272e3 100644 --- a/is-unicode-supported/pyproject.toml +++ b/is-unicode-supported/pyproject.toml @@ -18,7 +18,7 @@ license-files = [ "docs/LICENSE.md", ] dependencies = [ - "blessed>=1.38.0,<2", + "blessed>=1.39.0,<2", "colorama>=0.4.6,<1 ; platform_system == 'Windows'", "is-legacy-terminal>=1.1.1,<2", "json5>=0.14.0,<1",