From c222d620f703b6f56a9fadf74b648f5d3cb2321b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:12:26 +0000 Subject: [PATCH] dep: bump pillow from 10.2.0 to 10.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.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.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f55e36..334575f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ pytz == 2024.1 tzlocal == 5.2 matplotlib == 3.8.3 -Pillow == 10.2.0 +Pillow == 10.3.0 PyNaCl