From e91b4b20670fcf3c3149ebf7f1ceaeadf21963a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:49:20 +0000 Subject: [PATCH] Update pytest requirement from >=7.1 to >=8.4.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 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..ae47b8b 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 >=8.4.2", "pytest-cov", "tox>=4.4"] community = ["python-louvain"] -all = ["pytest >=7.1", "pytest-cov", "tox>=4.4", "python-louvain"] +all = ["pytest >=8.4.2", "pytest-cov", "tox>=4.4", "python-louvain"] [project.urls] Home = "https://github.com/rafguns/linkpred/"