Skip to content

Commit 8f5a32e

Browse files
deps-dev(deps-dev): bump pytest-cov from 4.1.0 to 6.2.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cac15ad commit 8f5a32e

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ all = ["fastapi"]
5050
# Testing framework and plugins
5151
pytest = "^7.0.0"
5252
pytest-asyncio = "^0.23.8"
53-
pytest-cov = "^4.1.0"
53+
pytest-cov = ">=4.1,<7.0"
5454
httpx = "^0.28.1" # Required for FastAPI TestClient in integration tests
5555

5656
# FastAPI is required for development and testing (even though it's optional for users)
@@ -77,7 +77,7 @@ twine = "^6.1.0"
7777
# Test-specific dependencies that might be needed in CI
7878
pytest = "^7.0.0"
7979
pytest-asyncio = "^0.23.8"
80-
pytest-cov = "^4.1.0"
80+
pytest-cov = ">=4.1,<7.0"
8181
httpx = "^0.28.1"
8282
# Include FastAPI for integration tests
8383
fastapi = "^0.115.12"

0 commit comments

Comments
 (0)