From 571cc6d77ad85c6b3c12f546f8b62c69f37da402 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 11 Nov 2023 00:44:49 +0000 Subject: [PATCH] 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 --- stubs/PyScreeze/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/PyScreeze/METADATA.toml b/stubs/PyScreeze/METADATA.toml index 6ed8c06b6..120f4da5c 100644 --- a/stubs/PyScreeze/METADATA.toml +++ b/stubs/PyScreeze/METADATA.toml @@ -1,3 +1,3 @@ -version = "0.1.*" +version = "0.1.29" upstream_repository = "https://github.com/asweigart/pyscreeze" requires = ["types-Pillow"]