From a1b09f5939f78f048db8a574c6715743402119a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:18:05 +0000 Subject: [PATCH 1/2] Bump tox from 4.20.0 to 4.21.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.20.0 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.20.0...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 029476a..e1d7189 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.3", "setuptools_scm == 8.1.0", - "tox == 4.20.0", + "tox == 4.21.2", ] [project.urls] From c96906c624a42a724eecba4c80d46e1f1fbc756a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 20:20:40 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/217.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/217.misc.rst diff --git a/changes/217.misc.rst b/changes/217.misc.rst new file mode 100644 index 0000000..4ac1456 --- /dev/null +++ b/changes/217.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.20.0 to 4.21.2.