Skip to content

Commit 8e1e6b6

Browse files
ci: update pytest-cov requirement from <5.0.0,>=4.1.0 to >=4.1.0,<7.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef18a25 commit 8e1e6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dev = [
5858
"pre-commit>=3.2.0,<4.2.0",
5959
"pytest>=8.0.0,<9.0.0",
6060
"pytest-asyncio>=0.26.0,<0.27.0",
61-
"pytest-cov>=4.1.0,<5.0.0",
61+
"pytest-cov>=4.1.0,<7.0.0",
6262
"pytest-xdist>=3.0.0,<4.0.0",
6363
"ruff>=0.4.4,<0.5.0",
6464
]
@@ -144,7 +144,7 @@ extra-dependencies = [
144144
"moto>=5.1.0,<6.0.0",
145145
"pytest>=8.0.0,<9.0.0",
146146
"pytest-asyncio>=0.26.0,<0.27.0",
147-
"pytest-cov>=4.1.0,<5.0.0",
147+
"pytest-cov>=4.1.0,<7.0.0",
148148
"pytest-xdist>=3.0.0,<4.0.0",
149149
]
150150
extra-args = [

0 commit comments

Comments
 (0)