From ff520a5cbd68c8d56f7dceab7b2a44fab67d2fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:03:30 +0000 Subject: [PATCH] Changelog:All: Bump pillow from 8.3.0 to 9.1.0 in /backend-tests Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.0 to 9.1.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.1.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..28456fd34 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.1.0 pluggy==0.13.1 py==1.10.0 pycparser==2.20