Skip to content

Commit b7b17ff

Browse files
Bump coverage from 7.13.2 to 7.13.3 (#12032)
Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.2 to 7.13.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst">coverage's changelog</a>.</em></p> <blockquote> <h2>Version 7.13.3 — 2026-02-03</h2> <ul> <li>Fix: in some situations, third-party code was measured when it shouldn't have been, slowing down test execution. This happened with layered virtual environments such as uv sometimes makes. The problem is fixed, closing <code>issue 2082</code>_. Now any directory on sys.path that is inside a virtualenv is considered third-party code.</li> </ul> <p>.. _issue 2082: <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2082">coveragepy/coveragepy#2082</a></p> <p>.. _changes_7-13-2:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coveragepy/coveragepy/commit/6bf962f476b2f4cf344e9aa981dbbc8138cdfb69"><code>6bf962f</code></a> docs: sample HTML for 7.13.3</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/9f2e54c31bfe3af00d1d276a4e76014b896c13ad"><code>9f2e54c</code></a> docs: prep for 7.13.3</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/6208c42e7ee6047d6d21b3c5c515f56fc10e7b2d"><code>6208c42</code></a> fix: find third-party packages in more locations. <a href="https://redirect.github.com/coveragepy/coveragepy/issues/2082">#2082</a></li> <li><a href="https://github.com/coveragepy/coveragepy/commit/edb50169c00ad9a90b2104a85adc57965dc23c2e"><code>edb5016</code></a> refactor: make dataclass imports uniform</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/b05826a0f6ab909fe136468647a45e74926cd570"><code>b05826a</code></a> chore: bump actions/setup-python in the action-dependencies group (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2126">#2126</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/b519e17acf1c311c0868e7e571da47b43dd1f6f7"><code>b519e17</code></a> refactor: no need for ox_profile connection</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/775f1cb19d232e6849b5bb662431390cc7d9a0b5"><code>775f1cb</code></a> build: remove pudb, I can install it if I need it</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/0ccb1fe603352cfdc2c4cfbe062a84015d8f3454"><code>0ccb1fe</code></a> chore: make upgrade</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/e9e2a0e8e740915c525256e84e2a628849374c5c"><code>e9e2a0e</code></a> chore: bump actions/checkout in the action-dependencies group (<a href="https://redirect.github.com/coveragepy/coveragepy/issues/2122">#2122</a>)</li> <li><a href="https://github.com/coveragepy/coveragepy/commit/77e1a04e898ed8851eeb17f761b4fecacf3de01c"><code>77e1a04</code></a> chore: make upgrade</li> <li>Additional commits viewable in <a href="https://github.com/coveragepy/coveragepy/compare/7.13.2...7.13.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=coverage&package-manager=pip&previous-version=7.13.2&new-version=7.13.3)](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 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 543ed1f commit b7b17ff

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ click==8.3.1
5555
# slotscheck
5656
# towncrier
5757
# wait-for-it
58-
coverage==7.13.2
58+
coverage==7.13.3
5959
# via
6060
# -r requirements/test-common.in
6161
# pytest-cov

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ click==8.3.1
5555
# slotscheck
5656
# towncrier
5757
# wait-for-it
58-
coverage==7.13.2
58+
coverage==7.13.3
5959
# via
6060
# -r requirements/test-common.in
6161
# pytest-cov

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==2.0.0
1414
# pytest-codspeed
1515
click==8.3.1
1616
# via wait-for-it
17-
coverage==7.13.2
17+
coverage==7.13.3
1818
# via
1919
# -r requirements/test-common.in
2020
# pytest-cov

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cffi==2.0.0
2929
# pytest-codspeed
3030
click==8.3.1
3131
# via wait-for-it
32-
coverage==7.13.2
32+
coverage==7.13.3
3333
# via
3434
# -r requirements/test-common.in
3535
# pytest-cov

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cffi==2.0.0
2929
# pytest-codspeed
3030
click==8.3.1
3131
# via wait-for-it
32-
coverage==7.13.2
32+
coverage==7.13.3
3333
# via
3434
# -r requirements/test-common.in
3535
# pytest-cov

0 commit comments

Comments
 (0)