From 9eeb4b2ef69502ee4424e6d76124f78cad94e8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:48:53 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 5 updates Bumps the python-requirements group in /requirements with 5 updates: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/PyCQA/bandit) | `1.7.6` | `1.7.7` | | [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) | `3.4.4` | `3.4.5` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.0` | `7.4.1` | | [types-setuptools](https://github.com/python/typeshed) | `69.0.0.20240115` | `69.0.0.20240125` | Updates `bandit` from 1.7.6 to 1.7.7 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.7) Updates `sphinx-tabs` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/executablebooks/sphinx-tabs/releases) - [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/sphinx-tabs/compare/v3.4.4...v3.4.5) Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) Updates `coverage` from 7.4.0 to 7.4.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.4.0...7.4.1) Updates `types-setuptools` from 69.0.0.20240115 to 69.0.0.20240125 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: sphinx-tabs 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-major dependency-group: python-requirements - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- requirements/security.txt | 2 +- requirements/tests.txt | 4 ++-- requirements/typing.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index ae20fa5f..ecc553ab 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,7 +1,7 @@ # Documentation # ------------------------------------------------------------------------------ Sphinx==7.2.6 -sphinx-tabs==3.4.4 +sphinx-tabs==3.4.5 sphinx-issues==4.0.0 sphinxcontrib-log-cabinet==1.0.1 diff --git a/requirements/security.txt b/requirements/security.txt index 4312a226..41c3c466 100644 --- a/requirements/security.txt +++ b/requirements/security.txt @@ -1,4 +1,4 @@ # Security check # ------------------------------------------------------------------------------ -bandit==1.7.6;python_version>="3.11" # https://github.com/PyCQA/bandit +bandit==1.7.7;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/tests.txt b/requirements/tests.txt index 37c35b32..3753cd25 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,6 +1,6 @@ # Testing # ------------------------------------------------------------------------------ -pytest==7.4.4 # https://github.com/pytest-dev/pytest +pytest==8.0.0 # 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==0.9.7 # https://github.com/Frozenball/pytest-sugar @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard # Code quality # ------------------------------------------------------------------------------ -coverage==7.4.0 # https://github.com/nedbat/coveragepy +coverage==7.4.1 # https://github.com/nedbat/coveragepy # Tools # ------------------------------------------------------------------------------ diff --git a/requirements/typing.txt b/requirements/typing.txt index 401146be..0478109e 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -2,5 +2,5 @@ # ------------------------------------------------------------------------------ mypy==1.8.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.0.0.20240115 # https://github.com/python/typeshed +types_setuptools==69.0.0.20240125 # https://github.com/python/typeshed typeguard==2.13.3 # https://github.com/agronholm/typeguard