From e7ce5bdddba72dda8ff823169e4466321e4bf983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:21:35 +0000 Subject: [PATCH] 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](https://github.com/pytest-dev/pytest-cov/compare/v1.0...v6.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cratedb_sqlparse_py/pyproject.toml b/cratedb_sqlparse_py/pyproject.toml index f5a4660..ab03ece 100644 --- a/cratedb_sqlparse_py/pyproject.toml +++ b/cratedb_sqlparse_py/pyproject.toml @@ -94,7 +94,7 @@ release = [ ] test = [ "pytest<9", - "pytest-cov<6", + "pytest-cov<7", ] [project.urls] changelog = "https://github.com/crate/cratedb-sqlparse/blob/main/CHANGES.md"