Skip to content

Commit cd44e6c

Browse files
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] <support@github.com>
1 parent 5e34fab commit cd44e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

is-unicode-supported/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ license-files = [
1818
"docs/LICENSE.md",
1919
]
2020
dependencies = [
21-
"blessed>=1.38.0,<2",
21+
"blessed>=1.39.0,<2",
2222
"colorama>=0.4.6,<1 ; platform_system == 'Windows'",
2323
"is-legacy-terminal>=1.1.1,<2",
2424
"json5>=0.14.0,<1",

0 commit comments

Comments
 (0)