Skip to content

Commit 39b8fc1

Browse files
poetry: bump pytest-cov from 4.1.0 to 5.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ead1cc commit 39b8fc1

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

poetry.lock

Lines changed: 8 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ layers = {path = "layer", develop = true}
1919
nrlf-converter = {url = "https://github.com/NHSDigital/nrlf-converter/releases/download/0.0.9/nrlf_converter-0.0.9-py3-none-any.whl"}
2020
pytest = "^8.1.1"
2121
pytest-mock = "^3.12.0"
22-
pytest-cov = "^4.1.0"
22+
pytest-cov = "^5.0.0"
2323
boto3 = "^1.34.60"
2424
sh = "^2.0.6"
2525
moto = {extras = ["dynamodb", "s3"], version = "^5.0.3"}

0 commit comments

Comments
 (0)