Skip to content

Commit 2e6d7e1

Browse files
Update coverage[toml] requirement from ~=7.4.4 to >=7.4.4,<7.14.0
Updates the requirements on [coverage[toml]](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.4...7.13.5) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.13.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3414a2f commit 2e6d7e1

2 files changed

Lines changed: 172 additions & 98 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ lint = [
9191
"types-requests~=2.31.0",
9292
]
9393
pytest = [
94-
"coverage[toml]~=7.4.4",
94+
"coverage[toml]>=7.4.4,<7.14.0",
9595
"databricks-labs-pytester>=0.7.2",
9696
"pytest~=8.3.3",
9797
"pytest-cov~=4.1.0",

0 commit comments

Comments
 (0)