Skip to content

Commit

Permalink
Merge pull request #48 from jan-janssen/dependabot/pip/pyotp-2.9.0
Browse files Browse the repository at this point in the history
Bump pyotp from 2.8.0 to 2.9.0
  • Loading branch information
jan-janssen authored Jul 28, 2023
2 parents 30d22b6 + 3cd9f05 commit f8ae36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- python
- coverage
- qrcode=7.4.2
- pyotp=2.8.0
- pyotp=2.9.0
- pyzbar=0.1.9
- zbar=0.10
- pillow=10.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license='BSD',
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyotp==2.8.0',
'pyotp==2.9.0',
'qrcode==7.4.2',
'pyzbar==0.1.9',
'pillow==10.0.0',
Expand Down

0 comments on commit f8ae36f

Please sign in to comment.