Skip to content

Commit

Permalink
Bump the pip group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates: [mypy](https://github.com/python/mypy) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `mypy` from 1.11.1 to 1.11.2
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.11.2)

Updates `sphinx-autodoc-typehints` from 2.2.3 to 2.3.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.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rmartin16 committed Sep 1, 2024
1 parent fd85258 commit e01280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"build ==1.2.1",
"coverage[toml] ==7.6.1",
"furo ==2024.8.6",
"mypy ==1.11.1",
"mypy ==1.11.2",
"pre-commit <3.6.0 ; python_version < '3.9'",
"pre-commit ==3.8.0 ; python_version >= '3.9'",
"pytest ==8.3.2",
Expand All @@ -48,7 +48,7 @@ dev = [
"sphinx-copybutton ==0.5.2",
"sphinxcontrib-spelling ==8.0.0",
"sphinx-autodoc-typehints <2.1.0 ; python_version < '3.9'",
"sphinx-autodoc-typehints ==2.2.3 ; python_version >= '3.9'",
"sphinx-autodoc-typehints ==2.3.0 ; python_version >= '3.9'",
"tox ==4.18.0",
"twine ==5.1.1",
"types-requests ==2.32.0.20240712",
Expand Down

0 comments on commit e01280c

Please sign in to comment.