From 0de378dfa787e782a89331ebe3fe6b8c68b61564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:21:00 +0000 Subject: [PATCH] chore(deps): bump pillow from 9.2.0 to 10.2.0 (#19914) * chore(deps): bump pillow from 9.2.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.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/9.2.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] * manually update this so everything is in sync --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul D'Ambra --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index bf65772b8e01a..028d6b7c72bbf 100644 --- a/requirements.in +++ b/requirements.in @@ -58,7 +58,7 @@ openapi-spec-validator==0.7.1 parso==0.8.1 pexpect==4.7.0 pickleshare==0.7.5 -Pillow==9.2.0 +Pillow==10.2.0 posthoganalytics==3.0.1 prance==23.06.21.0 psycopg2-binary==2.9.7 diff --git a/requirements.txt b/requirements.txt index d9e09e00e71dd..7f82ef1b52e05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -398,7 +398,7 @@ phonenumberslite==8.13.6 # via -r requirements.in pickleshare==0.7.5 # via -r requirements.in -pillow==9.2.0 +pillow==10.2.0 # via -r requirements.in ply==3.11 # via jsonpath-ng