From fbbf1423b23344aa2290be2f37d38995720765b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:10:34 +0000 Subject: [PATCH] Update tox requirement from ^3 to ^4 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [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/commits/4.11.3) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee260af..e12a93d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ mypy = "^1" [tool.poetry.dev-dependencies] pylint = "*" deepdiff = "*" -tox = "^3" +tox = "^4" black = "*" mypy = "^1"