Skip to content

Commit

Permalink
chore(deps): update pytest-cov requirement from <6,>=4 to >=4,<7
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and navasvarela committed Nov 12, 2024
1 parent 48bfbcb commit e70b1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ license = { file = "LICENSE" }

[project.optional-dependencies]
docs = ["toml~=0.10.2", "sphinx>=5,<9", "sphinx-rtd-theme>=1.0,<3.1"]
test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<6"]
test = ["pytest>=7.4,<9.0", "pytest-cov>=4,<7"]
lint = ["pylint>=2.17,<3.4"]

[tool.setuptools]
Expand All @@ -29,7 +29,7 @@ dev-dependencies = [
"sphinx>=5,<9",
"sphinx-rtd-theme>=1.0,<3.1",
"pytest>=7.4,<9.0",
"pytest-cov>=4,<6",
"pytest-cov>=4,<7",
"pylint>=2.17,<3.4",
"nada-mir-proto[dev]",
"tomli",
Expand Down

0 comments on commit e70b1f8

Please sign in to comment.