Pin PyScreeze more tightly (#11017)

To stop the "stubtest failed" bot opening a new issue every night until we have a chance to look at the stubtest failures (stubsabot will just open a PR instead)

Closes #11016
This commit is contained in:
Alex Waygood
2023-11-11 00:44:49 +00:00
committed by GitHub
parent eebc28740e
commit 571cc6d77a

View File

@@ -1,3 +1,3 @@
version = "0.1.*"
version = "0.1.29"
upstream_repository = "https://github.com/asweigart/pyscreeze"
requires = ["types-Pillow"]