Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
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](sphinx-doc/sphinx@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](numpy/numpydoc@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](readthedocs/sphinx_rtd_theme@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](astral-sh/ruff@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](pytest-dev/pytest@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 8f539a1 commit b86a055
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit b86a055

Please sign in to comment.