Skip to content

Commit eacd2ea

Browse files
Update coverage[toml] requirement from ~=7.4.4 to >=7.4.4,<7.16.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.15.2) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.15.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab30bde commit eacd2ea

2 files changed

Lines changed: 4161 additions & 4102 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ lint = [
130130
]
131131
test = [
132132
"pip~=26.0", # required by databricks-labs-blueprint WheelsV2 which calls `pip wheel`; remove after blueprint migrates to uv
133-
"coverage[toml]~=7.4.4",
133+
"coverage[toml]>=7.4.4,<7.16.0",
134134
"databricks-labs-pytester~=0.7.4",
135135
"pytest~=8.3.3",
136136
"pytest-cov~=4.1.0",

0 commit comments

Comments
 (0)