From a7c758e05fba6265c8ab1145e9aca52896668407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 10:04:11 +0000 Subject: [PATCH] Changelog:All: Bump pillow from 8.3.0 to 9.2.0 in /backend-tests Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.0 to 9.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.3.0...9.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend-tests/requirements-py3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-tests/requirements-py3.txt b/backend-tests/requirements-py3.txt index b17b4002d..29ffb8c9e 100644 --- a/backend-tests/requirements-py3.txt +++ b/backend-tests/requirements-py3.txt @@ -7,7 +7,7 @@ docker==5.0.0 idna==2.10 iniconfig==1.1.1 packaging==21.0 -Pillow==8.3.0 +Pillow==9.2.0 pluggy==0.13.1 py==1.10.0 pycparser==2.20