From 940f6d5d9ddf302efcf316f29dbd0c9f44d26910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 12:52:27 +0000 Subject: [PATCH] Update blessed requirement from ~=1.18.0 to ~=1.20.0 Updates the requirements on [blessed](https://github.com/jquast/blessed) to permit the latest version. - [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/compare/1.18.0...1.20.0) --- updated-dependencies: - dependency-name: blessed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0d38cc9..164cd0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools~=68.1.0 -blessed~=1.18.0 +blessed~=1.20.0 cmd2~=2.1.2 pygame~=2.5.1 \ No newline at end of file