Skip to content

Commit 5605fa3

Browse files
committed
Update Python dependencies
1 parent 44794cc commit 5605fa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ prompt-toolkit==3.0.18;python_version>="3.6"
6363
ipython==5.10.0;python_version<"3.5"
6464
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
6565
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
66-
ipython==7.21.0;python_version>="3.7"
66+
ipython==7.22.0;python_version>="3.7"
6767
colorama==0.4.4
6868
pathlib2==2.3.5;python_version<"3.5"
6969
importlib-metadata==2.0.0;python_version<"3.6"
@@ -78,7 +78,7 @@ toml==0.10.2
7878
Pillow==6.2.2;python_version<"3.5"
7979
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
8080
Pillow==8.1.2;python_version>="3.6"
81-
rich==9.13.0;python_version>="3.6" and python_version<"4.0"
81+
rich==10.0.0;python_version>="3.6" and python_version<"4.0"
8282
tornado==5.1.1;python_version<"3.5"
8383
tornado==6.1;python_version>="3.5"
8484
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
'ipython==5.10.0;python_version<"3.5"',
169169
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
170170
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
171-
'ipython==7.21.0;python_version>="3.7"',
171+
'ipython==7.22.0;python_version>="3.7"',
172172
'colorama==0.4.4',
173173
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
174174
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
@@ -183,7 +183,7 @@
183183
'Pillow==6.2.2;python_version<"3.5"',
184184
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
185185
'Pillow==8.1.2;python_version>="3.6"',
186-
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"',
186+
'rich==10.0.0;python_version>="3.6" and python_version<"4.0"',
187187
'tornado==5.1.1;python_version<"3.5"',
188188
'tornado==6.1;python_version>="3.5"',
189189
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)