From 87f67766ea4787cd91a9fe230083b4dbd9e43b38 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Jan 2022 12:07:53 +0000 Subject: [PATCH] chore(deps): update dependency rich to v11 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5f8b621..1635384 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ asciimatics==1.13.0 coloredlogs==15.0.1 g-python==0.1.6 python-json-logger==2.0.2 -rich==10.16.2 +rich==11.0.0 diff --git a/setup.py b/setup.py index 7562687..04a0a9e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "coloredlogs==15.0", "g-python==0.1.6", "python-json-logger==2.0.1", - "rich==10.16.2", + "rich==11.0.0", ] LICENSE = "MIT license"