From 9f5cce2b6d8079bffb8b7ef9cd2fbd54262a761d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:44:17 +0000 Subject: [PATCH 1/2] Bump tox from 4.13.0 to 4.14.1 Bumps [tox](https://github.com/tox-dev/tox) from 4.13.0 to 4.14.1. - [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.13.0...4.14.1) --- 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 7751b92..51d2ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pre-commit == 3.6.2 ; python_version >= '3.9'", "pytest == 8.0.2", "setuptools_scm == 8.0.4", - "tox == 4.13.0", + "tox == 4.14.1", ] [project.urls] From 700793a88922e97e95e7fa410ed3da669c16dd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:44:27 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/146.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/146.misc.rst diff --git a/changes/146.misc.rst b/changes/146.misc.rst new file mode 100644 index 0000000..c724abc --- /dev/null +++ b/changes/146.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.13.0 to 4.14.1.