chore(deps-dev): bump pytest-cov from 4.1.0 to 7.0.0 - #19
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
|
Dependabot attempted to update this pull request, but because the branch |
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
cfcd4d6 to
f142401
Compare
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| pydantic-settings = "^2.11" | ||
| typer = {extras = ["all"], version = "^0.20.0"} | ||
| rich = "^14.2" | ||
| rich = "^13.0" |
There was a problem hiding this comment.
Bug: Unintended Dependency Downgrade Introduced
The rich dependency constraint was changed from ^14.2 to ^13.0, causing a downgrade from version 14.2.0 to 13.9.4 in the lock file. This unintended downgrade contradicts the PR's stated purpose of only bumping pytest-cov and may introduce compatibility issues or remove features from the newer version.
| tenacity = "^9.1" | ||
| aiofiles = "^24.1" | ||
| streamlit = "^1.51.0" | ||
| streamlit = "^1.50.0" |
There was a problem hiding this comment.
Bug: Unintended Downgrade: Version Constraint Mismatch
The streamlit dependency constraint was changed from ^1.51.0 to ^1.50.0, causing a downgrade from version 1.51.0 to 1.50.0 in the lock file. This unintended downgrade contradicts the PR's stated purpose of only bumping pytest-cov and may introduce compatibility issues or remove features from the newer version.
| pytest-cov = "^4.1" | ||
| ruff = "^0.14.4" | ||
| pytest-cov = "^7.0" | ||
| ruff = "^0.14.2" |
There was a problem hiding this comment.
Bug: Unintended Ruff Dependency Regression
The ruff dependency constraint was changed from ^0.14.4 to ^0.14.2, causing a downgrade from version 0.14.4 to 0.14.2 in the lock file. This unintended downgrade contradicts the PR's stated purpose of only bumping pytest-cov and may introduce compatibility issues or remove linting rules from the newer version.
| ruff = "^0.14.2" | ||
| mypy = "^1.18" | ||
| pre-commit = "^4.4" | ||
| pre-commit = "^4.3" |
There was a problem hiding this comment.
Bug: Accidental pre-commit Dependency Downgrade
The pre-commit dependency constraint was changed from ^4.4 to ^4.3, causing a downgrade from version 4.4.0 to 4.3.0 in the lock file. This unintended downgrade contradicts the PR's stated purpose of only bumping pytest-cov and may introduce compatibility issues or remove features from the newer version.
Bumps pytest-cov from 4.1.0 to 7.0.0.
Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
224d896Bump version: 6.3.0 → 7.0.073424e3Cleanup the docs a bit.36f1cc2Bump pins in template.f299c59Bump the github-actions group with 2 updates25f0b2eUpdate docs/config.rstbb23eacImprove configuration docsa19531eSwitch from build/pre-commit to uv/prek - this should make this faster.82f9993Update changelog.211b5cdFix links.97aadd7Update some ci config, reformat and apply some lint fixes.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Updates pytest-cov to 7.0.0 with required dependency adjustments and aligns several runtime/dev package versions in pyproject.toml and poetry.lock.
pytest-cov→7.0.0with new deps:coverage >=7.10.6,pytest >=7,pluggy >=1.2.coverage→7.11.3(python >=3.10).ruffpinned to0.14.2andpre-committo4.3.0.streamlitpinned to^1.50.0(lock reflects 1.50.0; relaxespyarrowto ">=7.0" and tightenspillow <12).richpinned to^13(lock to13.9.4), withtyping-extensionsadded for Python <3.11.pyproject.tomlandpoetry.lockupdated to reflect the above version and constraint changes (metadata content-hash updated).Written by Cursor Bugbot for commit f142401. This will update automatically on new commits. Configure here.