From 4097f1eb7dbfaf094bba0d7aac9ffbd806b03da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:25 +0000 Subject: [PATCH] Update tox requirement from >=4.31.0 to >=4.53.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.31.0...4.53.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.53.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 71a33b2..a482cc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flit>=3.12.0 -tox>=4.31.0 +tox>=4.53.0 pytest>=8.0.0 mdformat >=0.7.0 mdit_py_plugins >=0.4.0