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 @@ -16,7 +16,7 @@ requests==2.24.0
16
16
selenium == 3.141.0
17
17
msedge-selenium-tools == 3.141.2
18
18
pluggy == 0.13.1
19
- attrs >= 19.3 .0
19
+ attrs >= 20.1 .0
20
20
py == 1.8.1 ;python_version < "3.5"
21
21
py == 1.9.0 ;python_version >= "3.5"
22
22
pytest == 4.6.11 ;python_version < "3.5"
@@ -52,7 +52,7 @@ brython>=3.8.9
52
52
pyotp == 2.4.0
53
53
boto == 2.49.0
54
54
cffi == 1.14.2
55
- rich == 5.2.0 ;python_version >= "3.6" and python_version<"4.0"
55
+ rich == 5.2.1 ;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 108
108
'selenium==3.141.0' ,
109
109
'msedge-selenium-tools==3.141.2' ,
110
110
'pluggy==0.13.1' ,
111
- 'attrs>=19.3 .0' ,
111
+ 'attrs>=20.1 .0' ,
112
112
'py==1.8.1;python_version<"3.5"' ,
113
113
'py==1.9.0;python_version>="3.5"' ,
114
114
'pytest==4.6.11;python_version<"3.5"' ,
144
144
'pyotp==2.4.0' ,
145
145
'boto==2.49.0' ,
146
146
'cffi==1.14.2' ,
147
- 'rich==5.2.0 ;python_version>="3.6" and python_version<"4.0"' ,
147
+ 'rich==5.2.1 ;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