From bd98ff00c0bfbd9d0aaf4f734b1f1eaedb0c92be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:54:42 +0000 Subject: [PATCH] Update tox requirement from <5.0.0,>=4.23.2 to >=4.52.1,<5.0.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.23.2...4.52.1) --- updated-dependencies: - dependency-name: tox dependency-version: 4.52.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 744c55d..95ff8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ dev = [ "ipython>=7.0.0,<10.0.0", "pre-commit>=2.0.0,<5.0.0", - "tox>=4.23.2,<5.0.0", + "tox>=4.52.1,<5.0.0", "networksim[test]", ] test = [