Skip to content

Commit 47ff5f4

Browse files
fix(deps): update dependency coveralls to v4
1 parent 73493e1 commit 47ff5f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repository = "https://github.com/cemsbv/pygef"
1717

1818
[project.optional-dependencies]
1919
plot = ["matplotlib>=3.6,<4"]
20-
test = ["coveralls>=3,<4", "pytest>=9,<10"]
20+
test = ["coveralls>=4,<5", "pytest>=9,<10"]
2121
docs = [
2222
"Sphinx",
2323
"sphinx-autodoc-typehints",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ contourpy==1.3.3
3939
# via matplotlib
4040
coverage==6.5.0
4141
# via coveralls
42-
coveralls==3.3.1
42+
coveralls==4.0.2
4343
# via pygef (pyproject.toml)
4444
cycler==0.12.1
4545
# via matplotlib

0 commit comments

Comments
 (0)