From db14002f431b85b59cc687ebb9063a53c1b13f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 04:42:42 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 10.2.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.2.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..d508b8f 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.2.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..a45a040 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.2.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