Skip to content

Commit 2003239

Browse files
Bump qrcode from 8.1 to 8.2 (#66)
* Bump qrcode from 8.1 to 8.2 Bumps [qrcode](https://github.com/lincolnloop/python-qrcode) from 8.1 to 8.2. - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](https://github.com/lincolnloop/python-qrcode/commits/v8.2) --- updated-dependencies: - dependency-name: qrcode dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update environment.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent 59942a4 commit 2003239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- python
55
- coverage
6-
- qrcode=8.1
6+
- qrcode=8.2
77
- pyotp=2.9.0
88
- pyzbar=0.1.9
99
- zbar=0.10

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
packages=find_packages(exclude=["*tests*"]),
1919
install_requires=[
2020
'pyotp==2.9.0',
21-
'qrcode==8.1',
21+
'qrcode==8.2',
2222
'pyzbar==0.1.9',
2323
'pillow==11.1.0',
2424
],

0 commit comments

Comments
 (0)