File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.1.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 47.3.0 ;python_version >= "3.5"
4
+ setuptools >= 47.3.1 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
@@ -10,11 +10,12 @@ ipdb==0.13.2
10
10
idna == 2.9
11
11
chardet == 3.0.4
12
12
urllib3 == 1.25.9
13
- requests == 2.23 .0
13
+ requests == 2.24 .0
14
14
selenium == 3.141.0
15
15
pluggy == 0.13.1
16
16
attrs >= 19.3.0
17
- py == 1.8.2
17
+ py == 1.8.1 ;sys_platform == "win32"
18
+ py == 1.8.2 ;sys_platform != "win32"
18
19
pytest == 4.6.11 ;python_version < "3.5"
19
20
pytest == 5.4.3 ;python_version >= "3.5"
20
21
pytest-cov == 2.10.0
Original file line number Diff line number Diff line change 93
93
'pip>=20.1.1' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=47.3.0 ;python_version>="3.5"' ,
96
+ 'setuptools>=47.3.1 ;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel' ,
99
99
'six' ,
102
102
'idna==2.9' , # Must stay in sync with "requests"
103
103
'chardet==3.0.4' , # Must stay in sync with "requests"
104
104
'urllib3==1.25.9' , # Must stay in sync with "requests"
105
- 'requests==2.23 .0' ,
105
+ 'requests==2.24 .0' ,
106
106
'selenium==3.141.0' ,
107
107
'pluggy==0.13.1' ,
108
108
'attrs>=19.3.0' ,
109
- 'py==1.8.2' ,
109
+ 'py==1.8.1;sys_platform=="win32"' ,
110
+ 'py==1.8.2;sys_platform!="win32"' ,
110
111
'pytest==4.6.11;python_version<"3.5"' ,
111
112
'pytest==5.4.3;python_version>="3.5"' ,
112
113
'pytest-cov==2.10.0' ,
You can’t perform that action at this time.
0 commit comments