From cae8de16f4eb9c8f622b7cf1a9c88ef96426384e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:08:29 +0000 Subject: [PATCH] chore(deps-dev): update tox requirement from >=3.9.0 to >=4.58.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/3.9.0...4.58.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.58.0 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 67d7b17..32d6e75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ typing-extensions = ">=4.7.1" [tool.poetry.dev-dependencies] pytest = ">=8.1.0" -tox = ">=3.9.0" +tox = ">=4.58.0" flake8 = ">=4.0.0" types-python-dateutil = ">=2.8.19.14" mypy = "1.4.1"