Skip to content

Commit 3ca5f86

Browse files
authoredNov 22, 2022
build(deps): Bump pillow from 5.3.0 to 9.3.0 in /requirements
Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.3.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@5.3.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89427ff commit 3ca5f86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pytz==2018.7 # https://github.com/stub42/pytz
22
python-slugify==1.2.6 # https://github.com/un33k/python-slugify
3-
Pillow==5.3.0 # https://github.com/python-pillow/Pillow
3+
Pillow==9.3.0 # https://github.com/python-pillow/Pillow
44
rcssmin==1.0.6 # https://github.com/ndparker/rcssmin
55
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
66
redis>=2.10.6, < 3 # pyup: < 3 # https://github.com/antirez/redis

‎requirements/django-cms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ packaging==19.0
5454
parso==0.4.0
5555
pexpect==4.7.0
5656
pickleshare==0.7.5
57-
Pillow==5.3.0
57+
Pillow==9.3.0
5858
pluggy==0.12.0
5959
prompt-toolkit==2.0.9
6060
psycopg2-binary==2.7.6.1

‎requirements/pre-django-cms.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ packaging==19.0
5454
parso==0.4.0
5555
pexpect==4.7.0
5656
pickleshare==0.7.5
57-
Pillow==5.3.0
57+
Pillow==9.3.0
5858
pluggy==0.12.0
5959
poyo==0.4.2
6060
prompt-toolkit==2.0.9

0 commit comments

Comments
 (0)
Please sign in to comment.