Skip to content

Commit

Permalink
build(deps-dev): Bump the dev-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 2 updates (#241)

Bumps the dev-dependencies group with 2 updates in the / directory: [sphinx](https://github.com/sphinx-doc/sphinx) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `sphinx` from 6.2.1 to 7.1.2
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v7.1.2/CHANGES)
- [Commits](sphinx-doc/sphinx@v6.2.1...v7.1.2)

Updates `sphinx-autodoc-typehints` from 1.23.0 to 2.0.1
- [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.23.0...2.0.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Igor Davydenko <[email protected]>
  • Loading branch information
dependabot[bot] and playpauseandstop authored Aug 14, 2024
1 parent f8ee33b commit d1a7b6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ mypy = "^1.11.1"

[tool.poetry.group.docs.dependencies]
furo = "^2024.8.6"
sphinx = "^6.2.1"
sphinx = "^7.1.2"
sphinx-autobuild = "^2021.3.14"
sphinx-autodoc-typehints = "^1.22"
sphinx-autodoc-typehints = "^2.0.1"
sphinx-copybutton = "^0.5.2"
sphinxext-opengraph = "^0.7.5"

Expand Down

0 comments on commit d1a7b6c

Please sign in to comment.