From 1d11e3e7c635100fe8d5d5597b4867f05296fc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:18:24 +0000 Subject: [PATCH] build(deps-dev): bump tox from 4.11.3 to 4.12.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.11.3 to 4.12.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.11.3...4.12.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 066e39c..4c9abae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "codespell==2.2.6", "refurb==1.24.0", "ruff==0.1.6", - "tox==4.11.3", + "tox==4.12.1", "types-toml==0.10.8.7", ]