From ed68cf733d1b9531ab55e0cf84cb75b7339f4042 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Thu, 7 Jan 2021 17:41:42 -0500 Subject: [PATCH] Update Python dependencies --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f72f4e2a..3bc8b5d1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ toml==0.10.2 Pillow==6.2.2;python_version<"3.5" Pillow==7.2.0;python_version>="3.5" and python_version<"3.6" Pillow==8.1.0;python_version>="3.6" -rich==9.6.1;python_version>="3.6" and python_version<"4.0" +rich==9.6.2;python_version>="3.6" and python_version<"4.0" zipp==1.2.0;python_version<"3.6" zipp==3.4.0;python_version>="3.6" flake8==3.7.9;python_version<"3.5" diff --git a/setup.py b/setup.py index 1ac64f72..bc3062a3 100755 --- a/setup.py +++ b/setup.py @@ -180,7 +180,7 @@ setup( 'Pillow==6.2.2;python_version<"3.5"', 'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"', 'Pillow==8.1.0;python_version>="3.6"', - 'rich==9.6.1;python_version>="3.6" and python_version<"4.0"', + 'rich==9.6.2;python_version>="3.6" and python_version<"4.0"', 'zipp==1.2.0;python_version<"3.6"', 'zipp==3.4.0;python_version>="3.6"', 'flake8==3.7.9;python_version<"3.5"',