From 24447bc65390ab23a071763c58672694e78f08f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:00:30 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 11 updates Bumps the python-requirements group in /requirements with 11 updates: | Package | From | To | | --- | --- | --- | | [wheel](https://github.com/pypa/wheel) | `0.42.0` | `0.43.0` | | [setuptools](https://github.com/pypa/setuptools) | `69.1.1` | `69.2.0` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.16.5` | `2.17.0` | | [mypy[mypyc]](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [types-setuptools](https://github.com/python/typeshed) | `69.1.0.20240301` | `69.1.0.20240310` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.0` | `0.3.2` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.7` | `1.7.8` | Updates `wheel` from 0.42.0 to 0.43.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.42.0...0.43.0) Updates `setuptools` from 69.1.1 to 69.2.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/v69.1.1...v69.2.0) Updates `packaging` from 23.2 to 24.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.2...24.0) Updates `cibuildwheel` from 2.16.5 to 2.17.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.16.5...v2.17) Updates `mypy[mypyc]` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...1.9.0) Updates `types-setuptools` from 69.1.0.20240301 to 69.1.0.20240310 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.0.2 to 8.1.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.0.2...8.1.1) Updates `coverage` from 7.4.3 to 7.4.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.4.3...7.4.4) Updates `ruff` from 0.3.0 to 0.3.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/v0.3.0...v0.3.2) Updates `bandit` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.7...1.7.8) --- updated-dependencies: - dependency-name: wheel 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: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-requirements - dependency-name: cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: mypy[mypyc] 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-patch 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-patch dependency-group: python-requirements - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 6 +++--- requirements/cbuild.txt | 4 ++-- requirements/security.txt | 2 +- requirements/style.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index a659b232..dd9a3068 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -1,8 +1,8 @@ # Tools # ------------------------------------------------------------------------------ -wheel==0.42.0 # https://github.com/pypa/wheel -setuptools==69.1.1 # https://github.com/pypa/setuptools +wheel==0.43.0 # https://github.com/pypa/wheel +setuptools==69.2.0 # https://github.com/pypa/setuptools build==1.1.1 # https://github.com/pypa/build -packaging==23.2 # https://github.com/pypa/packaging +packaging==24.0 # https://github.com/pypa/packaging pyproject-hooks==1.0.0 # https://github.com/pypa/pyproject-hooks twine==5.0.0 # https://github.com/pypa/twine diff --git a/requirements/cbuild.txt b/requirements/cbuild.txt index 8fc77cee..5ec7936b 100644 --- a/requirements/cbuild.txt +++ b/requirements/cbuild.txt @@ -2,9 +2,9 @@ # Tools # ------------------------------------------------------------------------------ -cibuildwheel==2.16.5 +cibuildwheel==2.17.0 # Mypyc # ------------------------------------------------------------------------------ -mypy[mypyc]==1.8.0 # https://github.com/python/mypy +mypy[mypyc]==1.9.0 # https://github.com/python/mypy mypy-extensions==1.0.0 # https://github.com/python/mypy_extensions diff --git a/requirements/security.txt b/requirements/security.txt index 41c3c466..dfe62f88 100644 --- a/requirements/security.txt +++ b/requirements/security.txt @@ -1,4 +1,4 @@ # Security check # ------------------------------------------------------------------------------ -bandit==1.7.7;python_version>="3.11" # https://github.com/PyCQA/bandit +bandit==1.7.8;python_version>="3.11" # https://github.com/PyCQA/bandit safety==3.0.1;python_version>="3.11" # https://github.com/pyupio/safety diff --git a/requirements/style.txt b/requirements/style.txt index 97af03fd..578a3ec8 100644 --- a/requirements/style.txt +++ b/requirements/style.txt @@ -1,3 +1,3 @@ # Code formatter + Code quality + Code linter # ------------------------------------------------------------------------------ -ruff==0.3.0 # https://github.com/astral-sh/ruff +ruff==0.3.2 # https://github.com/astral-sh/ruff diff --git a/requirements/tests.txt b/requirements/tests.txt index 06fe8257..b4e525ad 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==8.0.2 # https://github.com/pytest-dev/pytest +pytest==8.1.1 # https://github.com/pytest-dev/pytest pytest-cov==4.1.0 # https://github.com/pytest-dev/pytest-cov pytest-xdist==3.5.0 # 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.4.3 # https://github.com/nedbat/coveragepy +coverage==7.4.4 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 5da958cb..3ad95f6f 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -1,6 +1,6 @@ # Type check # ------------------------------------------------------------------------------ -mypy==1.8.0;python_version>="3.11" # https://github.com/python/mypy +mypy==1.9.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==69.1.0.20240301 # https://github.com/python/typeshed +types_setuptools==69.1.0.20240310 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard