Skip to content

Commit a406983

Browse files
⬆️ Update coverage requirement from ~=5.0 to ~=7.3
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@coverage-5.0...7.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d3b19c commit a406983

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
@@ -45,7 +45,7 @@ testing = [
4545
"pytest-cov",
4646
"pytest-regressions",
4747
"ipykernel",
48-
"coverage~=5.0",
48+
"coverage~=7.3",
4949
"black==23.11.0",
5050
"beautifulsoup4==4.12.2",
5151
]
@@ -58,7 +58,7 @@ docs = [
5858
"pyyaml",
5959
"sphinx-book-theme~=1.0.1",
6060
"myst-nb~=1.0",
61-
"coverage~=5.0",
61+
"coverage~=7.3",
6262
"pytest-cov",
6363
"black",
6464
]

0 commit comments

Comments
 (0)