Skip to content

Commit

Permalink
Bump pillow from 9.5.0 to 10.0.1 in /dev_tools/requirements (#837)
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.0.1.
- [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.0.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fionn Malone <fmalone@google.com>
  • Loading branch information
dependabot[bot] and fdmalone committed Oct 16, 2023
1 parent 258d98d commit a034397
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dev_tools/requirements/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pandas==2.0.1
# via
# -r runtime.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r runtime.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pandas==2.0.1
# via
# -r runtime.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r runtime.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/mypy.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pandas==2.0.1
# via
# -r runtime.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r runtime.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pandas==2.0.1
# via
# -r runtime.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r runtime.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/pytest.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pandas==2.0.1
# via
# -r runtime.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r runtime.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/resource_estimates.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pandas==2.0.1
# via
# -r pytest.env.txt
# cirq-core
pillow==9.5.0
pillow==10.0.1
# via
# -r pytest.env.txt
# matplotlib
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/runtime.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ packaging==23.1
# matplotlib
pandas==2.0.1
# via cirq-core
pillow==9.5.0
pillow==10.0.1
# via matplotlib
pubchempy==1.0.4
# via -r deps/runtime.txt
Expand Down

0 comments on commit a034397

Please sign in to comment.