Skip to content

Commit ac7e6da

Browse files
Update pillow requirement from >=10.4.0 to >=12.2.0
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.4.0...12.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95d95ee commit ac7e6da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
2-
Pillow>=10.4.0 # https://github.com/python-pillow/Pillow
2+
Pillow>=12.2.0 # https://github.com/python-pillow/Pillow
33
argon2-cffi==25.1.0 # https://github.com/hynek/argon2_cffi
44
hiredis==3.3.1 # https://github.com/redis/hiredis-py
55
redis==7.4.0 # https://github.com/redis/redis-py

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
6060
tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability
6161
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
6262
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
63-
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
63+
pillow>=12.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability
2626
tornado>=6.4.2 # not directly required, pinned by Snyk to avoid a vulnerability
2727
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
2828
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
29-
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
29+
pillow>=12.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)