File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ ipython==7.16.1;python_version>="3.6" and python_version<"3.7"
54
54
ipython == 7.18.1 ;python_version >= "3.7"
55
55
colorama == 0.4.3
56
56
pymysql == 0.10.1
57
- coverage == 5.2.1
57
+ coverage == 5.3
58
58
brython == 3.8.10
59
59
pyotp == 2.4.0
60
60
boto == 2.49.0
61
61
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"
63
63
flake8 == 3.7.9 ;python_version < "3.5"
64
64
flake8 == 3.8.3 ;python_version >= "3.5"
65
65
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 146
146
'ipython==7.18.1;python_version>="3.7"' ,
147
147
'colorama==0.4.3' ,
148
148
'pymysql==0.10.1' ,
149
- 'coverage==5.2.1 ' ,
149
+ 'coverage==5.3 ' ,
150
150
'brython==3.8.10' ,
151
151
'pyotp==2.4.0' ,
152
152
'boto==2.49.0' ,
153
153
'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"' ,
155
155
'flake8==3.7.9;python_version<"3.5"' ,
156
156
'flake8==3.8.3;python_version>="3.5"' ,
157
157
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments