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 @@ -51,8 +51,8 @@ coverage==5.2.1
51
51
brython >= 3.8.9
52
52
pyotp == 2.4.0
53
53
boto == 2.49.0
54
- cffi == 1.14.1
55
- rich == 5.1.2 ;python_version >= "3.6" and python_version<"4.0"
54
+ cffi == 1.14.2
55
+ rich == 5.2.0 ;python_version >= "3.6" and python_version<"4.0"
56
56
flake8 == 3.7.9 ;python_version < "3.5"
57
57
flake8 == 3.8.3 ;python_version >= "3.5"
58
58
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 143
143
'brython>=3.8.9' ,
144
144
'pyotp==2.4.0' ,
145
145
'boto==2.49.0' ,
146
- 'cffi==1.14.1 ' ,
147
- 'rich==5.1.2 ;python_version>="3.6" and python_version<"4.0"' ,
146
+ 'cffi==1.14.2 ' ,
147
+ 'rich==5.2.0 ;python_version>="3.6" and python_version<"4.0"' ,
148
148
'flake8==3.7.9;python_version<"3.5"' ,
149
149
'flake8==3.8.3;python_version>="3.5"' ,
150
150
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments