From dbc1dec71a1046222e989a5e3bd00f95e7f2ea3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:53:04 +0000 Subject: [PATCH] Update tox requirement from >=4.56.1 to >=4.61.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.56.1...4.61.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.61.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 028c1ac..0362692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ flit>=3.12.0 -tox>=4.56.1 +tox>=4.61.1 pytest>=9.1.1 mdformat >=0.7.0 mdit_py_plugins >=0.4.0