Skip to content

Commit 11b0fbe

Browse files
committed
Update pluggy, attrs, and cffi requirements
1 parent 84b88f2 commit 11b0fbe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ chardet==3.0.4
1010
urllib3==1.25.6
1111
requests>=2.22.0
1212
selenium==3.141.0
13-
pluggy>=0.12.0
14-
attrs>=19.2.0
13+
pluggy>=0.13.0
14+
attrs>=19.3.0
1515
pytest>=4.6.6;python_version<"3"
1616
pytest>=5.2.1;python_version>="3"
1717
pytest-cov>=2.8.1
@@ -29,6 +29,7 @@ colorama>=0.4.1
2929
pymysql>=0.9.3
3030
pyotp>=2.3.0
3131
boto>=2.49.0
32+
cffi>=1.13.0
3233
tqdm>=4.36.1
3334
flake8>=3.7.8
3435
certifi>=2019.9.11

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
'urllib3==1.25.6', # Must stay in sync with "requests"
9494
'requests>=2.22.0',
9595
'selenium==3.141.0',
96-
'pluggy>=0.12.0',
97-
'attrs>=19.2.0',
96+
'pluggy>=0.13.0',
97+
'attrs>=19.3.0',
9898
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
9999
'pytest>=5.2.1;python_version>="3"',
100100
'pytest-cov>=2.8.1',
@@ -112,6 +112,7 @@
112112
'pymysql>=0.9.3',
113113
'pyotp>=2.3.0',
114114
'boto>=2.49.0',
115+
'cffi>=1.13.0',
115116
'tqdm>=4.36.1',
116117
'flake8>=3.7.8',
117118
'certifi>=2019.9.11',

0 commit comments

Comments
 (0)