From 796969286f8d1b308b085cea686ee386ed7f8d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:08:04 +0000 Subject: [PATCH] Bump the pip group with 9 updates Bumps the pip group with 9 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.2` | `1.2.2.post1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` | | [tox](https://github.com/tox-dev/tox) | `4.21.0` | `4.23.2` | | [types-requests](https://github.com/python/typeshed) | `2.32.0.20240914` | `2.32.0.20241016` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` | | [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.9.19` | `2024.10.3` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.4.4` | `2.5.0` | Updates `build` from 1.2.2 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) Updates `coverage[toml]` from 7.6.1 to 7.6.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.1...7.6.4) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) Updates `pre-commit` from 3.8.0 to 4.0.1 - [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/v3.8.0...v4.0.1) Updates `tox` from 4.21.0 to 4.23.2 - [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.21.0...4.23.2) Updates `types-requests` from 2.32.0.20240914 to 2.32.0.20241016 - [Commits](https://github.com/python/typeshed/commits) Updates `sphinx` from 8.0.2 to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.3) Updates `sphinx-autobuild` from 2024.9.19 to 2024.10.3 - [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases) - [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst) - [Commits](https://github.com/sphinx-doc/sphinx-autobuild/compare/2024.09.19...2024.10.03) Updates `sphinx-autodoc-typehints` from 2.4.4 to 2.5.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](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.4...2.5.0) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: types-requests dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sphinx-autobuild 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] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 158042795..98d71954f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,25 +36,25 @@ dependencies = [ [project.optional-dependencies] dev = [ - "build ==1.2.2", - "coverage[toml] ==7.6.1", + "build ==1.2.2.post1", + "coverage[toml] ==7.6.4", "furo ==2024.8.6", - "mypy ==1.11.2", + "mypy ==1.13.0", "pre-commit <3.6.0 ; python_version < '3.9'", - "pre-commit ==3.8.0 ; python_version >= '3.9'", + "pre-commit ==4.0.1 ; python_version >= '3.9'", "pytest ==8.3.3", - "tox ==4.21.0", + "tox ==4.23.2", "twine ==5.1.1", - "types-requests ==2.32.0.20240914", + "types-requests ==2.32.0.20241016", ] docs = [ # building docs requires Python >3.10 - "sphinx ==8.0.2", - "sphinx-autobuild ==2024.9.19", + "sphinx ==8.1.3", + "sphinx-autobuild ==2024.10.3", "sphinx-copybutton ==0.5.2", "sphinxcontrib-spelling ==8.0.0", - "sphinx-autodoc-typehints ==2.4.4", + "sphinx-autodoc-typehints ==2.5.0", ] [project.urls]