From 1cd3143c80c0e5b91029a9bf6747654b578e417d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:13:33 +0100 Subject: [PATCH] Bump pillow from 10.1.0 to 10.2.0 (#625) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.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/10.1.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60dfc9fe..68cb74b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ jsonschema==4.20.0 freezegun==1.4.0 sentry-sdk[flask]==1.39.1 beautifulsoup4==4.12.2 -Pillow==10.1.0 +Pillow==10.2.0 # Test requirements. It's not worth the hassle to keep them separate. pytest==7.4.3