From 6f718ec129f4600a99ff76f5437d3e6b26046bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 17:36:43 +0000 Subject: [PATCH] Bump pillow from 10.2.0 to 10.3.0 in /src/dataimport Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.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/10.2.0...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/dataimport/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataimport/requirements.txt b/src/dataimport/requirements.txt index c751a73..1a9eac5 100644 --- a/src/dataimport/requirements.txt +++ b/src/dataimport/requirements.txt @@ -11,5 +11,5 @@ requests openai==1.7.2 pyotp==2.9.0 instagrapi==2.0.1 -pillow==10.2.0 +pillow==10.3.0 blinker==1.7.0