From 18b168bb9ce003b1d16daa00787ec741d79663f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 23:28:53 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 8.2.0 in /django_dev Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 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/7.2.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django_dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_dev/requirements.txt b/django_dev/requirements.txt index 648d8bd..4d7ae80 100644 --- a/django_dev/requirements.txt +++ b/django_dev/requirements.txt @@ -1,4 +1,4 @@ django==2.2.5 tensorflow==2.3.1 -pillow==7.2.0 +pillow==8.2.0 numpy==1.18.5