Skip to content

Commit 7cdad86

Browse files
committed
Update Python dependencies
1 parent a531dd3 commit 7cdad86

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
@@ -1,7 +1,7 @@
11
pip>=20.1.1
22
packaging>=20.4
33
setuptools>=44.1.1;python_version<"3.5"
4-
setuptools>=47.3.1;python_version>="3.5"
4+
setuptools>=49.1.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -38,11 +38,11 @@ pygments==2.6.1;python_version>="3.5"
3838
colorama==0.4.3
3939
brython>=3.8.9
4040
pymysql==0.9.3
41-
coverage==5.1
41+
coverage==5.2
4242
pyotp==2.3.0
4343
boto==2.49.0
4444
cffi==1.14.0
45-
rich==3.0.2;python_version>="3.6" and python_version<"4.0"
45+
rich==3.0.3;python_version>="3.6" and python_version<"4.0"
4646
flake8==3.7.9;python_version<"3.5"
4747
flake8==3.8.3;python_version>="3.5"
4848
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'pip>=20.1.1',
9494
'packaging>=20.4',
9595
'setuptools>=44.1.1;python_version<"3.5"',
96-
'setuptools>=47.3.1;python_version>="3.5"',
96+
'setuptools>=49.1.0;python_version>="3.5"',
9797
'setuptools-scm',
9898
'wheel',
9999
'six',
@@ -130,11 +130,11 @@
130130
'colorama==0.4.3',
131131
'brython>=3.8.9',
132132
'pymysql==0.9.3',
133-
'coverage==5.1',
133+
'coverage==5.2',
134134
'pyotp==2.3.0',
135135
'boto==2.49.0',
136136
'cffi==1.14.0',
137-
'rich==3.0.2;python_version>="3.6" and python_version<"4.0"',
137+
'rich==3.0.3;python_version>="3.6" and python_version<"4.0"',
138138
'flake8==3.7.9;python_version<"3.5"',
139139
'flake8==3.8.3;python_version>="3.5"',
140140
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)