Skip to content

Commit d636aa4

Browse files
committed
Update Python dependencies
1 parent 405d602 commit d636aa4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
regex>=2021.7.6
1+
regex>=2021.8.3
22
tqdm>=4.62.0
33
livereload==2.6.3;python_version>="3.6"
44
joblib==1.0.1;python_version>="3.6"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ decorator==5.0.9;python_version>="3.5"
7979
ipython==5.10.0;python_version<"3.5"
8080
ipython==6.5.0;python_version>="3.5" and python_version<"3.6"
8181
ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
82-
ipython==7.25.0;python_version>="3.7"
82+
ipython==7.26.0;python_version>="3.7"
8383
matplotlib-inline==0.1.2;python_version>="3.7"
8484
colorama==0.4.4
8585
platformdirs==2.0.2;python_version<"3.6"
@@ -96,7 +96,7 @@ toml==0.10.2
9696
Pillow==6.2.2;python_version<"3.5"
9797
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
9898
Pillow==8.3.1;python_version>="3.6"
99-
rich==10.6.0;python_version>="3.6" and python_version<"4.0"
99+
rich==10.7.0;python_version>="3.6" and python_version<"4.0"
100100
tornado==5.1.1;python_version<"3.5"
101101
tornado==6.1;python_version>="3.5"
102102
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
'ipython==5.10.0;python_version<"3.5"',
195195
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
196196
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
197-
'ipython==7.25.0;python_version>="3.7"',
197+
'ipython==7.26.0;python_version>="3.7"',
198198
'matplotlib-inline==0.1.2;python_version>="3.7"',
199199
"colorama==0.4.4",
200200
'platformdirs==2.0.2;python_version<"3.6"',
@@ -211,7 +211,7 @@
211211
'Pillow==6.2.2;python_version<"3.5"',
212212
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
213213
'Pillow==8.3.1;python_version>="3.6"',
214-
'rich==10.6.0;python_version>="3.6" and python_version<"4.0"',
214+
'rich==10.7.0;python_version>="3.6" and python_version<"4.0"',
215215
'tornado==5.1.1;python_version<"3.5"',
216216
'tornado==6.1;python_version>="3.5"',
217217
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)