From 22afa2bc1149ddcb3bfd73f0300a294ef55ae4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:15:22 +0000 Subject: [PATCH] Bump blessed from 1.19.1 to 1.20.0 Bumps [blessed](https://github.com/jquast/blessed) from 1.19.1 to 1.20.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/compare/1.19.1...1.20.0) --- updated-dependencies: - dependency-name: blessed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 393a34d..2700f8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ -i https://pypi.org/simple/ arrow==1.2.3; python_version >= '3.6' asgiref==3.6.0; python_version >= '3.7' -blessed==1.19.1; python_version >= '2.7' +blessed==1.20.0; python_version >= '2.7' certifi==2022.12.7; python_version >= '3.6' cffi==1.15.1 charset-normalizer==2.1.1; python_version >= '3.6'