From 2d2c18b2180ef0ed7f12f4ca32768a0d76d5cf57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:52:30 +0000 Subject: [PATCH] Update tox requirement from >=4.31.0 to >=4.56.1 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.31.0...4.56.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.56.1 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 71a33b2..d6b32ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flit>=3.12.0 -tox>=4.31.0 +tox>=4.56.1 pytest>=8.0.0 mdformat >=0.7.0 mdit_py_plugins >=0.4.0