From a454a70c11c4a9a80330f2747e54300a343c600d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 04:47:03 +0000 Subject: [PATCH] Bump pillow from 9.0.1 to 10.2.0 in /assignments/P01 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 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.0.1...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- assignments/P01/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/P01/requirements.txt b/assignments/P01/requirements.txt index 21f5b91..1e6dcb4 100644 --- a/assignments/P01/requirements.txt +++ b/assignments/P01/requirements.txt @@ -5,6 +5,6 @@ numpy==1.21.5 opencv_python==4.8.1.78 pandas==2.1.3 Pillow==9.0.1 -Pillow==10.1.0 +Pillow==10.2.0 python_magic==0.4.27 rich==13.6.0