From b9612b29ffbbb794143ff4bde8425f45060842d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 02:51:26 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.16.0 to 4.20.0 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/compare/4.16.0...4.20.0) --- updated-dependencies: - dependency-name: tox dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e76dae3..6649f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docutils = "0.21.2" [tool.poetry.group.dev.dependencies] -tox = "4.16.0" +tox = "4.20.0" [tool.poetry.group.test.dependencies]