Skip to content

Commit

Permalink
build(deps): bump the dev-dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…5 updates

Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version.

Updates `pytest-cov` to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `ansys-sphinx-theme` from 1.0.11 to 1.2.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.11...v1.2.2)

Updates `sphinx` from 8.0.2 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@v8.0.2...v8.1.3)

Updates `sphinx-autoapi` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.3.1...v3.4.0)

Updates `sphinx-gallery` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator)
- [Commits](sphinx-gallery/sphinx-gallery@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sphinx-gallery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent fe2f309 commit fce50d7
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 @@ -40,17 +40,17 @@ all = [

tests = [
"pytest >= 8.3.2,<9",
"pytest-cov >= 5.0.0,<6",
"pytest-cov >= 5.0.0,< 7",
"pytest-asyncio >= 0.23.8,<1",
]
doc = [
"ansys-sphinx-theme==1.0.11",
"ansys-sphinx-theme==1.2.2",
"numpydoc==1.8.0",
"sphinx==8.0.2",
"sphinx-autoapi==3.3.1",
"sphinx==8.1.3",
"sphinx-autoapi==3.4.0",
"sphinx-copybutton==0.5.2",
"sphinx_design==0.6.1",
"sphinx-gallery==0.17.1",
"sphinx-gallery==0.18.0",
"sphinx-jinja==2.0.2",
]

Expand Down

0 comments on commit fce50d7

Please sign in to comment.