From 90d5d4e3a00f680cf421282e9168153961823e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 16:29:12 +0000 Subject: [PATCH] deps(deps): update tox requirement 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.0.0...4.54.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.54.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index ec2cda5..3416566 100644 --- a/constraints.txt +++ b/constraints.txt @@ -63,4 +63,4 @@ sphinx>=9.1.0,<10.0.0 sphinx-rtd-theme>=3.1.0,<4.0.0 # Development utilities -tox>=4.0.0,<5.0.0 +tox>=4.54.0,<5.0.0