From b2650c73f963e50105d703ea5e2a0155e1fbef1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 03:05:08 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from 4.16.0 to 4.22.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.22.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 1f08307..8af4a18 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.22.0" [tool.poetry.group.test.dependencies]