From 44845916db20c865c03df0061d63b8ba3adb21a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:17:05 +0000 Subject: [PATCH] Bump tox from 4.18.1 to 4.21.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.18.1 to 4.21.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.18.1...4.21.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 67ed5528..e3d3f952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ tests = [ "pytest-cov==5.0.0", "pytest==8.3.3", - "tox==4.18.1", + "tox==4.21.1", "python-dotenv==1.0.1", ] tools = ["pyperclip==1.9.0"]