From 3d71819732f7ac21404b6b77406aae0695f43d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:54:24 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [wheel](https://github.com/pypa/wheel), [cibuildwheel](https://github.com/pypa/cibuildwheel), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy). Updates `wheel` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) Updates `cibuildwheel` from 2.19.2 to 2.20.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.19.2...v2.20) Updates `ruff` from 0.5.5 to 0.5.6 - [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.5...0.5.6) Updates `coverage` from 7.6.0 to 7.6.1 - [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.0...7.6.1) --- updated-dependencies: - dependency-name: wheel 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: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: coverage 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/style.txt | 2 +- requirements/tests.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 653d5f96..34a6637b 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,6 +1,6 @@ # Tools # ------------------------------------------------------------------------------ -wheel==0.43.0 # https://github.com/pypa/wheel +wheel==0.44.0 # https://github.com/pypa/wheel setuptools==72.1.0 # https://github.com/pypa/setuptools build==1.2.1 # https://github.com/pypa/build packaging==24.1 # https://github.com/pypa/packaging diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index 50ca7393..c3e3fc14 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -2,7 +2,7 @@ # Tools # ------------------------------------------------------------------------------ -cibuildwheel==2.19.2 +cibuildwheel==2.20.0 # Mypyc # ------------------------------------------------------------------------------ diff --git a/requirements/style.txt b/requirements/style.txt index 229d2482..30d6576c 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.5.5 # https://github.com/astral-sh/ruff +ruff==0.5.6 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index df5e9b3b..3d944195 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.6.0 # https://github.com/nedbat/coveragepy +coverage==7.6.1 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------