Skip to content

Commit df943a9

Browse files
Bump pytest-cov from 4.1.0 to 5.0.0 (#343)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9cce786 commit df943a9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ flake8 = {version = "^7.0.0", python = "^3.10"}
4646
ipython = {version = "^8.20.0", python = "^3.10"}
4747
mypy = "^1.5.0"
4848
pytest = "^8.1.0"
49-
pytest-cov = "^4.1.0"
49+
pytest-cov = ">=4.1,<6.0"
5050

5151
[tool.poetry.scripts]
5252
eciespy = "ecies.__main__:main"

0 commit comments

Comments
 (0)