Skip to content

Commit 5cac709

Browse files
Update pillow requirement from <12.2.0 to <12.3.0 (#310)
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.2.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df2143f commit 5cac709

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
@@ -42,10 +42,10 @@ Homepage = "https://docs.qbraid.com/v2/pyqasm"
4242

4343
[project.optional-dependencies]
4444
cli = ["typer>=0.12.1", "rich>=10.11.0", "typing-extensions"]
45-
test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.2.0", "matplotlib", "tabulate"]
45+
test = ["pytest", "pytest-cov", "pytest-mpl", "pillow<12.3.0", "matplotlib", "tabulate"]
4646
lint = ["black", "isort>=6.0.0", "pylint", "mypy", "qbraid-cli>=0.10.2"]
4747
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"]
48-
visualization = ["pillow<12.2.0", "matplotlib", "tabulate"]
48+
visualization = ["pillow<12.3.0", "matplotlib", "tabulate"]
4949
pulse = ["openpulse>=1.0.1"]
5050

5151
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)