File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pip>=20.1.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.0 ;python_version < "3.5"
4
4
setuptools >= 47.1.1 ;python_version >= "3.5"
5
- setuptools-scm >= 4.1.1
5
+ setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
8
8
nose == 1.3.7
@@ -15,7 +15,7 @@ selenium==3.141.0
15
15
pluggy == 0.13.1
16
16
attrs >= 19.3.0
17
17
pytest == 4.6.10 ;python_version < "3.5"
18
- pytest == 5.4.2 ;python_version >= "3.5"
18
+ pytest == 5.4.3 ;python_version >= "3.5"
19
19
pytest-cov == 2.9.0
20
20
pytest-forked == 1.1.3
21
21
pytest-html == 1.22.1 ;python_version < "3.6"
@@ -41,7 +41,7 @@ coverage==5.1
41
41
pyotp == 2.3.0
42
42
boto == 2.49.0
43
43
cffi == 1.14.0
44
- rich == 1.2.3 ;python_version >= "3.6" and python_version<"4.0"
44
+ rich == 1.3.1 ;python_version >= "3.6" and python_version<"4.0"
45
45
flake8 == 3.7.9 ;python_version < "3.5"
46
46
flake8 == 3.8.2 ;python_version >= "3.5"
47
47
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 106
106
'pluggy==0.13.1' ,
107
107
'attrs>=19.3.0' ,
108
108
'pytest==4.6.10;python_version<"3.5"' ,
109
- 'pytest==5.4.2 ;python_version>="3.5"' ,
109
+ 'pytest==5.4.3 ;python_version>="3.5"' ,
110
110
'pytest-cov==2.9.0' ,
111
111
'pytest-forked==1.1.3' ,
112
112
'pytest-html==1.22.1;python_version<"3.6"' ,
132
132
'pyotp==2.3.0' ,
133
133
'boto==2.49.0' ,
134
134
'cffi==1.14.0' ,
135
- 'rich==1.2.3 ;python_version>="3.6" and python_version<"4.0"' ,
135
+ 'rich==1.3.1 ;python_version>="3.6" and python_version<"4.0"' ,
136
136
'flake8==3.7.9;python_version<"3.5"' ,
137
137
'flake8==3.8.2;python_version>="3.5"' ,
138
138
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments