From 9c031a7731d7df10f7f84c4733945e1590ad02d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Jan 2022 15:56:19 +0000 Subject: [PATCH] chore(deps): update dependency rich to v11.1.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1635384..599e5cf 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==11.0.0 +rich==11.1.0 diff --git a/setup.py b/setup.py index 04a0a9e..0fc8fd8 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==11.0.0", + "rich==11.1.0", ] LICENSE = "MIT license"