From 0fdff1deac2e5edb0a7c1fe99de3ab90ee7fc698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 16:54:26 +0000 Subject: [PATCH] fix(deps): update dependency coveralls to v4 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fc781913..8420d694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ repository = "https://github.com/cemsbv/pygef" [project.optional-dependencies] plot = ["matplotlib>=3.6,<4"] -test = ["coveralls>=3,<4", "pytest>=9,<10"] +test = ["coveralls>=4,<5", "pytest>=9,<10"] docs = [ "Sphinx", "sphinx-autodoc-typehints", diff --git a/requirements.txt b/requirements.txt index 241a9f8e..3f1a55ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,7 +39,7 @@ contourpy==1.3.3 # via matplotlib coverage==6.5.0 # via coveralls -coveralls==3.3.1 +coveralls==4.1.0 # via pygef (pyproject.toml) cycler==0.12.1 # via matplotlib