Skip to content

Commit

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


Updates `black` from 23.10.1 to 23.11.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.1...23.11.0)

Updates `mypy` from 1.6.1 to 1.7.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.6.1...v1.7.0)

Updates `sphinx-autodoc-typehints` from 1.24.1 to 1.25.2
- [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.24.1...1.25.2)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 11, 2023
1 parent 27c537c commit 06e6ebd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ dependencies = [

[project.optional-dependencies]
dev = [
"black ==23.10.1",
"black ==23.11.0",
"build ==1.0.3",
"coverage[toml] ==7.3.2",
"furo ==2023.9.10",
"mypy ==1.6.1; platform_python_implementation != 'PyPy'",
"mypy ==1.7.0; platform_python_implementation != 'PyPy'",
"pre-commit ==3.5.0",
"pytest ==7.4.3",
"sphinx ==7.2.6; python_version >= '3.9'",
"sphinx-copybutton ==0.5.2",
"sphinxcontrib-spelling ==8.0.0",
"sphinx-autodoc-typehints ==1.24.1",
"sphinx-autodoc-typehints ==1.25.2",
"tox ==4.11.3",
"twine ==4.0.2",
"types-requests ==2.31.0.10",
Expand Down

0 comments on commit 06e6ebd

Please sign in to comment.