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 @@ -10,7 +10,7 @@ chardet==3.0.4
10
10
urllib3 == 1.25.6
11
11
requests >= 2.22.0
12
12
selenium == 3.141.0
13
- pluggy >= 0.13.0
13
+ pluggy >= 0.13.1
14
14
attrs >= 19.3.0
15
15
pytest >= 4.6.6 ;python_version < "3"
16
16
pytest >= 5.3.0 ;python_version >= "3"
@@ -35,6 +35,6 @@ pypdf2>=1.26.0
35
35
pyotp >= 2.3.0
36
36
boto >= 2.49.0
37
37
cffi >= 1.13.2
38
- tqdm >= 4.38 .0
38
+ tqdm >= 4.39 .0
39
39
flake8 >= 3.7.9
40
40
certifi >= 2019.9.11
Original file line number Diff line number Diff line change 93
93
'urllib3==1.25.6' , # Must stay in sync with "requests"
94
94
'requests>=2.22.0' ,
95
95
'selenium==3.141.0' ,
96
- 'pluggy>=0.13.0 ' ,
96
+ 'pluggy>=0.13.1 ' ,
97
97
'attrs>=19.3.0' ,
98
98
'pytest>=4.6.6;python_version<"3"' , # For Python 2 compatibility
99
99
'pytest>=5.3.0;python_version>="3"' ,
118
118
'pyotp>=2.3.0' ,
119
119
'boto>=2.49.0' ,
120
120
'cffi>=1.13.2' ,
121
- 'tqdm>=4.38 .0' ,
121
+ 'tqdm>=4.39 .0' ,
122
122
'flake8>=3.7.9' ,
123
123
'certifi>=2019.9.11' ,
124
124
],
You can’t perform that action at this time.
0 commit comments