Skip to content

Commit

Permalink
Merge pull request #59 from jan-janssen/dependabot/pip/qrcode-8.0
Browse files Browse the repository at this point in the history
Bump qrcode from 7.4.2 to 8.0
  • Loading branch information
jan-janssen authored Oct 2, 2024
2 parents a0efe79 + e4747bb commit b9a78b3
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 @@ -3,7 +3,7 @@ channels:
dependencies:
- python
- coverage
- qrcode=7.4.2
- qrcode=8.0
- pyotp=2.9.0
- pyzbar=0.1.9
- zbar=0.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages=find_packages(exclude=["*tests*"]),
install_requires=[
'pyotp==2.9.0',
'qrcode==7.4.2',
'qrcode==8.0',
'pyzbar==0.1.9',
'pillow==10.4.0',
],
Expand Down

0 comments on commit b9a78b3

Please sign in to comment.