Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2025

This PR contains the following updates:

Package Change Age Confidence
hightime 0.2.2 -> 1.0.0 age confidence
pytest-cov (changelog) 6.2.1 -> 7.0.0 age confidence

Release Notes

ni/hightime (hightime)

v1.0.0: 1.0.0

Compare Source

Improvements

Bug Fixes

  • Fix infinite recursion with copy/pickle when running under PyPy (#​56)
  • Fix comparisons against unknown types (#​62)

Internal Changes

  • Adopt ni-python-styleguide (#​58)
  • Migrate to Poetry and enable documentation generation (#​59)
  • Update GitHub workflows (#​63)
  • Add security policy (#​66)
  • Begin using Renovate for dependency updates (#​70)
  • Add code owners file (#​67)
  • hightime: Migrate pyproject.toml to Poetry 2.x format (#​92)
  • Bump package to 1.0.0 for stable release (#​97)

New Contributors

Full Changelog: ni/hightime@v0.2.2...v0.3.0

pytest-dev/pytest-cov (pytest-cov)

v7.0.0

Compare Source

  • Dropped support for subprocesses measurement.

    It was a feature added long time ago when coverage lacked a nice way to measure subprocesses created in tests.
    It relied on a .pth file, there was no way to opt-out and it created bad interations
    with coverage's new patch system <https://coverage.readthedocs.io/en/latest/config.html#run-patch>_ added
    in 7.10 <https://coverage.readthedocs.io/en/7.10.6/changes.html#version-7-10-0-2025-07-24>_.

    To migrate to this release you might need to enable the suprocess patch, example for .coveragerc:

    .. code-block:: ini

    [run]
    patch = subprocess

    This release also requires at least coverage 7.10.6.

  • Switched packaging to have metadata completely in pyproject.toml and use hatchling <https://pypi.org/project/hatchling/>_ for
    building.
    Contributed by Ofek Lev in #&#8203;551 <https://github.com/pytest-dev/pytest-cov/pull/551>_
    with some extras in #&#8203;716 <https://github.com/pytest-dev/pytest-cov/pull/716>_.

  • Removed some not really necessary testing deps like six.

v6.3.0

Compare Source

  • Added support for markdown reports.
    Contributed by Marcos Boger in #&#8203;712 <https://github.com/pytest-dev/pytest-cov/pull/712>_
    and #&#8203;714 <https://github.com/pytest-dev/pytest-cov/pull/714>_.
  • Fixed some formatting issues in docs.
    Anonymous contribution in #&#8203;706 <https://github.com/pytest-dev/pytest-cov/pull/706>_.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Sep 29, 2025

Test Results

 10 files  ±0   10 suites  ±0   9s ⏱️ -1s
 54 tests ±0   53 ✅ ±0   1 💤 ±0  0 ❌ ±0 
530 runs  ±0  482 ✅ ±0  48 💤 ±0  0 ❌ ±0 

Results for commit d206b3b. ± Comparison against base commit f5156a5.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the users/renovate/major-python branch from 9dcb57e to d206b3b Compare October 16, 2025 22:32
@renovate renovate bot changed the title chore(deps): update dependency pytest-cov to v7 chore(deps): update python packages (major) Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants