Skip to content

Commit

Permalink
Added workaround to enable use of pillow 10.2 necessary for security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phillybroadbent committed Feb 9, 2024
1 parent f14294a commit c52f45c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lowfat/test_urls.py
Expand Up @@ -12,6 +12,9 @@
testwrapper,
)

import PIL
PIL.Image.ANTIALIAS = PIL.Image.LANCZOS


class URLTest(TestCase):
def setUp(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -36,7 +36,7 @@ odfpy==1.4.1
openpyxl==3.1.2
pandas==1.4.3
pilkit==2.0
pillow==10.2.0
Pillow==10.2.0
pycparser==2.21
PyJWT==2.4.0
PyPDF2==2.10.3
Expand Down

0 comments on commit c52f45c

Please sign in to comment.