From ceb74b5756fe9292a43b64ad5c68f35d87b39dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:29:37 +0000 Subject: [PATCH] Bump tox from 4.15.0 to 4.15.1 in /core Bumps [tox](https://github.com/tox-dev/tox) from 4.15.0 to 4.15.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.15.0...4.15.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch ... 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 3d09110f62..e5c8cfc0d7 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -75,7 +75,7 @@ dev = [ "pytest-asyncio == 0.23.7", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0", - "tox == 4.15.0", + "tox == 4.15.1", # typing-extensions needed for TypeAlias added in Py 3.10 "typing-extensions == 4.9.0 ; python_version < '3.10'", ]