From a2489abde41b4a442e389d3799b8baffae0ced63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:14:02 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20the=20python-depend?= =?UTF-8?q?encies=20group=20across=201=20directory=20with=202=20updates=20?= =?UTF-8?q?(#208)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6f665e89..957c3a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "PyQt6>=6.2.3,<6.7.0" + "PyQt6>=6.2.3,<6.8.0" ] dynamic = ["version"] @@ -43,7 +43,7 @@ test = ["pytest>=7"] coverage = ["mqt.syrec[test]", "pytest-cov"] docs = [ "furo>=2023.08.17", - "sphinx~=7.0", + "sphinx>=7,<9", "setuptools-scm>=7", "sphinxcontrib-bibtex>=2.4.2", "sphinx-copybutton",