From f6ced78701c286dc96e35a8d53e2579d7967acd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 14:09:54 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 8 updates Bumps the pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` | | [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.7.18` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.1` | `3.8.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` | | [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.2.2` | `2.2.3` | | [tox](https://github.com/tox-dev/tox) | `4.15.1` | `4.16.0` | | [types-requests](https://github.com/python/typeshed) | `2.32.0.20240622` | `2.32.0.20240712` | Updates `coverage[toml]` from 7.5.4 to 7.6.0 - [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.5.4...7.6.0) Updates `furo` from 2024.5.6 to 2024.7.18 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2024.05.06...2024.07.18) Updates `pre-commit` from 3.7.1 to 3.8.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/v3.7.1...v3.8.0) Updates `pytest` from 8.2.2 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.2...8.3.2) Updates `sphinx` from 7.3.7 to 8.0.2 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2) Updates `sphinx-autodoc-typehints` from 2.2.2 to 2.2.3 - [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.2.2...2.2.3) Updates `tox` from 4.15.1 to 4.16.0 - [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.15.1...4.16.0) Updates `types-requests` from 2.32.0.20240622 to 2.32.0.20240712 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: furo 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-minor dependency-group: pip - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-patch 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a5ea89a1..3128f6c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,21 +38,21 @@ dependencies = [ dev = [ "black ==24.4.2", "build ==1.2.1", - "coverage[toml] ==7.5.4", - "furo ==2024.5.6", + "coverage[toml] ==7.6.0", + "furo ==2024.7.18", "mypy ==1.11.1", "pre-commit <3.6.0 ; python_version < '3.9'", - "pre-commit ==3.7.1 ; python_version >= '3.9'", - "pytest ==8.2.2", - "sphinx ==7.3.7; python_version >= '3.9'", + "pre-commit ==3.8.0 ; python_version >= '3.9'", + "pytest ==8.3.2", + "sphinx ==8.0.2; python_version >= '3.9'", "sphinx-autobuild ==2024.4.16 ; python_version >= '3.9'", "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.2 ; python_version >= '3.9'", - "tox ==4.15.1", + "sphinx-autodoc-typehints ==2.2.3 ; python_version >= '3.9'", + "tox ==4.16.0", "twine ==5.1.1", - "types-requests ==2.32.0.20240622", + "types-requests ==2.32.0.20240712", ] [project.urls]