From 994822ac6987f893df982399ff19eedb2d4e78cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:32:06 +1000 Subject: [PATCH] Bump pillow from 10.1.0 to 10.2.0 in /.config (#85) 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> --- .config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/requirements.txt b/.config/requirements.txt index 30066f1..70cec07 100644 --- a/.config/requirements.txt +++ b/.config/requirements.txt @@ -43,7 +43,7 @@ mkdocstrings-python==1.7.5 packaging==23.2 paginate==0.5.6 pathspec==0.11.2 -pillow==10.1.0 +pillow==10.2.0 pipdeptree==2.13.1 platformdirs==4.0.0 pycparser==2.21