Skip to content

Commit cefe2c2

Browse files
Bump pytest-cov from 6.2.0 to 6.2.1 (#11204)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.2.0 to 6.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst">pytest-cov's changelog</a>.</em></p> <blockquote> <h2>6.2.1 (2025-06-12)</h2> <ul> <li> <p>Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.</p> </li> <li> <p>Removed deprecated license classifier (packaging).</p> </li> <li> <p>Disabled coverage warnings in two more situations where they have no value:</p> <ul> <li>&quot;module-not-measured&quot; in workers</li> <li>&quot;already-imported&quot; in subprocesses</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/55dbe43f04f839b760ea346e560276d641998c77"><code>55dbe43</code></a> Bump version: 6.2.0 → 6.2.1</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/d17e9b765e9832e70fe8101daa2f5f42ce447cc2"><code>d17e9b7</code></a> Update changelog.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/8964ab7595dd10748cad66376289476049340ea4"><code>8964ab7</code></a> Add a note for this warning disable.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/e932e41e50f37d03a4d600084411661bc1f08ab8"><code>e932e41</code></a> Prevent unimported warnings @ pytest-xdist workers</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/573379ba34539db32cb3a43222f33b7c304af34a"><code>573379b</code></a> Bring pytest-cov's suprocess management in line with coverage's process_start...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/f1884e854f2687ccfe36747a11e7f3352f168f90"><code>f1884e8</code></a> Fix xdist pin.</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/512c6699010cc0d8145f1f926d876cafba840015"><code>512c669</code></a> Added minium version requirements for pluggin (for new-style hookwrappers). P...</li> <li><a href="https://github.com/pytest-dev/pytest-cov/commit/629ba644a56148d09fe0f2c20602681bc20027a7"><code>629ba64</code></a> Remove deprecated license classifier.</li> <li>See full diff in <a href="https://github.com/pytest-dev/pytest-cov/compare/v6.2.0...v6.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-cov&package-manager=pip&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 122d7c3 commit cefe2c2

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

requirements/constraints.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ pkgconfig==1.5.5
140140
platformdirs==4.3.8
141141
# via virtualenv
142142
pluggy==1.6.0
143-
# via pytest
143+
# via
144+
# pytest
145+
# pytest-cov
144146
pre-commit==4.2.0
145147
# via -r requirements/lint.in
146148
propcache==0.3.2
@@ -185,7 +187,7 @@ pytest-codspeed==3.2.0
185187
# via
186188
# -r requirements/lint.in
187189
# -r requirements/test.in
188-
pytest-cov==6.2.0
190+
pytest-cov==6.2.1
189191
# via -r requirements/test.in
190192
pytest-mock==3.14.1
191193
# via

requirements/dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ pkgconfig==1.5.5
137137
platformdirs==4.3.8
138138
# via virtualenv
139139
pluggy==1.6.0
140-
# via pytest
140+
# via
141+
# pytest
142+
# pytest-cov
141143
pre-commit==4.2.0
142144
# via -r requirements/lint.in
143145
propcache==0.3.2
@@ -180,7 +182,7 @@ pytest-codspeed==3.2.0
180182
# via
181183
# -r requirements/lint.in
182184
# -r requirements/test.in
183-
pytest-cov==6.2.0
185+
pytest-cov==6.2.1
184186
# via -r requirements/test.in
185187
pytest-mock==3.14.1
186188
# via

requirements/test.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ packaging==25.0
7272
pkgconfig==1.5.5
7373
# via -r requirements/test.in
7474
pluggy==1.6.0
75-
# via pytest
75+
# via
76+
# pytest
77+
# pytest-cov
7678
propcache==0.3.2
7779
# via
7880
# -r requirements/runtime-deps.in
@@ -98,7 +100,7 @@ pytest==8.1.1
98100
# pytest-xdist
99101
pytest-codspeed==3.2.0
100102
# via -r requirements/test.in
101-
pytest-cov==6.2.0
103+
pytest-cov==6.2.1
102104
# via -r requirements/test.in
103105
pytest-mock==3.14.1
104106
# via -r requirements/test.in

0 commit comments

Comments
 (0)