From b9a372b791270fcacfa82a930e5fcba722365af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:07:03 +0000 Subject: [PATCH 1/2] Bump tox from 4.21.2 to 4.23.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.21.2 to 4.23.0. - [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.21.2...4.23.0) --- 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 79efa3c..1577fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pre-commit == 4.0.1 ; python_version >= '3.9'", "pytest == 8.3.3", "setuptools_scm == 8.1.0", - "tox == 4.21.2", + "tox == 4.23.0", "toga-dummy >= 0.4.0", ] # Docs are always built on a specific Python version; see RTD and tox config files. From 76f389ffdde696580810feb9f8cb212b66128e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:07:17 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/184.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/184.misc.rst diff --git a/changes/184.misc.rst b/changes/184.misc.rst new file mode 100644 index 0000000..f1c1e39 --- /dev/null +++ b/changes/184.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.21.2 to 4.23.0.