Skip to content

Commit b4ede8a

Browse files
committed
Update Python dependencies
1 parent 00e4ab1 commit b4ede8a

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
@@ -64,7 +64,7 @@ ipython==7.19.0;python_version>="3.7"
6464
colorama==0.4.4
6565
pathlib2==2.3.5;python_version<"3.5"
6666
importlib-metadata==2.0.0;python_version<"3.6"
67-
virtualenv>=20.2.2
67+
virtualenv>=20.3.0
6868
pymysql==0.10.1;python_version<"3.6"
6969
pymysql==1.0.2;python_version>="3.6"
7070
coverage==5.3.1
@@ -76,7 +76,7 @@ toml==0.10.2
7676
Pillow==6.2.2;python_version<"3.5"
7777
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
7878
Pillow==8.1.0;python_version>="3.6"
79-
rich==9.7.0;python_version>="3.6" and python_version<"4.0"
79+
rich==9.8.0;python_version>="3.6" and python_version<"4.0"
8080
zipp==1.2.0;python_version<"3.6"
8181
zipp==3.4.0;python_version>="3.6"
8282
flake8==3.7.9;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
'colorama==0.4.4',
169169
'pathlib2==2.3.5;python_version<"3.5"', # Sync with "virtualenv"
170170
'importlib-metadata==2.0.0;python_version<"3.6"', # Sync "virtualenv"
171-
'virtualenv>=20.2.2', # Sync with importlib-metadata and pathlib2
171+
'virtualenv>=20.3.0', # Sync with importlib-metadata and pathlib2
172172
'pymysql==0.10.1;python_version<"3.6"',
173173
'pymysql==1.0.2;python_version>="3.6"',
174174
'coverage==5.3.1',
@@ -180,7 +180,7 @@
180180
'Pillow==6.2.2;python_version<"3.5"',
181181
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
182182
'Pillow==8.1.0;python_version>="3.6"',
183-
'rich==9.7.0;python_version>="3.6" and python_version<"4.0"',
183+
'rich==9.8.0;python_version>="3.6" and python_version<"4.0"',
184184
'zipp==1.2.0;python_version<"3.6"',
185185
'zipp==3.4.0;python_version>="3.6"',
186186
'flake8==3.7.9;python_version<"3.5"',

0 commit comments

Comments
 (0)