Skip to content

Commit 18a9fd6

Browse files
committed
Update "pluggy" and "tqdm" dependencies
1 parent 2a5bfd1 commit 18a9fd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ chardet==3.0.4
1010
urllib3==1.25.6
1111
requests>=2.22.0
1212
selenium==3.141.0
13-
pluggy>=0.13.0
13+
pluggy>=0.13.1
1414
attrs>=19.3.0
1515
pytest>=4.6.6;python_version<"3"
1616
pytest>=5.3.0;python_version>="3"
@@ -35,6 +35,6 @@ pypdf2>=1.26.0
3535
pyotp>=2.3.0
3636
boto>=2.49.0
3737
cffi>=1.13.2
38-
tqdm>=4.38.0
38+
tqdm>=4.39.0
3939
flake8>=3.7.9
4040
certifi>=2019.9.11

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
'urllib3==1.25.6', # Must stay in sync with "requests"
9494
'requests>=2.22.0',
9595
'selenium==3.141.0',
96-
'pluggy>=0.13.0',
96+
'pluggy>=0.13.1',
9797
'attrs>=19.3.0',
9898
'pytest>=4.6.6;python_version<"3"', # For Python 2 compatibility
9999
'pytest>=5.3.0;python_version>="3"',
@@ -118,7 +118,7 @@
118118
'pyotp>=2.3.0',
119119
'boto>=2.49.0',
120120
'cffi>=1.13.2',
121-
'tqdm>=4.38.0',
121+
'tqdm>=4.39.0',
122122
'flake8>=3.7.9',
123123
'certifi>=2019.9.11',
124124
],

0 commit comments

Comments
 (0)