Skip to content

Commit

Permalink
Merge pull request #35757 from dimagi/jls/reportlab
Browse files Browse the repository at this point in the history
Updated reportlab from 3.6.13 to 4.3.0
  • Loading branch information
orangejenny authored Feb 12, 2025
2 parents 8309b6b + 00ee59c commit dd5d8bc
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pyzxcvbn
qrcode
quickcache
redis
reportlab
reportlab==4.3.0
requests_oauthlib
requests_toolbelt
requests
Expand Down
4 changes: 3 additions & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ cffi==1.14.3
# cryptography
# csiphash
# pynacl
chardet==5.2.0
# via reportlab
charset-normalizer==3.1.0
# via requests
click==8.0.3
Expand Down Expand Up @@ -635,7 +637,7 @@ redis==4.5.4
# django-websocket-redis
regex==2023.12.25
# via parsimonious
reportlab==3.6.13
reportlab==4.3.0
# via -r base-requirements.in
requests==2.32.3
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ cffi==1.14.3
# cryptography
# csiphash
# pynacl
chardet==5.2.0
# via reportlab
charset-normalizer==3.1.0
# via requests
click==8.1.3
Expand Down Expand Up @@ -531,7 +533,7 @@ redis==4.5.4
# django-websocket-redis
regex==2023.12.25
# via parsimonious
reportlab==3.6.13
reportlab==4.3.0
# via -r base-requirements.in
requests==2.32.3
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/prod-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ cffi==1.14.3
# cryptography
# csiphash
# pynacl
chardet==5.2.0
# via reportlab
charset-normalizer==3.1.0
# via requests
click==8.1.3
Expand Down Expand Up @@ -538,7 +540,7 @@ redis==4.5.4
# django-websocket-redis
regex==2023.12.25
# via parsimonious
reportlab==3.6.13
reportlab==4.3.0
# via -r base-requirements.in
requests==2.32.3
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ cffi==1.14.3
# cryptography
# csiphash
# pynacl
chardet==5.2.0
# via reportlab
charset-normalizer==3.1.0
# via requests
click==8.1.3
Expand Down Expand Up @@ -501,7 +503,7 @@ redis==4.5.4
# django-websocket-redis
regex==2023.12.25
# via parsimonious
reportlab==3.6.13
reportlab==4.3.0
# via -r base-requirements.in
requests==2.32.3
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ cffi==1.14.3
# cryptography
# csiphash
# pynacl
chardet==5.2.0
# via reportlab
charset-normalizer==3.1.0
# via requests
click==8.1.3
Expand Down Expand Up @@ -548,7 +550,7 @@ redis==4.5.4
# django-websocket-redis
regex==2023.12.25
# via parsimonious
reportlab==3.6.13
reportlab==4.3.0
# via -r base-requirements.in
requests==2.32.3
# via
Expand Down

0 comments on commit dd5d8bc

Please sign in to comment.