From 150793a5bcfbce47d98050f239119aeac8b55419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 16:38:05 +0000 Subject: [PATCH] chore(deps-dev): Update tox requirement from >=4.3.0 to >=4.53.0 Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version. - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.3.0...4.53.0) --- updated-dependencies: - dependency-name: tox dependency-version: 4.53.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d5ea78f8..71e107d4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,7 +1,7 @@ mypy>=1.20.2 mypy-extensions>=0.4.3 mypy-protobuf>=2.9 -tox>=4.3.0 +tox>=4.53.0 coverage>=5.3 pytest>=7.0 wheel