From 5f8a3961344b19b732cf195862e3a37725f5eed1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:48:57 +0000 Subject: [PATCH] Update tox requirement from >=4.4 to >=4.30.3 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.4.0...4.30.3) --- updated-dependencies: - dependency-name: tox dependency-version: 4.30.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 241e9ef..a136a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ dependencies = [ linkpred = "linkpred.cli:main" [project.optional-dependencies] -dev = ["pytest >=7.1", "pytest-cov", "tox>=4.4"] +dev = ["pytest >=7.1", "pytest-cov", "tox>=4.30.3"] community = ["python-louvain"] -all = ["pytest >=7.1", "pytest-cov", "tox>=4.4", "python-louvain"] +all = ["pytest >=7.1", "pytest-cov", "tox>=4.30.3", "python-louvain"] [project.urls] Home = "https://github.com/rafguns/linkpred/"