Fix PIL deprecation warning
Image.ANTIALIAS
is deprecated. A warning was displayed in the CI.
tests/api/imageviewer/test_imageviewer_api.py::test_sources_image
/opt/conda/envs/apienv/lib/python3.7/site-packages/daiquiri/core/components/imageviewer/__init__.py:1091: DeprecationWarning: ANTIALIAS is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.LANCZOS instead.
thumb.thumbnail(size, Image.ANTIALIAS)