Skip to content

Commit ec5fc17

Browse files
committed
Bump testing dependencies
1 parent 76a202a commit ec5fc17

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ exclude = ["tests", "tests.*"]
2626

2727
[project.optional-dependencies]
2828
testing = [
29-
"pytest>=7.1.2",
30-
"pytest-asyncio>=0.19.0",
29+
"pytest>=7.3.1",
30+
"pytest-asyncio>=0.21.0",
3131
"pytest-timeout>=2.1.0",
32-
"pytest-mock>=3.8.2",
33-
"pytest-cov>=3.0.0",
34-
"coveralls",
32+
"pytest-mock>=3.10.0",
33+
"pytest-cov>=4.1.0",
3534
]
3635

3736
[tool.setuptools-git-versioning]

0 commit comments

Comments
 (0)