Skip to content

Commit 1e3dc8b

Browse files
committed
update testing dependencies within pyproject.toml
1 parent 48313f7 commit 1e3dc8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Documentation = "https://codeentropy.readthedocs.io"
5757

5858
[project.optional-dependencies]
5959
testing = [
60-
"pytest==8.2.2",
61-
"pytest-cov==5.0.0",
62-
"pytest-sugar==1.0.0"
60+
"pytest>=8.4.2",
61+
"pytest-cov>=7.0.0",
62+
"pytest-sugar>=1.1.1"
6363
]
6464

6565
pre-commit = [

0 commit comments

Comments
 (0)