From b86a055b3e6c4e530fc4483e595cb9f086dd3620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:23:49 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 5 updates Bumps the python-packages group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `8.1.3` | | [numpydoc](https://github.com/numpy/numpydoc) | `1.6.0` | `1.8.0` | | [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `2.0.0` | `3.0.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.8.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.1` | `8.3.4` | Updates `sphinx` from 7.2.6 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.6...v8.1.3) Updates `numpydoc` from 1.6.0 to 1.8.0 - [Release notes](https://github.com/numpy/numpydoc/releases) - [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst) - [Commits](https://github.com/numpy/numpydoc/compare/v1.6.0...v1.8.0) Updates `sphinx-rtd-theme` from 2.0.0 to 3.0.2 - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2) Updates `ruff` from 0.2.1 to 0.8.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...0.8.2) Updates `pytest` from 8.0.1 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.3.4) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: numpydoc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 35e7f36ed..24d1cb66f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,16 +96,16 @@ exclude = ["qudi.artwork"] [project.optional-dependencies] dev-docs = [ - "Sphinx==7.2.6", - "numpydoc==1.6.0", + "Sphinx==8.1.3", + "numpydoc==1.8.0", "sphinx-rtd-dark-mode==1.3.0", - "sphinx-rtd-theme==2.0.0", + "sphinx-rtd-theme==3.0.2", ] -dev-lint-format = ["ruff==0.2.1",] +dev-lint-format = ["ruff==0.8.2",] dev-test = [ - "pytest==8.0.1", + "pytest==8.3.4", "pytest-qt", "coverage" ]