From ae1072ed77d3628fdf99317b4e3d6c76ad9715f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 23:56:50 +0000 Subject: [PATCH] Bump tox from 4.5.2 to 4.6.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.5.2 to 4.6.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.5.2...4.6.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 de742c1b..9fd0c36d 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "pytest<7.4", "pytest-cov==4.1.0", "testfixtures==7.1.0", - "tox==4.5.2", + "tox==4.6.0", "flake8==6.0.0", "flake8-docstrings==1.7.0", "aioresponses==0.7.4",