From c801d7b3666b72aa96b90f277d9fc11ff6847770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:03:32 +0000 Subject: [PATCH] Update tox requirement in the all-dependencies group Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. Updates `tox` to 4.17.1 - [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.16.0...4.17.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-build.txt b/requirements-build.txt index b18dc72..f2423c1 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -4,4 +4,4 @@ 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.16 +tox~=4.17