From 3cf6687d10030d32670b69c25c6395c6abb27a05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:04:34 +0000 Subject: [PATCH] Bump tox from 4.15.1 to 4.16.0 in /core Bumps [tox](https://github.com/tox-dev/tox) from 4.15.1 to 4.16.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.15.1...4.16.0) --- 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 a0b3a70de0..e4cc5cfbc4 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -76,7 +76,7 @@ dev = [ "pytest-asyncio == 0.23.7", "pytest-freezer == 0.4.8", "setuptools-scm == 8.1.0", - "tox == 4.15.1", + "tox == 4.16.0", # typing-extensions needed for TypeAlias added in Py 3.10 "typing-extensions == 4.9.0 ; python_version < '3.10'", ]