From 19511154225e68a859261a160a0532a990058d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:24:00 -0500 Subject: [PATCH] Bump the pip group with 4 updates (#514) 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](https://github.com/pre-commit/pre-commit/compare/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](https://github.com/tox-dev/tox/compare/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](https://github.com/pypa/twine/compare/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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b61a3bb5f..ebbef9464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] @@ -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]