From d0083549db0bab665a5fad1685ebc1d2ad687b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 16:41:03 +0000 Subject: [PATCH] build(deps): bump tox from 4.14.2 to 4.15.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 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.14.2...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 25db754..857c1f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "codespell==2.2.6", "refurb==2.0.0", "ruff==0.3.7", - "tox==4.14.2", + "tox==4.15.1", "types-toml==0.10.8.20240310", ]