whylogs
whylogs copied to clipboard
Update version ranges to allow newer Pillow and update lock file
Description
Pillow 10.x has been out for a while and our use of it in the image extra works, so updating dependencies to allow version under 11 as compatible with whylogs.
Changes
- Updated install dependency range on Pillow to allow 10.x
- Updated poetry.lock to run tests with 10.2
Related
incidentally will get rid of vulnerabilities in detected in the poetry.lock file related to older version of Pillow and addresses #1463
- [x] I have reviewed the Guidelines for Contributing and the Code of Conduct.