From 1d6608134c2234947e96b7006558c6cb3b071401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 22:46:35 +0000 Subject: [PATCH] Bump pillow from 9.2.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.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/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- WebPage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebPage/requirements.txt b/WebPage/requirements.txt index eeb0e2f..a1ad7d1 100644 --- a/WebPage/requirements.txt +++ b/WebPage/requirements.txt @@ -6,7 +6,7 @@ Django keyboard==0.13.5 numpy==1.23.3 opencv_python==4.6.0.66 -Pillow==9.2.0 +Pillow==9.3.0 PyOpenGL==3.1.6 uvicorn==0.17.6 django-cors-headers