From ee6062100beba17ebee1e2a20cb6c6fe12904793 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 May 2022 19:55:46 +0000 Subject: [PATCH] chore(deps): update dependency rich to v12 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1635384..a3f1f20 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==12.4.1 diff --git a/setup.py b/setup.py index 04a0a9e..e521b76 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==12.4.1", ] LICENSE = "MIT license"