Skip to content

Commit 8a4ccd8

Browse files
dependabot[bot]surister
authored andcommitted
Update pytest-cov requirement from <6 to <7 in /cratedb_sqlparse_py
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@v1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5948fb5 commit 8a4ccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cratedb_sqlparse_py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ release = [
9494
]
9595
test = [
9696
"pytest<9",
97-
"pytest-cov<6",
97+
"pytest-cov<7",
9898
]
9999
[project.urls]
100100
changelog = "https://github.com/crate/cratedb-sqlparse/blob/main/CHANGES.md"

0 commit comments

Comments
 (0)