From 59ef3c20c433f132012a402c494dc6aab4369b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 08:01:12 +0000 Subject: [PATCH] Bump tox from 4.4.2 to 4.4.4 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.2 to 4.4.4. - [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.4.2...4.4.4) --- 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 7e8ae87..b6a733d 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.4.2", + "tox==4.4.4", "flake8==6.0.0", "flake8-docstrings==1.7.0", "asynctest==0.13.0",