From 1aaaa4cecaa6b43d35c537134d6a5088dc203444 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Tue, 30 Nov 2021 01:16:51 -0500 Subject: [PATCH] Refresh Python dependencies --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1fe183a6..2a769ea1 100755 --- a/requirements.txt +++ b/requirements.txt @@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6" Pillow==8.4.0;python_version>="3.6" typing-extensions==3.10.0.2;python_version<"3.6" typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8" -rich==10.15.0;python_version>="3.6" and python_version<"4.0" +rich==10.15.1;python_version>="3.6" and python_version<"4.0" tornado==5.1.1;python_version<"3.5" tornado==6.1;python_version>="3.5" pdfminer.six==20191110;python_version<"3.5" diff --git a/setup.py b/setup.py index 56371a44..77d22e1d 100755 --- a/setup.py +++ b/setup.py @@ -228,7 +228,7 @@ setup( 'Pillow==8.4.0;python_version>="3.6"', 'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich" 'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501 - 'rich==10.15.0;python_version>="3.6" and python_version<"4.0"', + 'rich==10.15.1;python_version>="3.6" and python_version<"4.0"', 'tornado==5.1.1;python_version<"3.5"', 'tornado==6.1;python_version>="3.5"', 'pdfminer.six==20191110;python_version<"3.5"',