From 60f2e3e1c78a22ee2cc887596ec34ec0c15a694d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:24:28 +0000 Subject: [PATCH] build(deps): bump pillow from 8.3.2 to 9.0.0 in /scripts Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.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/8.3.2...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/moonraker-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/moonraker-requirements.txt b/scripts/moonraker-requirements.txt index 750780d..d32217a 100644 --- a/scripts/moonraker-requirements.txt +++ b/scripts/moonraker-requirements.txt @@ -1,7 +1,7 @@ # Python dependencies for Moonraker tornado==6.1.0 pyserial==3.4 -pillow==8.3.2 +pillow==9.0.0 lmdb==1.2.1 streaming-form-data==1.8.1 distro==1.5.0