From e4fe5e66c04d1b4e1592eb3f1310375522bc7123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 19:48:15 +0000 Subject: [PATCH] Bump docutils from 0.20.1 to 0.21.2 Bumps [docutils](https://docutils.sourceforge.io) from 0.20.1 to 0.21.2. --- updated-dependencies: - dependency-name: docutils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- doc/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index a409b08..d46e137 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ pennylane-qiskit>=0.36.0 quantuminspire>=2.3.0 qiskit>=1.0 qiskit_aer -docutils==0.20.1 +docutils==0.21.2 ipykernel==6.25.2 jinja2==3.1.2 mthree==2.6.3 diff --git a/setup.py b/setup.py index dd8b112..fa6b716 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ extra_requirements = { 'dev': ['pytest>=3.3.1', 'pytest-cov', 'pytest-mock', 'pytest-benchmark', 'pylint', 'mypy>=0.670', 'black', 'flaky'], - 'rtd': ['docutils==0.20.1', 'ipykernel==6.25.2', 'jinja2==3.1.2', 'mthree==2.6.3', 'nbsphinx==0.9.3', + 'rtd': ['docutils==0.21.2', 'ipykernel==6.25.2', 'jinja2==3.1.2', 'mthree==2.6.3', 'nbsphinx==0.9.3', 'pybind11==2.11.1', 'pygments==2.15.1', 'pygments-github-lexers==0.0.5', 'sphinxcontrib-bibtex==2.5.0', 'sphinx-automodapi==0.15.0', 'xanadu-sphinx-theme==0.5.0'], }