Skip to content

Commit f5772e6

Browse files
committed
Update Python dependencies
1 parent cf531f5 commit f5772e6

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
@@ -3,7 +3,7 @@ packaging>=20.7
33
setuptools>=44.1.1;python_version<"3.5"
44
setuptools>=50.3.2;python_version>="3.5"
55
setuptools-scm>=4.1.2
6-
wheel>=0.35.1
6+
wheel>=0.36.0
77
attrs>=20.3.0
88
certifi>=2020.11.8
99
six==1.15.0
@@ -68,7 +68,7 @@ toml==0.10.2
6868
Pillow==6.2.2;python_version<"3.5"
6969
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7070
Pillow==8.0.1;python_version>="3.6"
71-
rich==9.2.0;python_version>="3.6" and python_version<"4.0"
71+
rich==9.3.0;python_version>="3.6" and python_version<"4.0"
7272
zipp==1.2.0;python_version<"3.6"
7373
zipp==3.4.0;python_version>="3.6"
7474
flake8==3.7.9;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'setuptools>=44.1.1;python_version<"3.5"',
108108
'setuptools>=50.3.2;python_version>="3.5"',
109109
'setuptools-scm',
110-
'wheel>=0.35.1',
110+
'wheel>=0.36.0',
111111
'attrs>=20.3.0',
112112
'certifi>=2020.11.8',
113113
'six',
@@ -172,7 +172,7 @@
172172
'Pillow==6.2.2;python_version<"3.5"',
173173
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
174174
'Pillow==8.0.1;python_version>="3.6"',
175-
'rich==9.2.0;python_version>="3.6" and python_version<"4.0"',
175+
'rich==9.3.0;python_version>="3.6" and python_version<"4.0"',
176176
'zipp==1.2.0;python_version<"3.6"',
177177
'zipp==3.4.0;python_version>="3.6"',
178178
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)