From 000e4b190aa813b632d26a8315e677f83da14bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 21:50:50 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 8.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.1...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 2a11719..1d47cff 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -4,6 +4,6 @@ coverage~=5.1 pytest-cov~=2.9 pytest-django==3.9.0 coveralls==2.0.0 -Pillow==8.1.1 +Pillow==8.2.0 Django~=3.1 six~=1.15 \ No newline at end of file