diff --git a/pyproject.toml b/pyproject.toml index 5d8efc4..0d0d6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "opencv-python>=4.1.2", - "Pillow>=9.2,<10.1", + "Pillow>=9.2,<10.2", "numpy>=1.23.1,<1.27.0" ] dynamic = ["version"]