From 4ac224f155beb35e9db45fd83b0ab5510507c8a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:46:36 +0000 Subject: [PATCH] Bump the all-dependencies group with 4 updates Updates the requirements on [coverage](https://github.com/nedbat/coveragepy), [pytest](https://github.com/pytest-dev/pytest), [virtualenv](https://github.com/pypa/virtualenv) and [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `coverage` to 7.5.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.4.0...7.5.0) Updates `pytest` to 8.2.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/8.1.0...8.2.0) Updates `virtualenv` to 20.26.0 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.25.0...20.26.0) Updates `tox` to 4.15.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.14.0...4.15.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:production dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: direct:production dependency-group: all-dependencies - dependency-name: tox dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 4 ++-- requirements-test.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-build.txt b/requirements-build.txt index 871f77f..c653ab8 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,7 +1,7 @@ # This file is used for running tox, flake8 and building the wheel pip~=24.0 -virtualenv~=20.25 +virtualenv~=20.26 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability logilab-common~=2.0 m2r~=0.3 -tox~=4.14 +tox~=4.15 diff --git a/requirements-test.txt b/requirements-test.txt index b302db0..127c73a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,10 +1,10 @@ # This file prepares the pytest and coverage env and is used by tox.ini codecov~=2.1 cov-core~=1.15 -coverage~=7.4 +coverage~=7.5 flake8~=7.0 mock~=5.1 -pytest~=8.1 +pytest~=8.2 pytest-cov~=5.0 pytest-gitignore~=1.3 pytest-mock~=3.14