Skip to content

Commit

Permalink
Bump the pip group with 4 updates (#514)
Browse files Browse the repository at this point in the history
Bumps the pip group with 4 updates: [pre-commit](https://github.com/pre-commit/pre-commit), [tox](https://github.com/tox-dev/tox), [twine](https://github.com/pypa/twine) and [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints).


Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `tox` from 4.23.2 to 4.24.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.23.2...4.24.1)

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

Updates `sphinx-autodoc-typehints` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.5.0...3.0.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: twine
  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-major
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 0953694 commit 1951115
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ dev = [
"build ==1.2.2.post1",
"coverage[toml] ==7.6.10",
"mypy ==1.14.1",
"pre-commit ==4.0.1",
"pre-commit ==4.1.0",
"pytest ==8.3.4",
"tox ==4.23.2",
"twine ==6.0.1",
"tox ==4.24.1",
"twine ==6.1.0",
"types-requests ==2.32.0.20241016",
]

Expand All @@ -53,7 +53,7 @@ docs = [
"sphinx-autobuild ==2024.10.3",
"sphinx-copybutton ==0.5.2",
"sphinxcontrib-spelling ==8.0.1",
"sphinx-autodoc-typehints ==2.5.0",
"sphinx-autodoc-typehints ==3.0.1",
]

[project.urls]
Expand Down

0 comments on commit 1951115

Please sign in to comment.