From 07c282d3f79e4402713b6fa503b4321e24ab332b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 08:15:00 +0000 Subject: [PATCH] Bump tox from 4.2.6 to 4.3.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.2.6 to 4.3.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.2.6...4.3.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 297700ee..8fe309a9 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "pytest<7.3", "pytest-cov==4.0.0", "testfixtures==7.0.4", - "tox==4.2.6", + "tox==4.3.1", "flake8==6.0.0", "flake8-docstrings==1.6.0", "aioresponses==0.7.4",