Skip to content

Commit 035c683

Browse files
committed
Refresh Python dependencies
1 parent b9b6758 commit 035c683

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pathlib2==2.3.5;python_version<"3.5"
9898
importlib-metadata==2.0.0;python_version<"3.5"
9999
importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"
100100
virtualenv>=20.10.0
101+
pycparser==2.21
101102
pymysql==0.10.1;python_version<"3.6"
102103
pymysql==1.0.2;python_version>="3.6"
103104
pyotp==2.6.0
@@ -107,7 +108,7 @@ toml==0.10.2
107108
Pillow==6.2.2;python_version<"3.5"
108109
Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
109110
Pillow==8.4.0;python_version>="3.6"
110-
rich==10.12.0;python_version>="3.6" and python_version<"4.0"
111+
rich==10.13.0;python_version>="3.6" and python_version<"4.0"
111112
tornado==5.1.1;python_version<"3.5"
112113
tornado==6.1;python_version>="3.5"
113114
pdfminer.six==20191110;python_version<"3.5"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
'importlib-metadata==2.0.0;python_version<"3.5"',
215215
'importlib-metadata==2.1.1;python_version>="3.5" and python_version<"3.6"', # noqa: E501
216216
"virtualenv>=20.10.0", # Sync with importlib-metadata and pathlib2
217+
"pycparser==2.21",
217218
'pymysql==0.10.1;python_version<"3.6"',
218219
'pymysql==1.0.2;python_version>="3.6"',
219220
"pyotp==2.6.0",
@@ -223,7 +224,7 @@
223224
'Pillow==6.2.2;python_version<"3.5"',
224225
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"',
225226
'Pillow==8.4.0;python_version>="3.6"',
226-
'rich==10.12.0;python_version>="3.6" and python_version<"4.0"',
227+
'rich==10.13.0;python_version>="3.6" and python_version<"4.0"',
227228
'tornado==5.1.1;python_version<"3.5"',
228229
'tornado==6.1;python_version>="3.5"',
229230
'pdfminer.six==20191110;python_version<"3.5"',

0 commit comments

Comments
 (0)