Skip to content

Commit ed59ae8

Browse files
Update pillow requirement from <11.4.0 to <12.1.0 (#271)
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@1.0...12.0.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8045278 commit ed59ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ dependencies = ["numpy", "openqasm3[parser]>=1.0.0,<2.0.0"]
4040

4141
[project.optional-dependencies]
4242
cli = ["typer>=0.12.1", "rich>=10.11.0", "typing-extensions"]
43-
test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<11.4.0", "matplotlib", "tabulate"]
43+
test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.1.0", "matplotlib", "tabulate"]
4444
lint = ["black", "isort>=6.0.0", "pylint", "mypy", "qbraid-cli>=0.10.2"]
4545
docs = ["sphinx>=7.3.7,<8.3.0", "sphinx-autodoc-typehints>=1.24,<3.2", "sphinx-rtd-theme>=2.0.0,<4.0.0", "docutils<0.23", "sphinx-copybutton"]
46-
visualization = ["pillow<11.4.0", "matplotlib", "tabulate"]
46+
visualization = ["pillow<12.1.0", "matplotlib", "tabulate"]
4747
pulse = ["openpulse>=1.0.1"]
4848

4949
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)