From b4efaf1d6dc5c6c36887dce7a739f2391b9482e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 06:54:34 +0000 Subject: [PATCH] Bump tox from 4.3.5 to 4.4.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.3.5 to 4.4.2. - [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.3.5...4.4.2) --- 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 dcedd74..fe22222 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "pytest<7.3", "pytest-cov==4.0.0", "testfixtures==7.0.4", - "tox==4.3.5", + "tox==4.4.2", "flake8==6.0.0", "flake8-docstrings==1.6.0", "asynctest==0.13.0",