Skip to content

Commit b473179

Browse files
committed
Refresh Python dependencies
1 parent f4e7499 commit b473179

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
@@ -88,7 +88,7 @@ decorator==5.1.0;python_version>="3.5"
8888
ipython==5.10.0;python_version<"3.5"
8989
ipython==7.9.0;python_version>="3.5" and python_version<"3.6"
9090
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
91-
ipython==7.30.0;python_version>="3.7"
91+
ipython==7.30.1;python_version>="3.7"
9292
matplotlib-inline==0.1.3;python_version>="3.7"
9393
colorama==0.4.4
9494
platformdirs==2.0.2;python_version<"3.6"
@@ -109,7 +109,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109109
Pillow==8.4.0;python_version>="3.6"
110110
typing-extensions==3.10.0.2;python_version<"3.6"
111111
typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"
112-
rich==10.15.1;python_version>="3.6" and python_version<"4.0"
112+
rich==10.15.2;python_version>="3.6" and python_version<"4.0"
113113
tornado==5.1.1;python_version<"3.5"
114114
tornado==6.1;python_version>="3.5"
115115
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
'ipython==5.10.0;python_version<"3.5"',
208208
'ipython==7.9.0;python_version>="3.5" and python_version<"3.6"',
209209
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
210-
'ipython==7.30.0;python_version>="3.7"', # Requires matplotlib-inline
210+
'ipython==7.30.1;python_version>="3.7"', # Requires matplotlib-inline
211211
'matplotlib-inline==0.1.3;python_version>="3.7"', # ipython needs this
212212
"colorama==0.4.4",
213213
'platformdirs==2.0.2;python_version<"3.6"',
@@ -228,7 +228,7 @@
228228
'Pillow==8.4.0;python_version>="3.6"',
229229
'typing-extensions==3.10.0.2;python_version<"3.6"', # <3.8 for "rich"
230230
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"', # noqa: E501
231-
'rich==10.15.1;python_version>="3.6" and python_version<"4.0"',
231+
'rich==10.15.2;python_version>="3.6" and python_version<"4.0"',
232232
'tornado==5.1.1;python_version<"3.5"',
233233
'tornado==6.1;python_version>="3.5"',
234234
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)