From d787ae33a254c2f1ad88b3e99d1de566bc295932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 13:00:55 +0000 Subject: [PATCH] Bump pillow from 10.0.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.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.0.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 0ffcaf18..c0f2e312 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ flake8==7.0.0 -Pillow==10.0.0 +Pillow==10.2.0 isort==5.13.2 bandit==1.7.6 mike==2.0.0