From f3680648f866b1c39399a8f04b9ca3b413f87ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:39:48 +0000 Subject: [PATCH 1/2] Bump tox from 4.17.1 to 4.18.0 Bumps [tox](https://github.com/tox-dev/tox) from 4.17.1 to 4.18.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.17.1...4.18.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 20ae795..ad98269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "pre-commit == 3.8.0 ; python_version >= '3.9'", "pytest == 8.3.2", "setuptools_scm == 8.1.0", - "tox == 4.17.1", + "tox == 4.18.0", ] [project.urls] From 22bcdfd3434e67d78637fa2961dbe8ddf0e6c4af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:39:59 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/204.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/204.misc.rst diff --git a/changes/204.misc.rst b/changes/204.misc.rst new file mode 100644 index 0000000..64a2dae --- /dev/null +++ b/changes/204.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.17.1 to 4.18.0.