From 15dd27cf8455f039faf27eb483304859a8ef0597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:40:16 +0000 Subject: [PATCH] Bump tox from 4.15.1 to 4.21.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.15.1 to 4.21.2. - [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.15.1...4.21.2) --- 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 43cd6bf5..97481c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ test = [ "factory-boy==3.3.0", "pytest-django==4.8.0", "pytest-cov==5.0.0", - "tox==4.15.1", + "tox==4.21.2", "django-debug-toolbar==4.4.6", "beautifulsoup4==4.12.3", ]