From 5a0a153353cfecbbefceb254399d87bf2b017fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:28:30 +0000 Subject: [PATCH 1/2] Bump tox from 4.13.0 to 4.14.1 in /core 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] --- core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pyproject.toml b/core/pyproject.toml index 40a09ff0e2..c0d0f5b139 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "pytest-asyncio == 0.23.5", "pytest-freezer == 0.4.8", "setuptools-scm == 8.0.4", - "tox == 4.13.0", + "tox == 4.14.1", # typing-extensions needed for TypeAlias added in Py 3.10 "typing-extensions == 4.9.0 ; python_version < '3.10'" ] From d4f48cd235f8ce0c166c9e2e3289851f47dbc341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:28:48 +0000 Subject: [PATCH 2/2] Add changenote. [dependabot skip] --- changes/2449.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2449.misc.rst diff --git a/changes/2449.misc.rst b/changes/2449.misc.rst new file mode 100644 index 0000000000..fb0829b0d0 --- /dev/null +++ b/changes/2449.misc.rst @@ -0,0 +1 @@ +Updated tox from 4.13.0 to 4.14.1 in /core.