From 6fe7bb8f152306c9833870f2fbf54fe5fff6f116 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Jul 2023 05:41:55 +0000
Subject: [PATCH] Bump pillow from 8.4.0 to 10.0.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.4.0 to 10.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.4.0...10.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements/base.txt | 2 +-
 requirements/rtd.txt  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/base.txt b/requirements/base.txt
index b3b723c0..c1b46e58 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -2,7 +2,7 @@ dill==0.2.5
 future==0.18.2
 raven==6.10.0
 pyzor==1.0.0
-Pillow==8.4.0
+Pillow==10.0.0
 pygeoip==0.3.2
 python-dateutil==2.6.0
 langdetect==1.0.9
diff --git a/requirements/rtd.txt b/requirements/rtd.txt
index cf39d6da..753d27d3 100644
--- a/requirements/rtd.txt
+++ b/requirements/rtd.txt
@@ -4,7 +4,7 @@ jinja2==2.11.3
 future==0.18.2
 raven==6.10.0
 pyzor==1.0.0
-Pillow==8.4.0
+Pillow==10.0.0
 pygeoip==0.3.2
 langdetect==1.0.9
 PyPDF2==1.25.1