Skip to content

Commit 2a1ccd5

Browse files
ci(py-deps): bump pytest-cov from 7.0.0 to 7.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ba0b43 commit 2a1ccd5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 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
@@ -25,7 +25,7 @@ pytket-quantinuum = { extras = ["pecos"], version = ">=0.41,<0.59"}
2525
pytest = { version = ">=8.1,<9.1", optional = true }
2626
mypy = { version = ">=1.9,<1.20", optional = true }
2727
sphinx = { version = ">=8.1,<8.3", optional = true }
28-
pytest-cov = { version = ">=6.0,<7.1", optional = true }
28+
pytest-cov = { version = ">=6.0,<7.2", optional = true }
2929
qiskit-ibm-provider = { version = ">=0.11,<0.12", optional = true }
3030
ruff = { version = ">=0.8,<0.16", optional = true }
3131
furo = { version = ">=2024.8,<2025.13", optional = true }

0 commit comments

Comments
 (0)