From 70c9649dcd0bf502e6b564a9c4145aede04caac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 23:03:51 +0000 Subject: [PATCH] Bump tox from 3.24.4 to 3.24.5 Bumps [tox](https://github.com/tox-dev/tox) from 3.24.4 to 3.24.5. - [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.24.4...3.24.5) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26bf6782..1c0cb460 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ "pytest<6.3", "pytest-cov==3.0.0", "testfixtures==6.18.3", - "tox==3.24.4", + "tox==3.24.5", "flake8==4.0.1", "flake8-docstrings==1.6.0", "aioresponses==0.7.2",