From 7ef152e1c576ed2200cb31ffc552c7c4cff5f521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 10:53:59 +0000 Subject: [PATCH] Bump tox from 3.25.1 to 3.26.0 Bumps [tox](https://github.com/tox-dev/tox) from 3.25.1 to 3.26.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.25.1...3.26.0) --- 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 751ef8c1..12fc24e2 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "pytest<7.2", "pytest-cov==3.0.0", "testfixtures==7.0.0", - "tox==3.25.1", + "tox==3.26.0", "flake8==5.0.4", "flake8-docstrings==1.6.0", "aioresponses==0.7.3",