Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [build](https://github.com/pypa/build), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme), [sphinx](https://github.com/sphinx-doc/sphinx), [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi), [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) and [sphinxcontrib-globalsubs](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs) to permit the latest version.

Updates `build` from 1.2.1 to 1.2.2.post1
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.1...1.2.2.post1)

Updates `pytest` from 8.3.2 to 8.3.3
- [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.3.2...8.3.3)

Updates `pytest-cov` from 5.0.0 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[autoapi]` from 1.0.9 to 1.2.0
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.0.9...v1.2.0)

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` to 3.3.3
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v0.2.0...v3.3.3)

Updates `sphinx-autodoc-typehints` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.3.0...2.5.0)

Updates `sphinxcontrib-globalsubs` from 0.1.1 to 0.1.2
- [Commits](missinglinkelectronics/sphinxcontrib-globalsubs@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme[autoapi]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinxcontrib-globalsubs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1fc6cc9 commit 8407638
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,23 +31,23 @@ keywords=["Scade", "Api", "Tools"]

[project.optional-dependencies]
build = [
"build==1.2.1",
"build==1.2.2.post1",
"twine==5.1.1"
]
tests = [
"pytest==8.3.2",
"pytest-cov==5.0.0"
"pytest==8.3.3",
"pytest-cov==6.0.0"
]
doc = [
"ansys-sphinx-theme[autoapi]==1.0.9",
"ansys-sphinx-theme[autoapi]==1.2.0",
"autodoc_pydantic==2.2.0",
"jupyter_sphinx==0.5.3",
"nbsphinx==0.9.5",
"numpydoc==1.8.0",
"sphinx==8.0.2",
"sphinx-autoapi<=3.3.0",
"sphinx-autodoc-typehints==2.3.0",
"sphinxcontrib-globalsubs==0.1.1",
"sphinx==8.1.3",
"sphinx-autoapi<=3.3.3",
"sphinx-autodoc-typehints==2.5.0",
"sphinxcontrib-globalsubs==0.1.2",
"sphinxcontrib-httpdomain==1.8.1",
"sphinx-copybutton==0.5.2",
"sphinx-jinja==2.0.2",
Expand Down

0 comments on commit 8407638

Please sign in to comment.