From 24a411d3955fbef3e1597fb0dfd3164c0167d987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:59:53 +0000 Subject: [PATCH] fix: bump tox from 4.6.3 to 4.15.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.6.3 to 4.15.1. - [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.6.3...4.15.1) --- 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 2339f9e..a3e9b37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ dev = [ "black==23.3.0", "pre-commit>=2.19.0", "pytest==7.4.0", - "tox==4.6.3", + "tox==4.15.1", "sphinx<7", "sphinx-rtd-theme" ]