From 454fe61bc197fc12c59c7d3a98cda976192eff9a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Feb 2022 21:52:28 +0000 Subject: [PATCH] chore(deps): update dependency rich to v11.2.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1635384..706c714 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.2.0 diff --git a/setup.py b/setup.py index 04a0a9e..b34e413 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.2.0", ] LICENSE = "MIT license"