From f07cc29e4682f2d57c3d54fd51b4b96e67133fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 23:42:36 +0000 Subject: [PATCH] Bump tox from 4.11.1 to 4.11.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.1 to 4.11.3. - [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.11.1...4.11.3) --- 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 fcbe9243..934f2e8d 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ "pytest<7.5", "pytest-cov==4.1.0", "testfixtures==7.1.0", - "tox==4.11.1", + "tox==4.11.3", "flake8==6.1.0", "flake8-docstrings==1.7.0", "aioresponses==0.7.4",