From 482bc76be03dc19ed0602a5b8c8ecebc7cc96866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:27:50 +0000 Subject: [PATCH 1/2] Bump tox from 4.23.0 to 4.23.2 Bumps [tox](https://github.com/tox-dev/tox) from 4.23.0 to 4.23.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.23.0...4.23.2) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6d4909..82c2af5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "pre-commit == 4.0.1", "pytest == 8.3.3", "setuptools_scm == 8.1.0", - "tox == 4.23.0", + "tox == 4.23.2", ] [project.urls] From 1d0f4acc357830361eb01ef1b57c1324b3ff6dcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:38:12 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/229.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/229.misc.rst diff --git a/changes/229.misc.rst b/changes/229.misc.rst new file mode 100644 index 0000000..3e25f18 --- /dev/null +++ b/changes/229.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.23.0 to 4.23.2.