From de0a51fee442bf29d9d2aa71e786a6d0e9082f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 09:19:52 +0000 Subject: [PATCH] Bump tox from 4.4.6 to 4.4.8 Bumps [tox](https://github.com/tox-dev/tox) from 4.4.6 to 4.4.8. - [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.6...4.4.8) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fff8ccb28..8ea7d8dcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-cov==4.0.0", "pytest-xdist==3.2.0", "pytest==7.2.1", - "tox==4.4.6", + "tox==4.4.8", ] ui_test = [ "pytest-timeout==2.1.0",