Skip to content

Commit 92a43cc

Browse files
authored
Merge pull request #176 from TDu/fix-qrcode-14
Fix qrcode generation in 14 (reportlab update)
2 parents 31e9721 + dcd603a commit 92a43cc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

14.0/base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ python-dateutil==2.7.3
4747
pytz==2019.1
4848
pyusb==1.0.2
4949
qrcode==6.1
50-
reportlab==3.5.13; python_version < '3.8'
50+
reportlab==3.5.54; python_version < '3.8' # official 3.5.13
5151
# reportlab==3.5.55; python_version >= '3.8'
5252
requests==2.25.1 # official 2.21.0
5353
zeep==3.2.0

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Unreleased
5959
* [13.0-15.0] Bump Pillow, urllib3 and requests to fix potential security issues
6060
* [14.0,15.0] Upgrade to same Psycopg2 and Jinja2 versions
6161
* [15.0] Bump lxml to version 4.6.3
62+
* [14.0] Bump reportlab version to fix printing qr code
6263

6364
**Build**
6465

0 commit comments

Comments
 (0)