We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a694f3b commit 26c9578Copy full SHA for 26c9578
requirements.txt
@@ -25,7 +25,7 @@ parameterized>=0.7.0
25
beautifulsoup4>=4.6.0
26
pyopenssl>=19.0.0
27
colorama>=0.4.1
28
-pyotp>=2.2.7
+pyotp>=2.3.0
29
boto>=2.49.0
30
flake8>=3.7.8
31
certifi>=2019.6.16
setup.py
@@ -78,7 +78,7 @@
78
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
79
'pyopenssl>=19.0.0',
80
'colorama>=0.4.1',
81
- 'pyotp>=2.2.7',
+ 'pyotp>=2.3.0',
82
'boto>=2.49.0',
83
'flake8>=3.7.8',
84
'certifi>=2019.6.16',
0 commit comments