mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Pillow: bump to 10.1.0 (#5815)
This commit is contained in:
		| @@ -67,13 +67,13 @@ def validate_pillow_installed(value): | |||||||
|     except ImportError as err: |     except ImportError as err: | ||||||
|         raise cv.Invalid( |         raise cv.Invalid( | ||||||
|             "Please install the pillow python package to use this feature. " |             "Please install the pillow python package to use this feature. " | ||||||
|             '(pip install "pillow==10.0.1")' |             '(pip install "pillow==10.1.0")' | ||||||
|         ) from err |         ) from err | ||||||
|  |  | ||||||
|     if version.parse(PIL.__version__) != version.parse("10.0.1"): |     if version.parse(PIL.__version__) != version.parse("10.1.0"): | ||||||
|         raise cv.Invalid( |         raise cv.Invalid( | ||||||
|             "Please update your pillow installation to 10.0.1. " |             "Please update your pillow installation to 10.1.0. " | ||||||
|             '(pip install "pillow==10.0.1")' |             '(pip install "pillow==10.1.0")' | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|     return value |     return value | ||||||
|   | |||||||
| @@ -1,3 +1,3 @@ | |||||||
| pillow==10.0.1 | pillow==10.1.0 | ||||||
| cairosvg==2.7.1 | cairosvg==2.7.1 | ||||||
| cryptography==41.0.4 | cryptography==41.0.4 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user