From f92540e1942827f51a0bd7cf9d2155b8a19cacda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Kl=C3=A4rck?= Date: Wed, 5 Aug 2020 18:07:11 +0300 Subject: [PATCH] Update Pillow used by atests to more secure one. Problem reported by dependabot. It doesn't really affect us, though. --- atest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atest/requirements.txt b/atest/requirements.txt index a20464d9f59..f88bd5c4079 100644 --- a/atest/requirements.txt +++ b/atest/requirements.txt @@ -4,7 +4,7 @@ enum34; python_version < '3.0' pillow < 7; platform_system == 'Windows' and python_version == '2.7' pillow < 6; platform_system == 'Windows' and python_version == '3.4' -pillow; platform_system == 'Windows' and python_version >= '3.5' +pillow >= 7.1.0; platform_system == 'Windows' and python_version >= '3.5' # https://github.com/IronLanguages/ironpython2/issues/113 docutils >= 0.9; platform_python_implementation != 'IronPython'