Skip to content

Commit

Permalink
Bump pillow from 9.5.0 to 10.4.0
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.4.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@9.5.0...10.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 8504b71 commit 4ea2f80
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/broken-projects.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Pillow < 10 # https://github.com/blockdiag/sphinxcontrib-blockdiag/issues/26
Pillow < 11 # https://github.com/blockdiag/sphinxcontrib-blockdiag/issues/26
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.4.0
# via
# -c requirements/broken-projects.in
# blockdiag
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.4.0
# via
# -c requirements/broken-projects.in
# blockdiag
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe --output-file=requirements/doc-spelling.txt --resolver=backtracking --strip-extras requirements/doc-spelling.in
#
aiohttp-theme==0.1.6
# via -r doc.in
# via -r requirements/doc.in
alabaster==0.7.13
# via sphinx
babel==2.12.1
Expand Down Expand Up @@ -40,9 +40,9 @@ markupsafe==2.1.3
# via jinja2
packaging==23.1
# via sphinx
pillow==9.5.0
pillow==10.4.0
# via
# -c broken-projects.in
# -c requirements/broken-projects.in
# blockdiag
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand All @@ -56,14 +56,14 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-blockdiag==3.0.0
# via -r doc.in
# via -r requirements/doc.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
Expand All @@ -75,14 +75,14 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==8.0.0 ; platform_system != "Windows"
# via -r doc-spelling.in
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.4.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.0.1
# via towncrier
towncrier==23.11.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.2.2
# via requests
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe --output-file=requirements/doc.txt --resolver=backtracking --strip-extras requirements/doc.in
#
aiohttp-theme==0.1.6
# via -r doc.in
# via -r requirements/doc.in
alabaster==0.7.13
# via sphinx
babel==2.12.1
Expand Down Expand Up @@ -40,9 +40,9 @@ markupsafe==2.1.3
# via jinja2
packaging==23.1
# via sphinx
pillow==9.5.0
pillow==10.4.0
# via
# -c broken-projects.in
# -c requirements/broken-projects.in
# blockdiag
pygments==2.15.1
# via sphinx
Expand All @@ -54,13 +54,13 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-blockdiag
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-blockdiag==3.0.0
# via -r doc.in
# via -r requirements/doc.in
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
Expand All @@ -72,12 +72,12 @@ sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-towncrier==0.4.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.0.1
# via towncrier
towncrier==23.11.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.2.2
# via requests
Expand Down

0 comments on commit 4ea2f80

Please sign in to comment.