Skip to content

Commit 44900ce

Browse files
committed
Update the Python requirements
1 parent 5e3f3b8 commit 44900ce

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
@@ -54,12 +54,12 @@ ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
5454
ipython==7.18.1;python_version>="3.7"
5555
colorama==0.4.3
5656
pymysql==0.10.1
57-
coverage==5.2.1
57+
coverage==5.3
5858
brython==3.8.10
5959
pyotp==2.4.0
6060
boto==2.49.0
6161
cffi==1.14.2
62-
rich==6.1.2;python_version>="3.6" and python_version<"4.0"
62+
rich==6.2.0;python_version>="3.6" and python_version<"4.0"
6363
flake8==3.7.9;python_version<"3.5"
6464
flake8==3.8.3;python_version>="3.5"
6565
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@
146146
'ipython==7.18.1;python_version>="3.7"',
147147
'colorama==0.4.3',
148148
'pymysql==0.10.1',
149-
'coverage==5.2.1',
149+
'coverage==5.3',
150150
'brython==3.8.10',
151151
'pyotp==2.4.0',
152152
'boto==2.49.0',
153153
'cffi==1.14.2',
154-
'rich==6.1.2;python_version>="3.6" and python_version<"4.0"',
154+
'rich==6.2.0;python_version>="3.6" and python_version<"4.0"',
155155
'flake8==3.7.9;python_version<"3.5"',
156156
'flake8==3.8.3;python_version>="3.5"',
157157
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)