Skip to content

Commit

Permalink
Update utils version to render QR codes in letters
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalPea committed Jul 20, 2023
1 parent 985a11a commit 7a10f5d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pdf2image==1.12.1
PyMuPDF==1.22.5
WeasyPrint==59

notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@65.0.0
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@65.3.0

# PaaS requirements
gunicorn==20.1.0
Expand Down
33 changes: 15 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ botocore==1.31.5
# awscli
# boto3
# s3transfer
brotli==1.0.9
# via fonttools
cachetools==5.2.0
# via notifications-utils
cairocffi==1.3.0
# via
# cairosvg
# weasyprint
cairosvg==2.7.0
# via weasyprint
celery[sqs]==5.2.7
# via
# -r requirements.in
Expand All @@ -48,9 +44,7 @@ certifi==2022.12.7
# requests
# sentry-sdk
cffi==1.15.0
# via
# cairocffi
# weasyprint
# via weasyprint
charset-normalizer==2.0.12
# via requests
click==8.1.3
Expand All @@ -69,11 +63,7 @@ click-repl==0.2.0
colorama==0.4.4
# via awscli
cssselect2==0.6.0
# via
# cairosvg
# weasyprint
defusedxml==0.7.1
# via cairosvg
# via weasyprint
docutils==0.15.2
# via awscli
flask==2.3.2
Expand All @@ -90,6 +80,8 @@ flask-redis==0.4.0
# via notifications-utils
flask-weasyprint==1.0.0
# via -r requirements.in
fonttools[woff]==4.41.0
# via weasyprint
geojson==2.5.0
# via notifications-utils
govuk-bank-holidays==0.11
Expand Down Expand Up @@ -126,7 +118,7 @@ markupsafe==2.1.1
# werkzeug
mistune==0.8.4
# via notifications-utils
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@65.0.0
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@65.3.0
# via -r requirements.in
orderedset==2.0.3
# via notifications-utils
Expand All @@ -136,9 +128,9 @@ phonenumbers==8.12.49
# via notifications-utils
pillow==9.3.0
# via
# cairosvg
# pdf2image
# reportlab
# weasyprint
prompt-toolkit==3.0.29
# via click-repl
pyasn1==0.4.8
Expand All @@ -147,6 +139,8 @@ pycparser==2.21
# via cffi
pycurl==7.44.1
# via kombu
pydyf==0.7.0
# via weasyprint
pymupdf==1.22.5
# via -r requirements.in
pypdf2==2.10.9
Expand Down Expand Up @@ -188,6 +182,8 @@ s3transfer==0.6.1
# via
# awscli
# boto3
segno==1.5.2
# via notifications-utils
sentry-sdk[celery,flask]==1.21.1
# via -r requirements.in
shapely==1.8.2
Expand All @@ -204,7 +200,6 @@ statsd==3.3.0
# via notifications-utils
tinycss2==1.1.1
# via
# cairosvg
# cssselect2
# weasyprint
typing-extensions==4.7.0
Expand All @@ -224,7 +219,7 @@ wand==0.5.9
# via -r requirements.in
wcwidth==0.2.5
# via prompt-toolkit
weasyprint==59
weasyprint==59.0
# via
# -r requirements.in
# flask-weasyprint
Expand All @@ -239,6 +234,8 @@ werkzeug==2.3.3
# flask
zipp==3.15.0
# via importlib-metadata
zopfli==0.2.2
# via fonttools

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 7a10f5d

Please sign in to comment.