From 55fd694df437ea9b01f17fe704ed113ee65f251a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 07:50:34 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 8 updates Bumps the python-requirements group with 8 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [setuptools](https://github.com/pypa/setuptools) | `70.3.0` | `71.1.0` | | [mypy[mypyc]](https://github.com/python/mypy) | `1.10.1` | `1.11.0` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `7.4.7` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.4` | `7.6.0` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.0` | | [types-setuptools](https://github.com/python/typeshed) | `70.3.0.20240710` | `71.0.0.20240722` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.4` | Updates `setuptools` from 70.3.0 to 71.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v71.1.0) Updates `mypy[mypyc]` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) Updates `sphinx` from 7.3.7 to 7.4.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v7.4.7) Updates `pytest` from 8.2.2 to 8.3.1 - [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.1) Updates `coverage` 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 `mypy` from 1.10.1 to 1.11.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) Updates `types-setuptools` from 70.3.0.20240710 to 71.0.0.20240722 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.5.1 to 0.5.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.5.1...0.5.4) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: mypy[mypyc] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/cbuild.txt | 2 +- requirements/docs.txt | 2 +- requirements/style.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 85e48ce6..5d10026a 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,7 +1,7 @@ # Tools # ------------------------------------------------------------------------------ wheel==0.43.0 # https://github.com/pypa/wheel -setuptools==70.3.0 # https://github.com/pypa/setuptools +setuptools==71.1.0 # https://github.com/pypa/setuptools build==1.2.1 # https://github.com/pypa/build packaging==24.1 # https://github.com/pypa/packaging pyproject-hooks==1.1.0 # https://github.com/pypa/pyproject-hooks diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index eada5362..b7342049 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -6,5 +6,5 @@ cibuildwheel==2.19.2 # Mypyc # ------------------------------------------------------------------------------ -mypy[mypyc]==1.10.1 # https://github.com/python/mypy +mypy[mypyc]==1.11.0 # https://github.com/python/mypy mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions diff --git a/requirements/docs.txt b/requirements/docs.txt index 1b2eb1f5..53c68e70 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,6 +1,6 @@ # Documentation # ------------------------------------------------------------------------------ -Sphinx==7.3.7 +Sphinx==7.4.7 sphinx-tabs==3.4.5 sphinx-issues==4.1.0 sphinxcontrib-log-cabinet==1.0.1 diff --git a/requirements/style.txt b/requirements/style.txt index c8126e4e..5418dd0c 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.5.1 # https://github.com/astral-sh/ruff +ruff==0.5.4 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index a8466450..419516a0 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.2.2 # https://github.com/pytest-dev/pytest +pytest==8.3.1 # https://github.com/pytest-dev/pytest pytest-cov==5.0.0 # https://github.com/pytest-dev/pytest-cov pytest-xdist==3.6.1 # https://github.com/pytest-dev/pytest-xdist pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.5.4 # https://github.com/nedbat/coveragepy +coverage==7.6.0 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 286d7774..17681f1c 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,6 +1,6 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.10.1;python_version>="3.11" # https://github.com/python/mypy +mypy==1.11.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype -types_setuptools==70.3.0.20240710 # https://github.com/python/typeshed +types_setuptools==71.0.0.20240722 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard