Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Update pillow in pdf service #892

Merged
merged 5 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defusedxml==0.7.1
# via python3-openid
deprecated==1.2.14
# via jwcrypto
django==4.2.4
django==4.2.7
# via
# -r requirements.in
# django-admin-sortable2
Expand Down Expand Up @@ -123,7 +123,9 @@ django-tables2-column-shifter==2.2.0
django-taggit==4.0.0
# via -r requirements.in
django-two-factor-auth[phonenumbers]==1.14.0
# via -r requirements.in
# via
# -r requirements.in
# django-two-factor-auth
djangorestframework==3.14.0
# via
# -r requirements.in
Expand Down Expand Up @@ -172,7 +174,7 @@ pdf2image==1.16.3
# via -r requirements.in
phonenumbers==8.13.19
# via django-two-factor-auth
pillow==10.0.0
pillow==10.1.0
# via
# -r requirements.in
# django-simple-captcha
Expand All @@ -184,7 +186,9 @@ psycopg2-binary==2.9.7
pycparser==2.21
# via cffi
pyjwt[crypto]==2.8.0
# via django-allauth
# via
# django-allauth
# pyjwt
pypng==0.20220715.0
# via qrcode
python-dateutil==2.8.2
Expand Down
13 changes: 9 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ diffimg==0.3.0
# via -r requirements_dev.in
distlib==0.3.7
# via virtualenv
django==4.2.4
django==4.2.7
# via
# -r requirements.txt
# django-admin-sortable2
Expand Down Expand Up @@ -177,7 +177,9 @@ django-tables2-column-shifter==2.2.0
django-taggit==4.0.0
# via -r requirements.txt
django-two-factor-auth[phonenumbers]==1.14.0
# via -r requirements.txt
# via
# -r requirements.txt
# django-two-factor-auth
djangorestframework==3.14.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -275,7 +277,7 @@ phonenumbers==8.13.19
# django-two-factor-auth
pickleshare==0.7.5
# via ipython
pillow==10.0.0
pillow==10.1.0
# via
# -r requirements.txt
# diffimg
Expand Down Expand Up @@ -307,6 +309,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements.txt
# django-allauth
# pyjwt
pypng==0.20220715.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -367,7 +370,9 @@ sqlparse==0.4.4
stack-data==0.6.2
# via ipython
tablib[xlsx]==3.5.0
# via -r requirements.txt
# via
# -r requirements.txt
# tablib
tomli==2.0.1
# via
# build
Expand Down
6 changes: 4 additions & 2 deletions services/pdf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ charset-normalizer==2.0.12
cssselect2==0.7.0
# via weasyprint
fonttools[woff]==4.39.2
# via weasyprint
# via
# fonttools
# weasyprint
html5lib==1.1
# via weasyprint
idna==3.4
# via requests
pillow==9.4.0
pillow==10.0.1
# via weasyprint
pycparser==2.21
# via cffi
Expand Down
Loading