From 049094a5f6662f1defe2ae41f55546dbb443b4fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:52:35 +0000 Subject: [PATCH] Update tox requirement from >=4.56.1 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/4.56.1...4.58.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 028c1ac..d1eee6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flit>=3.12.0 -tox>=4.56.1 +tox>=4.58.0 pytest>=9.1.1 mdformat >=0.7.0 mdit_py_plugins >=0.4.0