Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates (#62)
Browse files Browse the repository at this point in the history
* Bump the dependencies group with 5 updates

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` |
| [twine](https://github.com/pypa/twine) | `4.0.2` | `5.0.0` |
| [autodoc-pydantic](https://github.com/mansenfranzen/autodoc_pydantic) | `2.0.1` | `2.1.0` |
| [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.1.a2` | `3.1.0a3` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.25.3` | `2.0.0` |


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

Updates `twine` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@4.0.2...5.0.0)

Updates `autodoc-pydantic` from 2.0.1 to 2.1.0
- [Changelog](https://github.com/mansenfranzen/autodoc_pydantic/blob/main/CHANGELOG.md)
- [Commits](mansenfranzen/autodoc_pydantic@v2.0.1...v2.1.0)

Updates `sphinx-autoapi` from 3.1.a2 to 3.1.0a3
- [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases)
- [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/v3.1.0a3/CHANGELOG.rst)
- [Commits](readthedocs/sphinx-autoapi@v3.1.0a2...v3.1.0a3)

Updates `sphinx-autodoc-typehints` from 1.25.3 to 2.0.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@1.25.3...2.0.0)

---
updated-dependencies:
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twine
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: autodoc-pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-autoapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pyproject.toml

Co-authored-by: Revathy Venugopal <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jean Henry <[email protected]>
Co-authored-by: Revathy Venugopal <[email protected]>
  • Loading branch information
3 people authored Mar 22, 2024
1 parent 5708675 commit 32ea5c0
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 @@ -31,22 +31,22 @@ keywords=["Scade", "Api", "Tools"]

[project.optional-dependencies]
build = [
"build==1.0.3",
"twine==4.0.2"
"build==1.1.1",
"twine==5.0.0"
]
tests = [
"pytest==8.1.1",
"pytest-cov==4.1.0"
]
doc = [
"ansys-sphinx-theme==0.14.1",
"autodoc_pydantic==2.0.1",
"autodoc_pydantic==2.1.0",
"jupyter_sphinx==0.5.3",
"nbsphinx==0.9.3",
"numpydoc==1.6.0",
"sphinx==7.2.6",
"sphinx-autoapi==3.1.a2",
"sphinx-autodoc-typehints==1.25.3",
"sphinx-autoapi<=3.1.0a2",
"sphinx-autodoc-typehints==2.0.0",
"sphinxcontrib-globalsubs==0.1.1",
"sphinxcontrib-httpdomain==1.8.1",
"sphinx-copybutton==0.5.2",
Expand Down

0 comments on commit 32ea5c0

Please sign in to comment.