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"