Skip to content

Commit 77ed01d

Browse files
committed
Update Python dependencies
1 parent d010845 commit 77ed01d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pip>=21.0.1;python_version>="3.6"
33
packaging>=20.9
44
setuptools>=44.1.1;python_version<"3.5"
55
setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"
6-
setuptools>=54.1.0;python_version>="3.6"
6+
setuptools>=54.1.1;python_version>="3.6"
77
setuptools-scm>=5.0.2
88
wheel>=0.36.2
99
attrs>=20.3.0
@@ -78,8 +78,8 @@ cffi==1.14.5
7878
toml==0.10.2
7979
Pillow==6.2.2;python_version<"3.5"
8080
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
81-
Pillow==8.1.1;python_version>="3.6"
82-
rich==9.12.4;python_version>="3.6" and python_version<"4.0"
81+
Pillow==8.1.2;python_version>="3.6"
82+
rich==9.13.0;python_version>="3.6" and python_version<"4.0"
8383
flake8==3.7.9;python_version<"3.5"
8484
flake8==3.8.4;python_version>="3.5"
8585
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'packaging>=20.9',
108108
'setuptools>=44.1.1;python_version<"3.5"',
109109
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"',
110-
'setuptools>=54.1.0;python_version>="3.6"',
110+
'setuptools>=54.1.1;python_version>="3.6"',
111111
'setuptools-scm>=5.0.2',
112112
'wheel>=0.36.2',
113113
'attrs>=20.3.0',
@@ -182,8 +182,8 @@
182182
'toml==0.10.2',
183183
'Pillow==6.2.2;python_version<"3.5"',
184184
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
185-
'Pillow==8.1.1;python_version>="3.6"',
186-
'rich==9.12.4;python_version>="3.6" and python_version<"4.0"',
185+
'Pillow==8.1.2;python_version>="3.6"',
186+
'rich==9.13.0;python_version>="3.6" and python_version<"4.0"',
187187
'flake8==3.7.9;python_version<"3.5"',
188188
'flake8==3.8.4;python_version>="3.5"',
189189
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)