Skip to content

chore(deps): update all non-major dependencies #3217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
coverage ==7.8.2 -> ==7.9.1 age adoption passing confidence minor
maxbrunet/pre-commit-renovate 40.49.0 -> 40.57.1 age adoption passing confidence repository minor
pytest-cov (changelog) ==6.1.1 -> ==6.2.1 age adoption passing confidence minor
python 3.12-alpine -> 3.13-alpine age adoption passing confidence final minor
python 3.12-alpine -> 3.13-alpine age adoption passing confidence stage minor
python-semantic-release/python-semantic-release v10.0.2 -> v10.1.0 age adoption passing confidence action minor
types-requests (changelog) ==2.32.0.20250602 -> ==2.32.4.20250611 age adoption passing confidence patch

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

nedbat/coveragepy (coverage)

v7.9.1

Compare Source

  • The "no-ctracer" warning is not issued for Python pre-release versions.
    Coverage doesn't ship compiled wheels for those versions, so this was far too
    noisy.

  • On Python 3.14+, the "sysmon" core is now the default if it's supported for
    your configuration. Plugins and dynamic contexts are still not supported
    with it.

.. _changes_7-9-0:

v7.9.0

Compare Source

  • Added a [run] core configuration setting to specify the measurement core,
    which was previously only available through the COVERAGE_CORE environment
    variable. Finishes issue 1746_.

  • Fixed incorrect rendering of f-strings with doubled braces, closing issue 1980_.

  • If the C tracer core can't be imported, a warning ("no-ctracer") is issued
    with the reason.

  • The C tracer core extension module now conforms to PEP 489, closing issue 1977. Thanks, Adam Turner <pull 1978_>_.

  • Fixed a "ValueError: min() arg is an empty sequence" error caused by strange
    empty modules, found by oss-fuzz_.

.. _issue 1746:https://github.com/nedbat/coveragepy/issues/17466
.. _issue 1977https://github.com/nedbat/coveragepy/issues/197777
.. _pull 197https://github.com/nedbat/coveragepy/pull/1978978
.. _issue 19https://github.com/nedbat/coveragepy/issues/19801980
.. _PEP 489: https://peps.python.org/pep-0489
.. _oss-fuzz: https://google.github.io/oss-fuzz/

.. _changes_7-8-2:

maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v40.57.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.57.1 for more changes

v40.57.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.57.0 for more changes

v40.56.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.56.3 for more changes

v40.56.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.56.2 for more changes

v40.56.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.56.1 for more changes

v40.56.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.56.0 for more changes

v40.55.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.55.2 for more changes

v40.55.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.55.1 for more changes

v40.55.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.55.0 for more changes

v40.54.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.54.1 for more changes

v40.54.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.54.0 for more changes

v40.53.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.53.1 for more changes

v40.53.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.53.0 for more changes

v40.52.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.52.0 for more changes

v40.51.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.51.2 for more changes

v40.51.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.51.1 for more changes

v40.51.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.51.0 for more changes

v40.50.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.50.0 for more changes

v40.49.12

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.12 for more changes

v40.49.11

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.11 for more changes

v40.49.10

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.10 for more changes

v40.49.9

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.9 for more changes

v40.49.8

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.8 for more changes

v40.49.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.7 for more changes

v40.49.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.6 for more changes

v40.49.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.5 for more changes

v40.49.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.3 for more changes

v40.49.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/40.49.1 for more changes

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

v6.2.1

Compare Source

  • Added a version requirement for pytest's pluggy dependency (1.2.0, released 2023-06-21) that has the required new-style hookwrapper API.

  • Removed deprecated license classifier (packaging).

  • Disabled coverage warnings in two more situations where they have no value:

    • "module-not-measured" in workers
    • "already-imported" in subprocesses

v6.2.0

Compare Source

  • The plugin now adds 3 rules in the filter warnings configuration to prevent common coverage warnings being raised as obscure errors::

    default:unclosed database in <sqlite3.Connection object at:ResourceWarning
    once::PytestCovWarning
    once::CoverageWarning

    This fixes most of the bad interactions that are occurring on pytest 8.4 with filterwarnings=error.

    The plugin will check if there already matching rules for the 3 categories
    (ResourceWarning, PytestCovWarning, CoverageWarning) and message (unclosed database in <sqlite3.Connection object at) before adding the filters.

    This means you can have this in your pytest configuration for complete oblivion (not recommended, if that is not clear)::

    filterwarnings = [
    "error",
    "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning",
    "ignore::PytestCovWarning",
    "ignore::CoverageWarning",
    ]

python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)

v10.1.0

Compare Source

====================

✨ Features

  • cmd-version: Always stage version stamped files & changelog even with --no-commit, closes
    #1211_ (PR#1214, de62334)

📖 Documentation

  • cmd-version: Improve command description & include common uses (PR#1214, de62334)

  • configuration-guide: Add how-to guide for uv integration (PR#1214, de62334)

  • github-actions: Clarify with examples of the root_options v10 migration change
    (PR#1271, fbb63ec)

⚙️ Build System

  • deps: Expand python-gitlab dependency to include v6.0.0 (PR#1273, 99fc9cc)

.. _#1211:https://github.com/python-semantic-release/python-semantic-release/issues/12111
.. _99fc9cc: python-semantic-release/python-semantic-release@99fc9cc
.. _de62334: python-semantic-release/python-semantic-release@de62334
.. _fbb63ec: python-semantic-release/python-semantic-release@fbb63ec
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1214/1214
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/1271l/1271
.. _PRhttps://github.com/python-semantic-release/python-semantic-release/pull/1273ll/1273

.. _changelog-v10.0.2:


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 559c5ba to 916b21b Compare June 16, 2025 07:08
@JohnVillalovos JohnVillalovos merged commit 2bab8d4 into main Jun 16, 2025
20 checks passed
@JohnVillalovos JohnVillalovos deleted the renovate/all-minor-patch branch June 16, 2025 14:15
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.

1 participant