diff --git a/codecov.yml b/codecov.yml index 93db0f3e9..9b0516a8b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -30,4 +30,4 @@ comment: cli: plugins: pycoverage: - report_type: "json" + report_type: "json" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e69b47d05..2978792fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "numpy ~= 1.24", "opencv-python ~= 4.5", "pegen >= 0.3.0", - "pillow ~= 9.1", + "pillow >= 9.1", 'pygame >= 2.1.3.dev8, <3; python_version >= "3.11"', 'pygame ~= 2.0; python_version < "3.11"', "pyglet ~= 1.5",