From aa2d03c32e2c7aaefb2ecbf0e4e37e01195dd72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 21:13:40 +0000 Subject: [PATCH] Bump tox from 4.5.2 to 4.6.3 Bumps [tox](https://github.com/tox-dev/tox) from 4.5.2 to 4.6.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.5.2...4.6.3) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b230b339..605358148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ test = [ "pytest-cov==4.1.0", "pytest-xdist==3.3.1", "pytest==7.3.1", - "tox==4.5.2", + "tox==4.6.3", ] ui_test = [ "pytest-timeout==2.1.0",