Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pillow from 9.5.0 to 10.3.0 #8282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -122,7 +122,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.3.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 @@ -119,7 +119,7 @@ packaging==23.1
# gunicorn
# pytest
# sphinx
pillow==9.5.0
pillow==10.3.0
# via
# -c requirements/broken-projects.in
# blockdiag
Expand Down
20 changes: 9 additions & 11 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.3.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.0.7
# via requests
Expand All @@ -95,6 +95,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
# via
# blockdiag
# sphinx
# via blockdiag
18 changes: 8 additions & 10 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.3.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.0.7
# via requests
Expand All @@ -90,6 +90,4 @@ zipp==3.17.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
# via
# blockdiag
# sphinx
# via blockdiag