From 0c842cd918f556aff5de6c191a6995d1755b39c4 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Sep 2024 20:04:25 +0000
Subject: [PATCH 1/2] Bump tox from 4.18.1 to 4.20.0

Bumps [tox](https://github.com/tox-dev/tox) from 4.18.1 to 4.20.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.18.1...4.20.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index be81ef2..cca8ef1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ dev = [
     "pre-commit == 3.8.0 ; python_version >= '3.9'",
     "pytest == 8.3.3",
     "setuptools_scm == 8.1.0",
-    "tox == 4.18.1",
+    "tox == 4.20.0",
     "toga-dummy >= 0.4.0",
 ]
 # Docs are always built on a specific Python version; see RTD and tox config files.

From 1d51e67c247d385775de13e94ee02962ed5016f1 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Sep 2024 20:04:37 +0000
Subject: [PATCH 2/2] Add changenote. [dependabot skip]

---
 changes/170.misc.rst | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 changes/170.misc.rst

diff --git a/changes/170.misc.rst b/changes/170.misc.rst
new file mode 100644
index 0000000..d112536
--- /dev/null
+++ b/changes/170.misc.rst
@@ -0,0 +1 @@
+Updated tox from 4.18.1 to 4.20.0.