From f7d6146a1b3d02a5b6988f8a4e5c8041a0f5e40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 04:18:23 +0000 Subject: [PATCH] Bump tox from 3.24.2 to 4.4.6 Bumps [tox](https://github.com/tox-dev/tox) from 3.24.2 to 4.4.6. - [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/3.24.2...4.4.6) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 8a7913ea..5c654b21 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -1,6 +1,6 @@ codecov==2.1.12 docutils==0.17.1 -tox==3.24.2 +tox==4.4.6 tox-travis==0.12 pygments==2.10.0 aiohttp==3.7.4.post0