From f4581e9b441b2cd8094cef1acf1503381a071646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:39:52 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.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/9.4.0...10.1.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- exemplo_adriano/requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exemplo_adriano/requirements.txt b/exemplo_adriano/requirements.txt index d858e7f..4d7a66e 100644 --- a/exemplo_adriano/requirements.txt +++ b/exemplo_adriano/requirements.txt @@ -6,7 +6,7 @@ kiwisolver==1.4.4 matplotlib==3.7.1 numpy==1.24.2 packaging==23.0 -Pillow==9.4.0 +Pillow==10.1.0 pyerfa==2.0.0.1 pyparsing==3.0.9 python-dateutil==2.8.2 diff --git a/requirements/base.txt b/requirements/base.txt index 31bb21c..54453d1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ python-slugify==8.0.1 # https://github.com/un33k/python-slugify -Pillow==10.0.0 # https://github.com/python-pillow/Pillow +Pillow==10.1.0 # https://github.com/python-pillow/Pillow rcssmin==1.1.1 # https://github.com/ndparker/rcssmin argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi whitenoise==6.5.0 # https://github.com/evansd/whitenoise