From 21f10de9c9cf650c7d54b8a957f1f7d705e55286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Sep 2021 02:09:28 +0000 Subject: [PATCH] Bump pillow from 7.1.0 to 8.3.2 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.0 to 8.3.2. - [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.1.0...8.3.2) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 564a980..6130196 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,7 +1,7 @@ # pip install torchvision==0.4.1 Pillow==6.2.0 watchdog==0.9.0 torchvision==0.4.1 -Pillow==7.1.0 +Pillow==8.3.2 watchdog==0.9.0 pytest==5.4.3 sphinx==3.0.4 # for docs diff --git a/requirements.txt b/requirements.txt index 9c82013..f9f015c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ matplotlib==3.2.1 # for plotting (exploring their use) numpy==1.18.1 # general use pandas==1.0.4 # for DataFrame paramiko==2.7.1 # SSH session-level API (fast access to remote box) -pillow==7.1.0 +pillow==8.3.2 psutil==5.7.0 # for querying and killing processes (XT controller) ptvsd==4.3.2 # for attaching debugger to python processes pymongo==3.10.1 # for reporting/querying runs database (Azure MongoDB API) diff --git a/setup.py b/setup.py index fa2d6a9..0b33ed1 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "numpy==1.18.1", # general use "pandas==1.0.4", # for DataFrame "paramiko==2.7.1", # SSH session-level API (fast access to remote box) - "pillow==7.1.0", + "pillow==8.3.2", "psutil==5.7.0", # for querying and killing processes (XT controller) "ptvsd==4.3.2", # for attaching debugger to python processes "pymongo==3.10.1", # for reporting/querying runs database (Azure MongoDB API)