Skip to content

Commit 541bd7d

Browse files
build(deps-dev): bump pytest from 7.1.2 to 7.4.0 (#29)
* build(deps-dev): bump pytest from 7.1.2 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.1.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: upgrade pytest-cov from 3.0.0 to 4.1.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Knell <contact@danielknell.co.uk>
1 parent 26013ac commit 541bd7d

File tree

2 files changed

+26
-36
lines changed

2 files changed

+26
-36
lines changed

poetry.lock

Lines changed: 25 additions & 35 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
@@ -17,7 +17,7 @@ pylint = "^2.13.8"
1717
mypy = "^0.950"
1818
pytest = "^7.1.2"
1919
pytest-asyncio = "^0.18.3"
20-
pytest-cov = "^3.0.0"
20+
pytest-cov = "^4.1.0"
2121
docformatter = "^1.4"
2222
pytest-pylint = "^0.18.0"
2323
pytest-mypy = "^0.9.1"

0 commit comments

Comments
 (0)