From 9e492582ae7f708e28e85b26301c6d2cc0879d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:56:56 +0000 Subject: [PATCH] Bump the python-requirements group across 1 directory with 8 updates Updates the requirements on [typeguard](https://github.com/agronholm/typeguard), [ruff](https://github.com/astral-sh/ruff), [cibuildwheel](https://github.com/pypa/cibuildwheel), [setuptools](https://github.com/pypa/setuptools), [pytest](https://github.com/pytest-dev/pytest), [coverage](https://github.com/nedbat/coveragepy), [types-setuptools](https://github.com/python/typeshed) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `typeguard` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/typeguard/compare/4.4.0...4.4.1) Updates `ruff` from 0.7.1 to 0.8.2 - [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.7.1...0.8.2) Updates `cibuildwheel` from 2.21.3 to 2.22.0 - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.21.3...v2.22) Updates `setuptools` from 75.3.0 to 75.6.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/v75.3.0...v75.6.0) Updates `pytest` from 8.3.3 to 8.3.4 - [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.3.3...8.3.4) Updates `coverage` to 7.6.9 - [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.4...7.6.9) Updates `types-setuptools` from 75.2.0.20241025 to 75.6.0.20241126 - [Commits](https://github.com/python/typeshed/commits) Updates `pyright` from 1.1.387 to 1.1.390 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.387...v1.1.390) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: setuptools 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-patch dependency-group: python-requirements - dependency-name: coverage dependency-type: direct:production dependency-group: python-requirements - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- requirements/cbuild.txt | 4 ++-- requirements/style.txt | 2 +- requirements/tests.txt | 6 +++--- requirements/typing.txt | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 25231e2..6def058 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,7 +4,7 @@ Flask>=3.0.0,<4.0 # https://github.com/pallets/flask # Tools # ------------------------------------------------------------------------------ -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard typing_extensions>=4.3.0 # https://github.com/python/typing/blob/master/typing_extensions/README.rst typing_inspect==0.9.0 # https://github.com/ilevkivskyi/typing_inspect diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index 6a4f9f8..e60ec2b 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -2,8 +2,8 @@ # Tools # ------------------------------------------------------------------------------ -cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel -setuptools==75.3.0 # https://github.com/pypa/setuptools +cibuildwheel==2.22.0 # https://github.com/pypa/cibuildwheel +setuptools==75.6.0 # https://github.com/pypa/setuptools # Mypyc # ------------------------------------------------------------------------------ diff --git a/requirements/style.txt b/requirements/style.txt index 98c63bf..0f30587 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.7.1 # https://github.com/astral-sh/ruff +ruff==0.8.2 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index dc0cb82..73fcb00 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.3.3 # https://github.com/pytest-dev/pytest +pytest==8.3.4 # https://github.com/pytest-dev/pytest pytest-cov==6.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 @@ -9,11 +9,11 @@ pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium # Type check # ------------------------------------------------------------------------------ -typeguard==4.4.0 # https://github.com/agronholm/typeguard +typeguard==4.4.1 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage~=7.6.4 # https://github.com/nedbat/coveragepy +coverage~=7.6.9 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index a0cfe93..0cba745 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -2,6 +2,6 @@ # ------------------------------------------------------------------------------ mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy pytype==2024.10.11;python_version~="3.11.0" # https://github.com/google/pytype -types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed -typeguard==4.4.0 # https://github.com/agronholm/typeguard -pyright==1.1.387;python_version>="3.11" # https://github.com/microsoft/pyright +types_setuptools==75.6.0.20241126 # https://github.com/python/typeshed +typeguard==4.4.1 # https://github.com/agronholm/typeguard +pyright==1.1.390;python_version>="3.11" # https://github.com/microsoft/pyright