File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ 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.2 .0 ;python_version >= "3.6" and python_version<"4.0"
62
+ rich == 7.0 .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 151
151
'pyotp==2.4.0' ,
152
152
'boto==2.49.0' ,
153
153
'cffi==1.14.2' ,
154
- 'rich==6.2 .0;python_version>="3.6" and python_version<"4.0"' ,
154
+ 'rich==7.0 .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