Skip to content

Commit 26c9578

Browse files
committed
Update the pyotp lib
1 parent a694f3b commit 26c9578

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ parameterized>=0.7.0
2525
beautifulsoup4>=4.6.0
2626
pyopenssl>=19.0.0
2727
colorama>=0.4.1
28-
pyotp>=2.2.7
28+
pyotp>=2.3.0
2929
boto>=2.49.0
3030
flake8>=3.7.8
3131
certifi>=2019.6.16

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
7979
'pyopenssl>=19.0.0',
8080
'colorama>=0.4.1',
81-
'pyotp>=2.2.7',
81+
'pyotp>=2.3.0',
8282
'boto>=2.49.0',
8383
'flake8>=3.7.8',
8484
'certifi>=2019.6.16',

0 commit comments

Comments
 (0)