From 4bd076b07adc618add5f2d1317cd9ad4a86624c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:35:26 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [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/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-conda.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-conda.txt b/requirements-conda.txt index 2937d7f..2698238 100644 --- a/requirements-conda.txt +++ b/requirements-conda.txt @@ -1,5 +1,5 @@ # Used by conda to build an initial environment -pillow==10.0.0 +pillow==10.0.1 beautifulsoup4==4.12.2 toolz==0.12.0 pyrsistent==0.19.3 diff --git a/requirements.txt b/requirements.txt index c0bed79..e518234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Used by TOX, but not by conda to build an initial environment -pillow==10.0.0 +pillow==10.0.1 beautifulsoup4==4.12.2 toolz==0.12.0 pyrsistent==0.19.3