From a21520ec943a8782c3668eb2532a357c233c422c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:43:30 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.16.0 to 4.19.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.19.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..ff146f2 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.19.0" [tool.poetry.group.test.dependencies]