Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudquery/plugin-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f38794
Choose a base ref
...
head repository: cloudquery/plugin-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e2c6fe7
Choose a head ref
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 1, 2026

  1. fix(deps): Update dependency numpy to v2.4.1 (#360)

    This PR contains the following updates:
    
    | Package | Update | Change | Pending |
    |---|---|---|---|
    | [numpy](https://github.com/numpy/numpy) ([changelog](https://numpy.org/doc/stable/release)) | patch | `==2.4.0` -> `==2.4.1` | `2.4.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>numpy/numpy (numpy)</summary>
    
    ### [`v2.4.1`](https://github.com/numpy/numpy/releases/tag/v2.4.1): 2.4.1 (Jan 10, 2026)
    
    [Compare Source](https://github.com/numpy/numpy/compare/v2.4.0...v2.4.1)
    
    ### NumPy 2.4.1 Release Notes
    
    The NumPy 2.4.1 is a patch release that fixes bugs discoved after the
    2.4.0 release. In particular, the typo `SeedlessSequence` is preserved to
    enable wheels using the random Cython API and built against NumPy < 2.4.0
    to run without errors.
    
    This release supports Python versions 3.11-3.14
    
    #### Contributors
    
    A total of 9 people contributed to this release. People with a "+" by their
    names contributed a patch for the first time.
    
    -   Alexander Shadchin
    -   Bill Tompkins +
    -   Charles Harris
    -   Joren Hammudoglu
    -   Marten van Kerkwijk
    -   Nathan Goldbaum
    -   Raghuveer Devulapalli
    -   Ralf Gommers
    -   Sebastian Berg
    
    #### Pull requests merged
    
    A total of 15 pull requests were merged for this release.
    
    -   [#&#8203;30490](https://github.com/numpy/numpy/pull/30490): MAINT: Prepare 2.4.x for further development
    -   [#&#8203;30503](https://github.com/numpy/numpy/pull/30503): DOC: `numpy.select`: fix `default` parameter docstring...
    -   [#&#8203;30504](https://github.com/numpy/numpy/pull/30504): REV: Revert part of [#&#8203;30164](https://github.com/numpy/numpy/issues/30164) ([#&#8203;30500](https://github.com/numpy/numpy/issues/30500))
    -   [#&#8203;30506](https://github.com/numpy/numpy/pull/30506): TYP: `numpy.select`: allow passing array-like `default`...
    -   [#&#8203;30507](https://github.com/numpy/numpy/pull/30507): MNT: use if constexpr for compile-time branch selection
    -   [#&#8203;30513](https://github.com/numpy/numpy/pull/30513): BUG: Fix leak in flat assignment iterator
    -   [#&#8203;30516](https://github.com/numpy/numpy/pull/30516): BUG: fix heap overflow in fixed-width string multiply ([#&#8203;30511](https://github.com/numpy/numpy/issues/30511))
    -   [#&#8203;30523](https://github.com/numpy/numpy/pull/30523): BUG: Ensure summed weights returned by np.average always are...
    -   [#&#8203;30527](https://github.com/numpy/numpy/pull/30527): TYP: Fix return type of histogram2d
    -   [#&#8203;30594](https://github.com/numpy/numpy/pull/30594): MAINT: avoid passing ints to random functions that take double...
    -   [#&#8203;30595](https://github.com/numpy/numpy/pull/30595): BLD: Avoiding conflict with pygit2 for static build
    -   [#&#8203;30596](https://github.com/numpy/numpy/pull/30596): MAINT: Fix msvccompiler missing error on FreeBSD
    -   [#&#8203;30608](https://github.com/numpy/numpy/pull/30608): BLD: update vendored Meson to 1.9.2
    -   [#&#8203;30620](https://github.com/numpy/numpy/pull/30620): ENH: use more fine-grained critical sections in array coercion...
    -   [#&#8203;30623](https://github.com/numpy/numpy/pull/30623): BUG: Undo result type change of quantile/percentile but keep...
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    a78bf2b View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency tomli to v2.4.0 (#361)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [tomli](https://github.com/hukkin/tomli) ([changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)) | minor | `==2.3.0` -> `==2.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>hukkin/tomli (tomli)</summary>
    
    ### [`v2.4.0`](https://github.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#240)
    
    [Compare Source](https://github.com/hukkin/tomli/compare/2.3.0...2.4.0)
    
    -   Added
        -   TOML v1.1.0 compatibility
        -   Binary wheels for Windows arm64
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    e2e4941 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. fix(deps): Update dependency cloudquery-plugin-pb to v0.0.52 (#369)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cloudquery-plugin-pb](https://github.com/cloudquery/plugin-pb-python) | patch | `==0.0.51` -> `==0.0.52` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>
    
    ### [`v0.0.52`](https://github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0052-2026-02-02)
    
    [Compare Source](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.51...v0.0.52)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency black to v26 ([#&#8203;205](https://github.com/cloudquery/plugin-pb-python/issues/205)) ([bc358b6](https://github.com/cloudquery/plugin-pb-python/commit/bc358b655f320b03e0ca1b1273d577fdced09146))
    -   **deps:** Update dependency pyarrow to v23 ([#&#8203;206](https://github.com/cloudquery/plugin-pb-python/issues/206)) ([e4c39b6](https://github.com/cloudquery/plugin-pb-python/commit/e4c39b62520e76f2bd5d38517592f0f5d8704e84))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
    cq-bot authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    734baa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix(deps): Update dependency pytest to v9 (#367)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://github.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | major | `==8.4.2` -> `==9.0.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v9.0.2`](https://github.com/pytest-dev/pytest/releases/tag/9.0.2)
    
    [Compare Source](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2)
    
    ### pytest 9.0.2 (2025-12-06)
    
    #### Bug fixes
    
    -   [#&#8203;13896](https://github.com/pytest-dev/pytest/issues/13896): The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
    
        You may enable it again by passing `-p terminalprogress`. We may enable it by default again once compatibility improves in the future.
    
        Additionally, when the environment variable `TERM` is `dumb`, the escape codes are no longer emitted, even if the plugin is enabled.
    
    -   [#&#8203;13904](https://github.com/pytest-dev/pytest/issues/13904): Fixed the TOML type of the `tmp_path_retention_count` settings in the API reference from number to string.
    
    -   [#&#8203;13946](https://github.com/pytest-dev/pytest/issues/13946): The private `config.inicfg` attribute was changed in a breaking manner in pytest 9.0.0.
        Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim.
        It will be deprecated in pytest 9.1 and removed in pytest 10.
    
    -   [#&#8203;13965](https://github.com/pytest-dev/pytest/issues/13965): Fixed quadratic-time behavior when handling `unittest` subtests in Python 3.10.
    
    #### Improved documentation
    
    -   [#&#8203;4492](https://github.com/pytest-dev/pytest/issues/4492): The API Reference now contains cross-reference-able documentation of `pytest's command-line flags <command-line-flags>`.
    
    ### [`v9.0.1`](https://github.com/pytest-dev/pytest/releases/tag/9.0.1)
    
    [Compare Source](https://github.com/pytest-dev/pytest/compare/9.0.0...9.0.1)
    
    ### pytest 9.0.1 (2025-11-12)
    
    #### Bug fixes
    
    -   [#&#8203;13895](https://github.com/pytest-dev/pytest/issues/13895): Restore support for skipping tests via `raise unittest.SkipTest`.
    -   [#&#8203;13896](https://github.com/pytest-dev/pytest/issues/13896): The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
    -   [#&#8203;13904](https://github.com/pytest-dev/pytest/issues/13904): Fixed the TOML type of the verbosity settings in the API reference from number to string.
    -   [#&#8203;13910](https://github.com/pytest-dev/pytest/issues/13910): Fixed <span class="title-ref">UserWarning: Do not expect file_or_dir</span> on some earlier Python 3.12 and 3.13 point versions.
    
    #### Packaging updates and notes for downstreams
    
    -   [#&#8203;13933](https://github.com/pytest-dev/pytest/issues/13933): The tox configuration has been adjusted to make sure the desired
        version string can be passed into its `package_env` through
        the `SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST` environment
        variable as a part of the release process -- by `webknjaz`.
    
    #### Contributor-facing changes
    
    -   [#&#8203;13891](https://github.com/pytest-dev/pytest/issues/13891), [#&#8203;13942](https://github.com/pytest-dev/pytest/issues/13942): The CI/CD part of the release automation is now capable of
        creating GitHub Releases without having a Git checkout on
        disk -- by `bluetech` and `webknjaz`.
    -   [#&#8203;13933](https://github.com/pytest-dev/pytest/issues/13933): The tox configuration has been adjusted to make sure the desired
        version string can be passed into its `package_env` through
        the `SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST` environment
        variable as a part of the release process -- by `webknjaz`.
    
    ### [`v9.0.0`](https://github.com/pytest-dev/pytest/releases/tag/9.0.0)
    
    [Compare Source](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.0)
    
    ### pytest 9.0.0 (2025-11-05)
    
    #### New features
    
    -   [#&#8203;1367](https://github.com/pytest-dev/pytest/issues/1367): **Support for subtests** has been added.
    
        `subtests <subtests>` are an alternative to parametrization, useful in situations where the parametrization values are not all known at collection time.
    
        Example:
    
        ```python
        def contains_docstring(p: Path) -> bool:
            """Return True if the given Python file contains a top-level docstring."""
            ...
    
        def test_py_files_contain_docstring(subtests: pytest.Subtests) -> None:
            for path in Path.cwd().glob("*.py"):
                with subtests.test(path=str(path)):
                    assert contains_docstring(path)
        ```
    
        Each assert failure or error is caught by the context manager and reported individually, giving a clear picture of all files that are missing a docstring.
    
        In addition, `unittest.TestCase.subTest` is now also supported.
    
        This feature was originally implemented as a separate plugin in [pytest-subtests](https://github.com/pytest-dev/pytest-subtests), but since then has been merged into the core.
    
        > \[!NOTE]
        > This feature is experimental and will likely evolve in future releases. By that we mean that we might change how subtests are reported on failure, but the functionality and how to use it are stable.
    
    -   [#&#8203;13743](https://github.com/pytest-dev/pytest/issues/13743): Added support for **native TOML configuration files**.
    
        While pytest, since version 6, supports configuration in `pyproject.toml` files under `[tool.pytest.ini_options]`,
        it does so in an "INI compatibility mode", where all configuration values are treated as strings or list of strings.
        Now, pytest supports the native TOML data model.
    
        In `pyproject.toml`, the native TOML configuration is under the `[tool.pytest]` table.
    
        ```toml
        ```
    
    ### pyproject.toml
    
    \[tool.pytest]
    minversion = "9.0"
    addopts = \["-ra", "-q"]
    testpaths = \[
    "tests",
    "integration",
    ]
    
    ````
    
    The `[tool.pytest.ini_options]` table remains supported, but both tables cannot be used at the same time.
    
    If you prefer to use a separate configuration file, or don't use `pyproject.toml`, you can use `pytest.toml` or `.pytest.toml`:
    
    ``` toml
    
    ### pytest.toml or .pytest.toml
    [pytest]
    minversion = "9.0"
    addopts = ["-ra", "-q"]
    testpaths = [
        "tests",
        "integration",
    ]
    ````
    
    The documentation now (sometimes) shows configuration snippets in both TOML and INI formats, in a tabbed interface.
    
    See `config file formats` for full details.
    
    -   [#&#8203;13823](https://github.com/pytest-dev/pytest/issues/13823): Added a **"strict mode"** enabled by the `strict` configuration option.
    
        When set to `true`, the `strict` option currently enables
    
        -   `strict_config`
        -   `strict_markers`
        -   `strict_parametrization_ids`
        -   `strict_xfail`
    
        The individual strictness options can be explicitly set to override the global `strict` setting.
    
        The previously-deprecated `--strict` command-line flag now enables strict mode.
    
        If pytest adds new strictness options in the future, they will also be enabled in strict mode.
        Therefore, you should only enable strict mode if you use a pinned/locked version of pytest,
        or if you want to proactively adopt new strictness options as they are added.
    
        See `strict mode` for more details.
    
    -   [#&#8203;13737](https://github.com/pytest-dev/pytest/issues/13737): Added the `strict_parametrization_ids` configuration option.
    
        When set, pytest emits an error if it detects non-unique parameter set IDs,
        rather than automatically making the IDs unique by adding <span class="title-ref">0</span>, <span class="title-ref">1</span>, ... to them.
        This can be particularly useful for catching unintended duplicates.
    
    -   [#&#8203;13072](https://github.com/pytest-dev/pytest/issues/13072): Added support for displaying test session **progress in the terminal tab** using the [OSC 9;4;](https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC) ANSI sequence.
        When pytest runs in a supported terminal emulator like ConEmu, Gnome Terminal, Ptyxis, Windows Terminal, Kitty or Ghostty,
        you'll see the progress in the terminal tab or window,
        allowing you to monitor pytest's progress at a glance.
    
        This feature is automatically enabled when running in a TTY. It is implemented as an internal plugin. If needed, it can be disabled as follows:
    
        -   On a user level, using `-p no:terminalprogress` on the command line or via an environment variable `PYTEST_ADDOPTS='-p no:terminalprogress'`.
        -   On a project configuration level, using `addopts = "-p no:terminalprogress"`.
    
    -   [#&#8203;478](https://github.com/pytest-dev/pytest/issues/478): Support PEP420 (implicit namespace packages) as <span class="title-ref">--pyargs</span> target when `consider_namespace_packages` is <span class="title-ref">true</span> in the config.
    
        Previously, this option only impacted package imports, now it also impacts tests discovery.
    
    -   [#&#8203;13678](https://github.com/pytest-dev/pytest/issues/13678): Added a new `faulthandler_exit_on_timeout` configuration option set to "false" by default to let <span class="title-ref">faulthandler</span> interrupt the <span class="title-ref">pytest</span> process after a timeout in case of deadlock.
    
        Previously, a <span class="title-ref">faulthandler</span> timeout would only dump the traceback of all threads to stderr, but would not interrupt the <span class="title-ref">pytest</span> process.
    
        \-- by `ogrisel`.
    
    -   [#&#8203;13829](https://github.com/pytest-dev/pytest/issues/13829): Added support for configuration option aliases via the `aliases` parameter in `Parser.addini() <pytest.Parser.addini>`.
    
        Plugins can now register alternative names for configuration options,
        allowing for more flexibility in configuration naming and supporting backward compatibility when renaming options.
        The canonical name always takes precedence if both the canonical name and an alias are specified in the configuration file.
    
    #### Improvements in existing functionality
    
    -   [#&#8203;13330](https://github.com/pytest-dev/pytest/issues/13330): Having pytest configuration spread over more than one file (for example having both a `pytest.ini` file and `pyproject.toml` with a `[tool.pytest.ini_options]` table) will now print a warning to make it clearer to the user that only one of them is actually used.
    
        \-- by `sgaist`
    
    -   [#&#8203;13574](https://github.com/pytest-dev/pytest/issues/13574): The single argument `--version` no longer loads the entire plugin infrastructure, making it faster and more reliable when displaying only the pytest version.
    
        Passing `--version` twice (e.g., `pytest --version --version`) retains the original behavior, showing both the pytest version and plugin information.
    
        > \[!NOTE]
        > Since `--version` is now processed early, it only takes effect when passed directly via the command line. It will not work if set through other mechanisms, such as `PYTEST_ADDOPTS` or `addopts`.
    
    -   [#&#8203;13823](https://github.com/pytest-dev/pytest/issues/13823): Added `strict_xfail` as an alias to the `xfail_strict` option,
        `strict_config` as an alias to the `--strict-config` flag,
        and `strict_markers` as an alias to the `--strict-markers` flag.
        This makes all strictness options consistently have configuration options with the prefix `strict_`.
    
    -   [#&#8203;13700](https://github.com/pytest-dev/pytest/issues/13700): <span class="title-ref">--junitxml</span> no longer prints the <span class="title-ref">generated xml file</span> summary at the end of the pytest session when <span class="title-ref">--quiet</span> is given.
    
    -   [#&#8203;13732](https://github.com/pytest-dev/pytest/issues/13732): Previously, when filtering warnings, pytest would fail if the filter referenced a class that could not be imported. Now, this only outputs a message indicating the problem.
    
    -   [#&#8203;13859](https://github.com/pytest-dev/pytest/issues/13859): Clarify the error message for <span class="title-ref">pytest.raises()</span> when a regex <span class="title-ref">match</span> fails.
    
    -   [#&#8203;13861](https://github.com/pytest-dev/pytest/issues/13861): Better sentence structure in a test's expected error message. Previously, the error message would be "expected exception must be \<expected>, but got \<actual>". Now, it is "Expected \<expected>, but got \<actual>".
    
    #### Removals and backward incompatible breaking changes
    
    -   [#&#8203;12083](https://github.com/pytest-dev/pytest/issues/12083): Fixed a bug where an invocation such as <span class="title-ref">pytest a/ a/b</span> would cause only tests from <span class="title-ref">a/b</span> to run, and not other tests under <span class="title-ref">a/</span>.
    
        The fix entails a few breaking changes to how such overlapping arguments and duplicates are handled:
    
        1.  <span class="title-ref">pytest a/b a/</span> or <span class="title-ref">pytest a/ a/b</span> are equivalent to <span class="title-ref">pytest a</span>; if an argument overlaps another arguments, only the prefix remains.
        2.  <span class="title-ref">pytest x.py x.py</span> is equivalent to <span class="title-ref">pytest x.py</span>; previously such an invocation was taken as an explicit request to run the tests from the file twice.
    
        If you rely on these behaviors, consider using `--keep-duplicates <duplicate-paths>`, which retains its existing behavior (including the bug).
    
    -   [#&#8203;13719](https://github.com/pytest-dev/pytest/issues/13719): Support for Python 3.9 is dropped following its end of life.
    
    -   [#&#8203;13766](https://github.com/pytest-dev/pytest/issues/13766): Previously, pytest would assume it was running in a CI/CD environment if either of the environment variables <span class="title-ref">$CI</span> or <span class="title-ref">$BUILD_NUMBER</span> was defined;
        now, CI mode is only activated if at least one of those variables is defined and set to a *non-empty* value.
    
    -   [#&#8203;13779](https://github.com/pytest-dev/pytest/issues/13779): **PytestRemovedIn9Warning deprecation warnings are now errors by default.**
    
        Following our plan to remove deprecated features with as little disruption as
        possible, all warnings of type `PytestRemovedIn9Warning` now generate errors
        instead of warning messages by default.
    
        **The affected features will be effectively removed in pytest 9.1**, so please consult the
        `deprecations` section in the docs for directions on how to update existing code.
    
        In the pytest `9.0.X` series, it is possible to change the errors back into warnings as a
        stopgap measure by adding this to your `pytest.ini` file:
    
        ```ini
        [pytest]
        filterwarnings =
            ignore::pytest.PytestRemovedIn9Warning
        ```
    
        But this will stop working when pytest `9.1` is released.
    
        **If you have concerns** about the removal of a specific feature, please add a
        comment to `13779`.
    
    #### Deprecations (removal in next major release)
    
    -   [#&#8203;13807](https://github.com/pytest-dev/pytest/issues/13807): `monkeypatch.syspath_prepend() <pytest.MonkeyPatch.syspath_prepend>` now issues a deprecation warning when the prepended path contains legacy namespace packages (those using `pkg_resources.declare_namespace()`).
        Users should migrate to native namespace packages (`420`).
        See `monkeypatch-fixup-namespace-packages` for details.
    
    #### Bug fixes
    
    -   [#&#8203;13445](https://github.com/pytest-dev/pytest/issues/13445): Made the type annotations of `pytest.skip` and friends more spec-complaint to have them work across more type checkers.
    
    -   [#&#8203;13537](https://github.com/pytest-dev/pytest/issues/13537): Fixed a bug in which `ExceptionGroup` with only `Skipped` exceptions in teardown was not handled correctly and showed as error.
    
    -   [#&#8203;13598](https://github.com/pytest-dev/pytest/issues/13598): Fixed possible collection confusion on Windows when short paths and symlinks are involved.
    
    -   [#&#8203;13716](https://github.com/pytest-dev/pytest/issues/13716): Fixed a bug where a nonsensical invocation like `pytest x.py[a]` (a file cannot be parametrized) was silently treated as `pytest x.py`. This is now a usage error.
    
    -   [#&#8203;13722](https://github.com/pytest-dev/pytest/issues/13722): Fixed a misleading assertion failure message when using `pytest.approx` on mappings with differing lengths.
    
    -   [#&#8203;13773](https://github.com/pytest-dev/pytest/issues/13773): Fixed the static fixture closure calculation to properly consider transitive dependencies requested by overridden fixtures.
    
    -   [#&#8203;13816](https://github.com/pytest-dev/pytest/issues/13816): Fixed `pytest.approx` which now returns a clearer error message when comparing mappings with different keys.
    
    -   [#&#8203;13849](https://github.com/pytest-dev/pytest/issues/13849): Hidden `.pytest.ini` files are now picked up as the config file even if empty.
        This was an inconsistency with non-hidden `pytest.ini`.
    
    -   [#&#8203;13865](https://github.com/pytest-dev/pytest/issues/13865): Fixed <span class="title-ref">--show-capture</span> with <span class="title-ref">--tb=line</span>.
    
    -   [#&#8203;13522](https://github.com/pytest-dev/pytest/issues/13522): Fixed `pytester` in subprocess mode ignored all :attr\`pytester.plugins \<pytest.Pytester.plugins>\` except the first.
    
        Fixed `pytester` in subprocess mode silently ignored non-str `pytester.plugins <pytest.Pytester.plugins>`.
        Now it errors instead.
        If you are affected by this, specify the plugin by name, or switch the affected tests to use `pytester.runpytest_inprocess <pytest.Pytester.runpytest_inprocess>` explicitly instead.
    
    #### Packaging updates and notes for downstreams
    
    -   [#&#8203;13791](https://github.com/pytest-dev/pytest/issues/13791): Minimum requirements on `iniconfig` and `packaging` were bumped to `1.0.1` and `22.0.0`, respectively.
    
    #### Contributor-facing changes
    
    -   [#&#8203;12244](https://github.com/pytest-dev/pytest/issues/12244): Fixed self-test failures when <span class="title-ref">TERM=dumb</span>.
    -   [#&#8203;12474](https://github.com/pytest-dev/pytest/issues/12474): Added scheduled GitHub Action Workflow to run Sphinx linkchecks in repo documentation.
    -   [#&#8203;13621](https://github.com/pytest-dev/pytest/issues/13621): pytest's own testsuite now handles the `lsof` command hanging (e.g. due to unreachable network filesystems), with the affected selftests being skipped after 10 seconds.
    -   [#&#8203;13638](https://github.com/pytest-dev/pytest/issues/13638): Fixed deprecated `gh pr new` command in `scripts/prepare-release-pr.py`.
        The script now uses `gh pr create` which is compatible with GitHub CLI v2.0+.
    -   [#&#8203;13695](https://github.com/pytest-dev/pytest/issues/13695): Flush <span class="title-ref">stdout</span> and <span class="title-ref">stderr</span> in <span class="title-ref">Pytester.run</span> to avoid truncated outputs in <span class="title-ref">test_faulthandler.py::test_timeout</span> on CI -- by `ogrisel`.
    -   [#&#8203;13771](https://github.com/pytest-dev/pytest/issues/13771): Skip <span class="title-ref">test_do_not_collect_symlink_siblings</span> on Windows environments without symlink support to avoid false negatives.
    -   [#&#8203;13841](https://github.com/pytest-dev/pytest/issues/13841): `tox>=4` is now required when contributing to pytest.
    -   [#&#8203;13625](https://github.com/pytest-dev/pytest/issues/13625): Added missing docstrings to `pytest_addoption()`, `pytest_configure()`, and `cacheshow()` functions in `cacheprovider.py`.
    
    #### Miscellaneous internal changes
    
    -   [#&#8203;13830](https://github.com/pytest-dev/pytest/issues/13830): Configuration overrides (`-o`/`--override-ini`) are now processed during startup rather than during `config.getini() <pytest.Config.getini>`.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    c246344 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency pandas to v3 (#365)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pandas](https://github.com/pandas-dev/pandas) | major | `==2.3.3` -> `==3.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v3.0.0`](https://github.com/pandas-dev/pandas/releases/tag/v3.0.0): pandas 3.0.0
    
    [Compare Source](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0)
    
    We are pleased to announce the release of pandas 3.0.0, a major release from the pandas 2.x series. This release includes various new features, bug fixes, and performance improvements, as well as possible breaking changes.
    
    The pandas 3.0 release removed a functionality that was deprecated in previous releases. It is recommended to first upgrade to pandas 2.3 and to ensure your code is working without warnings, before upgrading to pandas 3.0.
    
    Highlights include:
    
    -   [Dedicated string data type by default](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-string-dtype)
    -   [Consistent copy/view behaviour with Copy-on-Write](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-copy_on_write) (CoW) (a.k.a. getting rid of the SettingWithCopyWarning)
    -   [New default resolution for datetime-like data](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-api-breaking-datetime-resolution-inference)
    -   [Initial support for the new `pd.col` syntax](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html#whatsnew-300-enhancements-col)
    
    See the [announcement blog post](https://pandas.pydata.org/community/blog/pandas-3.0.html) and the [detailed release notes](https://pandas.pydata.org/docs/whatsnew/v3.0.0.html) for a list of all the changes.
    
    Pandas 3.0.0 supports Python 3.11 and higher.
    The release can be installed from PyPI
    
        python -m pip install --upgrade pandas==3.0.*
    
    Or from conda-forge
    
        conda install -c conda-forge pandas=3.0
    
    Please report any issues with the release on the [pandas issue tracker](https://github.com/pandas-dev/pandas/issues/new/choose).
    
    Thanks to all the contributors who made this release possible.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    21458ad View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency pyarrow to v23 (#366)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pyarrow](https://github.com/apache/arrow) | major | `==21.0.0` -> `==23.0.0` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    c4a0c5a View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency packaging to v26 (#364)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [packaging](https://github.com/pypa/packaging) | major | `==25.0` -> `==26.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pypa/packaging (packaging)</summary>
    
    ### [`v26.0`](https://github.com/pypa/packaging/releases/tag/26.0)
    
    [Compare Source](https://github.com/pypa/packaging/compare/25.0...26.0)
    
    Read about the performance improvements here: <https://iscinumpy.dev/post/packaging-faster>.
    
    #### What's Changed
    
    Features:
    
    -   PEP 751: support pylock by [@&#8203;sbidoul](https://github.com/sbidoul) in [https://github.com/pypa/packaging/pull/900](https://github.com/pypa/packaging/pull/900)
    -   PEP 794: import name metadata by [@&#8203;brettcannon](https://github.com/brettcannon) in [https://github.com/pypa/packaging/pull/948](https://github.com/pypa/packaging/pull/948)
    -   Support writing metadata by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/846](https://github.com/pypa/packaging/pull/846)
    -   Support `__replace__` for `Version` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1003](https://github.com/pypa/packaging/pull/1003)
    -   Support positional pattern matching for `Version` and `Specifier` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1004](https://github.com/pypa/packaging/pull/1004)
    
    Behavior adaptations:
    
    -   PEP 440 handling of prereleases for `Specifier.contains`, `SpecifierSet.contains`, and `SpecifierSet.filter` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/897](https://github.com/pypa/packaging/pull/897)
    -   Handle PEP 440 edge case in `SpecifierSet.filter` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/942](https://github.com/pypa/packaging/pull/942)
    -   Adjust arbitrary equality intersection preservation in `SpecifierSet` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/951](https://github.com/pypa/packaging/pull/951)
    -   Return `False` instead of raising for `.contains` with invalid version by [@&#8203;Liam-DeVoe](https://github.com/Liam-DeVoe) in [https://github.com/pypa/packaging/pull/932](https://github.com/pypa/packaging/pull/932)
    -   Support arbitrary equality on arbitrary strings for `Specifier` and `SpecifierSet`'s `filter` and `contains` method. by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/954](https://github.com/pypa/packaging/pull/954)
    -   Only try to parse as `Version` on certain marker keys, return `False` on unequal ordered comparsions by [@&#8203;JP-Ellis](https://github.com/JP-Ellis) in [https://github.com/pypa/packaging/pull/939](https://github.com/pypa/packaging/pull/939)
    
    Fixes:
    
    -   Update `_hash` when unpickling `Tag()` by [@&#8203;dholth](https://github.com/dholth) in [https://github.com/pypa/packaging/pull/860](https://github.com/pypa/packaging/pull/860)
    -   Correct comment and simplify implicit prerelease handling in `Specifier.prereleases` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/896](https://github.com/pypa/packaging/pull/896)
    -   Use explicit `_GLibCVersion` `NamedTuple` in `_manylinux` by [@&#8203;cthoyt](https://github.com/cthoyt) in [https://github.com/pypa/packaging/pull/868](https://github.com/pypa/packaging/pull/868)
    -   Detect invalid license expressions containing `()` by [@&#8203;bwoodsend](https://github.com/bwoodsend) in [https://github.com/pypa/packaging/pull/879](https://github.com/pypa/packaging/pull/879)
    -   Correct regex for metadata `'name'` format by [@&#8203;di](https://github.com/di) in [https://github.com/pypa/packaging/pull/925](https://github.com/pypa/packaging/pull/925)
    -   Improve the message around expecting a semicolon by [@&#8203;pradyunsg](https://github.com/pradyunsg) in [https://github.com/pypa/packaging/pull/833](https://github.com/pypa/packaging/pull/833)
    -   Support nested parens in license expressions by [@&#8203;Liam-DeVoe](https://github.com/Liam-DeVoe) in [https://github.com/pypa/packaging/pull/931](https://github.com/pypa/packaging/pull/931)
    -   Add space before at symbol in `Requirements` string by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/953](https://github.com/pypa/packaging/pull/953)
    -   A root logger use found by ruff LOG, use `packaging` logger instead by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/965](https://github.com/pypa/packaging/pull/965)
    -   Better support for subclassing `Marker` and `Requirement` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1022](https://github.com/pypa/packaging/pull/1022)
    -   Normalize all extras, not just if it comes first by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1024](https://github.com/pypa/packaging/pull/1024)
    -   Don't produce a broken repr if `Marker` fails to construct by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1033](https://github.com/pypa/packaging/pull/1033)
    
    Performance:
    
    -   Avoid recompiling regexes in the tokenizer for a 3x speedup by [@&#8203;hauntsaninja](https://github.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/1019](https://github.com/pypa/packaging/pull/1019)
    -   Improve performance in `_manylinux.py` by [@&#8203;cthoyt](https://github.com/cthoyt) in [https://github.com/pypa/packaging/pull/869](https://github.com/pypa/packaging/pull/869)
    -   Minor cleanups to `Version` by [@&#8203;bearomorphism](https://github.com/bearomorphism) in [https://github.com/pypa/packaging/pull/913](https://github.com/pypa/packaging/pull/913)
    -   Skip redundant creation of `Version`s in specifier comparison by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/986](https://github.com/pypa/packaging/pull/986)
    -   Cache `Specifier`'s Version by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/985](https://github.com/pypa/packaging/pull/985)
    -   Make `Version` a little faster by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/987](https://github.com/pypa/packaging/pull/987)
    -   Minor `Version` regex cleanup by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/990](https://github.com/pypa/packaging/pull/990)
    -   Faster regex on Python 3.11.5+ by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/988](https://github.com/pypa/packaging/pull/988) and [https://github.com/pypa/packaging/pull/1055](https://github.com/pypa/packaging/pull/1055)
    -   Lazily calculate `_key` in `Version` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/989](https://github.com/pypa/packaging/pull/989) and regression for `packaging_legacy` fixed by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1048](https://github.com/pypa/packaging/pull/1048)
    -   Faster `canonicalize_version` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/993](https://github.com/pypa/packaging/pull/993)
    -   Use `fullmatch` in a couple more places by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/992](https://github.com/pypa/packaging/pull/992)
    -   Use `fullmatch` for markers too by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1029](https://github.com/pypa/packaging/pull/1029)
    -   Use `map` instead of generator by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/996](https://github.com/pypa/packaging/pull/996)
    -   Deprecate `._version` (`_Version`, a `NamedTuple`) by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/995](https://github.com/pypa/packaging/pull/995) and [https://github.com/pypa/packaging/pull/1062](https://github.com/pypa/packaging/pull/1062)
    -   Avoid duplicate `Version` creation in `canonicalize_version` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/994](https://github.com/pypa/packaging/pull/994)
    -   Add `__slots__` to `Version` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1001](https://github.com/pypa/packaging/pull/1001)
    -   Add `__slots__` to `Specifier`s by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1002](https://github.com/pypa/packaging/pull/1002)
    -   Add `__slots__` to `Node`s by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1032](https://github.com/pypa/packaging/pull/1032)
    -   Use `version.__replace__` in specifier comparison by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/999](https://github.com/pypa/packaging/pull/999)
    -   Use `_get_spec_version` in more places in `Specifier` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/1005](https://github.com/pypa/packaging/pull/1005)
    -   Pull `set` construction out of function by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1012](https://github.com/pypa/packaging/pull/1012)
    -   Letter normalization dict for prereleases and the like by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1014](https://github.com/pypa/packaging/pull/1014)
    -   Avoid normalizing extras again when comparing by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1028](https://github.com/pypa/packaging/pull/1028)
    -   Speed up `Version.__str__` by about 10% by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/997](https://github.com/pypa/packaging/pull/997)
    -   Increase the performance of `canonicalize_name` by avoiding a regex by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1030](https://github.com/pypa/packaging/pull/1030), [https://github.com/pypa/packaging/pull/1047](https://github.com/pypa/packaging/pull/1047), and [https://github.com/pypa/packaging/pull/1064](https://github.com/pypa/packaging/pull/1064)
    -   Faster zero stripping by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1058](https://github.com/pypa/packaging/pull/1058)
    
    Type annotations:
    
    -   Fix a type annotation by [@&#8203;brettcannon](https://github.com/brettcannon) in [https://github.com/pypa/packaging/pull/907](https://github.com/pypa/packaging/pull/907)
    -   Fix tags return type in `parse_wheel_filename` docs by [@&#8203;ncoghlan](https://github.com/ncoghlan) in [https://github.com/pypa/packaging/pull/973](https://github.com/pypa/packaging/pull/973)
    -   Add type hint for `_version` in `.version.Version` by [@&#8203;brettcannon](https://github.com/brettcannon) in [https://github.com/pypa/packaging/pull/927](https://github.com/pypa/packaging/pull/927)
    -   Changed static type annotations in prereleases setter method in `specifier.py` by [@&#8203;subhajitsaha01](https://github.com/subhajitsaha01) in [https://github.com/pypa/packaging/pull/930](https://github.com/pypa/packaging/pull/930)
    -   Statically type the tests by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/982](https://github.com/pypa/packaging/pull/982)
    
    Internal:
    
    -   Test and declare support Python 3.14 by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/901](https://github.com/pypa/packaging/pull/901)
    -   Modernize and speed up tests on Python 3.14 by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/903](https://github.com/pypa/packaging/pull/903)
    -   Change our license metadata to use an SPDX license expression by [@&#8203;cdce8p](https://github.com/cdce8p) in [https://github.com/pypa/packaging/pull/881](https://github.com/pypa/packaging/pull/881)
    -   No need for `license-files` by [@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/924](https://github.com/pypa/packaging/pull/924)
    -   Update mypy by [@&#8203;hauntsaninja](https://github.com/hauntsaninja) in [https://github.com/pypa/packaging/pull/891](https://github.com/pypa/packaging/pull/891)
    -   Some config updates by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/902](https://github.com/pypa/packaging/pull/902)
    -   Add spell check and rst check by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/904](https://github.com/pypa/packaging/pull/904)
    -   Clean up ruff ignores by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/905](https://github.com/pypa/packaging/pull/905)
    -   Update example for env marker `python_version` by [@&#8203;trim21](https://github.com/trim21) in [https://github.com/pypa/packaging/pull/908](https://github.com/pypa/packaging/pull/908)
    -   Move codespell configuration into pyproject.toml by [@&#8203;yarikoptic](https://github.com/yarikoptic) in [https://github.com/pypa/packaging/pull/910](https://github.com/pypa/packaging/pull/910)
    -   Check warning a little more precisely by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/837](https://github.com/pypa/packaging/pull/837)
    -   Speed up mypy a little by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/836](https://github.com/pypa/packaging/pull/836)
    -   Apply ruff/flake8-pyi rules (PYI) by [@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/835](https://github.com/pypa/packaging/pull/835)
    -   Better local runs for codespell by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/911](https://github.com/pypa/packaging/pull/911)
    -   Remove outdated/confusing Gist link by [@&#8203;stefan6419846](https://github.com/stefan6419846) in [https://github.com/pypa/packaging/pull/921](https://github.com/pypa/packaging/pull/921)
    -   Fix docs and docs ci after [#&#8203;897](https://github.com/pypa/packaging/issues/897) landed by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/926](https://github.com/pypa/packaging/pull/926)
    -   Run twine-check on push in CI by [@&#8203;EpicWink](https://github.com/EpicWink) in [https://github.com/pypa/packaging/pull/922](https://github.com/pypa/packaging/pull/922)
    -   `ruff` was renamed `ruff-check` in pre-commit by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/933](https://github.com/pypa/packaging/pull/933)
    -   Fix incorrectly implicitly concatenated string in specifiers test by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/946](https://github.com/pypa/packaging/pull/946)
    -   Simplify conditional by [@&#8203;ofek](https://github.com/ofek) in [https://github.com/pypa/packaging/pull/949](https://github.com/pypa/packaging/pull/949)
    -   Modernize nox, use dependency-groups for tests by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/952](https://github.com/pypa/packaging/pull/952)
    -   Add more checks that don't affect anything by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/957](https://github.com/pypa/packaging/pull/957)
    -   Enable Ruff ISC rule by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/959](https://github.com/pypa/packaging/pull/959)
    -   Ruff code FLY by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/963](https://github.com/pypa/packaging/pull/963)
    -   pytest `log_level` is better than `log_cli_level` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/956](https://github.com/pypa/packaging/pull/956)
    -   Ruff code TRY by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/961](https://github.com/pypa/packaging/pull/961)
    -   Add the ruff PL checks by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/964](https://github.com/pypa/packaging/pull/964)
    -   Enable Ruff ARG rules by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/958](https://github.com/pypa/packaging/pull/958)
    -   Ruff PT code (pytest) by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/960](https://github.com/pypa/packaging/pull/960)
    -   Add ruff DTZ by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/968](https://github.com/pypa/packaging/pull/968)
    -   Add ruff BLE by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/967](https://github.com/pypa/packaging/pull/967)
    -   Add the ruff SIM checks by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/966](https://github.com/pypa/packaging/pull/966)
    -   Adding ruff PERF by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/969](https://github.com/pypa/packaging/pull/969)
    -   Move some config into coverage config by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/971](https://github.com/pypa/packaging/pull/971)
    -   Check ruff C4 by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/962](https://github.com/pypa/packaging/pull/962)
    -   Adding ruff T20 by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/972](https://github.com/pypa/packaging/pull/972)
    -   Add a tests pass job by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/977](https://github.com/pypa/packaging/pull/977)
    -   Add ruff TC by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/980](https://github.com/pypa/packaging/pull/980)
    -   Adding part of ruff RET by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/979](https://github.com/pypa/packaging/pull/979)
    -   Reorder mypy check by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/983](https://github.com/pypa/packaging/pull/983)
    -   Enable ruff ALL by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/984](https://github.com/pypa/packaging/pull/984)
    -   Link back to repo/source in furo by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/991](https://github.com/pypa/packaging/pull/991)
    -   Add case insensitivity tests for arbitrary equality by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/975](https://github.com/pypa/packaging/pull/975)
    -   Synchronize documentation and code for markers by [@&#8203;zahlman](https://github.com/zahlman) in [https://github.com/pypa/packaging/pull/1008](https://github.com/pypa/packaging/pull/1008)
    -   Use `partition` in `_parse_project_urls` by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1013](https://github.com/pypa/packaging/pull/1013)
    -   auto-skip the dependabot PRs in the release changelog generation by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1016](https://github.com/pypa/packaging/pull/1016)
    -   Update unreleased section in changelog by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1017](https://github.com/pypa/packaging/pull/1017)
    -   Fix PR role to match extlinks by [@&#8203;hugovk](https://github.com/hugovk) in [https://github.com/pypa/packaging/pull/1020](https://github.com/pypa/packaging/pull/1020)
    -   Mention new parts in README by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1023](https://github.com/pypa/packaging/pull/1023)
    -   Replace a couple of asserts with else by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1027](https://github.com/pypa/packaging/pull/1027)
    -   Simplify and/or check a little more by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1031](https://github.com/pypa/packaging/pull/1031)
    -   Use slim runner for all check by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1021](https://github.com/pypa/packaging/pull/1021)
    -   Use typos instead of codespell by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1015](https://github.com/pypa/packaging/pull/1015)
    -   Update changelog with recent additions by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1034](https://github.com/pypa/packaging/pull/1034)
    -   Publish to PyPI via GitHub CI by [@&#8203;EpicWink](https://github.com/EpicWink) in [https://github.com/pypa/packaging/pull/893](https://github.com/pypa/packaging/pull/893)
    -   Use prek for faster pre-commit lint step by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1037](https://github.com/pypa/packaging/pull/1037)
    -   Add help text to noxfile by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1038](https://github.com/pypa/packaging/pull/1038)
    -   Update licenses to 3.27 by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1036](https://github.com/pypa/packaging/pull/1036)
    -   Use relative import in `packaging.licenses` by [@&#8203;notatallshaw](https://github.com/notatallshaw) in [https://github.com/pypa/packaging/pull/1039](https://github.com/pypa/packaging/pull/1039)
    -   Add zizmor and tighten up CI by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1035](https://github.com/pypa/packaging/pull/1035)
    -   Fix release script by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1040](https://github.com/pypa/packaging/pull/1040)
    -   Fix using a dev version (again) by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1041](https://github.com/pypa/packaging/pull/1041)
    -   Fix type hint of function used with `contextlib.contextmanager` by [@&#8203;SpecLad](https://github.com/SpecLad) in [https://github.com/pypa/packaging/pull/1046](https://github.com/pypa/packaging/pull/1046)
    -   Always run tests by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1044](https://github.com/pypa/packaging/pull/1044)
    -   Fix a changelog number by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1042](https://github.com/pypa/packaging/pull/1042)
    -   Fix the publish job by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1043](https://github.com/pypa/packaging/pull/1043)
    -   Get the correct tag on publish by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1045](https://github.com/pypa/packaging/pull/1045)
    -   Test on first public release of CPython 3.11 and newer by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1056](https://github.com/pypa/packaging/pull/1056)
    -   Fix publication job (again) by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1051](https://github.com/pypa/packaging/pull/1051)
    -   Use `actionlint` to check CI workflows by [@&#8203;miketheman](https://github.com/miketheman) in [https://github.com/pypa/packaging/pull/1052](https://github.com/pypa/packaging/pull/1052)
    -   Fix formatting of distribution types in metadata.rst by [@&#8203;brettcannon](https://github.com/brettcannon) in [https://github.com/pypa/packaging/pull/1053](https://github.com/pypa/packaging/pull/1053)
    
    #### New Contributors
    
    -   [@&#8203;cdce8p](https://github.com/cdce8p) made their first contribution in [https://github.com/pypa/packaging/pull/881](https://github.com/pypa/packaging/pull/881)
    -   [@&#8203;dholth](https://github.com/dholth) made their first contribution in [https://github.com/pypa/packaging/pull/860](https://github.com/pypa/packaging/pull/860)
    -   [@&#8203;trim21](https://github.com/trim21) made their first contribution in [https://github.com/pypa/packaging/pull/908](https://github.com/pypa/packaging/pull/908)
    -   [@&#8203;yarikoptic](https://github.com/yarikoptic) made their first contribution in [https://github.com/pypa/packaging/pull/910](https://github.com/pypa/packaging/pull/910)
    -   [@&#8203;cthoyt](https://github.com/cthoyt) made their first contribution in [https://github.com/pypa/packaging/pull/868](https://github.com/pypa/packaging/pull/868)
    -   [@&#8203;bwoodsend](https://github.com/bwoodsend) made their first contribution in [https://github.com/pypa/packaging/pull/879](https://github.com/pypa/packaging/pull/879)
    -   [@&#8203;stefan6419846](https://github.com/stefan6419846) made their first contribution in [https://github.com/pypa/packaging/pull/921](https://github.com/pypa/packaging/pull/921)
    -   [@&#8203;bearomorphism](https://github.com/bearomorphism) made their first contribution in [https://github.com/pypa/packaging/pull/913](https://github.com/pypa/packaging/pull/913)
    -   [@&#8203;EpicWink](https://github.com/EpicWink) made their first contribution in [https://github.com/pypa/packaging/pull/922](https://github.com/pypa/packaging/pull/922)
    -   [@&#8203;Liam-DeVoe](https://github.com/Liam-DeVoe) made their first contribution in [https://github.com/pypa/packaging/pull/932](https://github.com/pypa/packaging/pull/932)
    -   [@&#8203;subhajitsaha01](https://github.com/subhajitsaha01) made their first contribution in [https://github.com/pypa/packaging/pull/930](https://github.com/pypa/packaging/pull/930)
    -   [@&#8203;ncoghlan](https://github.com/ncoghlan) made their first contribution in [https://github.com/pypa/packaging/pull/973](https://github.com/pypa/packaging/pull/973)
    -   [@&#8203;zahlman](https://github.com/zahlman) made their first contribution in [https://github.com/pypa/packaging/pull/1008](https://github.com/pypa/packaging/pull/1008)
    -   [@&#8203;JP-Ellis](https://github.com/JP-Ellis) made their first contribution in [https://github.com/pypa/packaging/pull/939](https://github.com/pypa/packaging/pull/939)
    
    #### Since last RC
    
    Fixes:
    
    -   Restore `._version` as a compat shim by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1062](https://github.com/pypa/packaging/pull/1062)
    
    Performance:
    
    -   Dual replace by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1064](https://github.com/pypa/packaging/pull/1064)
    
    Documentaiton:
    
    -   Prepare for 26.0 final by [@&#8203;henryiii](https://github.com/henryiii) in [https://github.com/pypa/packaging/pull/1063](https://github.com/pypa/packaging/pull/1063)
    
    **Full Changelog**: pypa/packaging@26.0rc3...26.0
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3ced41a View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency black to v26 (#363)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [black](https://github.com/psf/black) ([changelog](https://github.com/psf/black/blob/main/CHANGES.md)) | major | `==25.12.0` -> `==26.1.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v26.1.0`](https://github.com/psf/black/blob/HEAD/CHANGES.md#2610)
    
    [Compare Source](https://github.com/psf/black/compare/25.12.0...26.1.0)
    
    ##### Highlights
    
    Introduces the 2026 stable style ([#&#8203;4892](https://github.com/psf/black/issues/4892)), stabilizing the following changes:
    
    -   `always_one_newline_after_import`: Always force one blank line after import
        statements, except when the line after the import is a comment or an import statement
        ([#&#8203;4489](https://github.com/psf/black/issues/4489))
    -   `fix_fmt_skip_in_one_liners`: Fix `# fmt: skip` behavior on one-liner declarations,
        such as `def foo(): return "mock" # fmt: skip`, where previously the declaration would
        have been incorrectly collapsed ([#&#8203;4800](https://github.com/psf/black/issues/4800))
    -   `fix_module_docstring_detection`: Fix module docstrings being treated as normal
        strings if preceded by comments ([#&#8203;4764](https://github.com/psf/black/issues/4764))
    -   `fix_type_expansion_split`: Fix type expansions split in generic functions ([#&#8203;4777](https://github.com/psf/black/issues/4777))
    -   `multiline_string_handling`: Make expressions involving multiline strings more compact
        ([#&#8203;1879](https://github.com/psf/black/issues/1879))
    -   `normalize_cr_newlines`: Add `\r` style newlines to the potential newlines to
        normalize file newlines both from and to ([#&#8203;4710](https://github.com/psf/black/issues/4710))
    -   `remove_parens_around_except_types`: Remove parentheses around multiple exception
        types in `except` and `except*` without `as` ([#&#8203;4720](https://github.com/psf/black/issues/4720))
    -   `remove_parens_from_assignment_lhs`: Remove unnecessary parentheses from the left-hand
        side of assignments while preserving magic trailing commas and intentional multiline
        formatting ([#&#8203;4865](https://github.com/psf/black/issues/4865))
    -   `standardize_type_comments`: Format type comments which have zero or more spaces
        between `#` and `type:` or between `type:` and value to `# type: (value)` ([#&#8203;4645](https://github.com/psf/black/issues/4645))
    
    The following change was not in any previous stable release:
    
    -   Regenerated the `_width_table.py` and added tests for the Khmer language ([#&#8203;4253](https://github.com/psf/black/issues/4253))
    
    This release alo bumps `pathspec` to v1 and fixes inconsistencies with Git's
    `.gitignore` logic ([#&#8203;4958](https://github.com/psf/black/issues/4958)). Now, files will be ignored if a pattern matches them, even
    if the parent directory is directly unignored. For example, Black would previously
    format `exclude/not_this/foo.py` with this `.gitignore`:
    
        exclude/
        !exclude/not_this/
    
    Now, `exclude/not_this/foo.py` will remain ignored. To ensure `exclude/not_this/` and
    all of it's children are included in formatting (and in Git), use this `.gitignore`:
    
        */exclude/*
        !*/exclude/not_this/
    
    This new behavior matches Git. The leading `*/` are only necessary if you wish to ignore
    matching subdirectories (like the previous behavior did), and not just matching root
    directories.
    
    ##### Output
    
    -   Explicitly shutdown the multiprocessing manager when run in diff mode too ([#&#8203;4952](https://github.com/psf/black/issues/4952))
    
    ##### Integrations
    
    -   Upgraded PyPI upload workflow to use Trusted Publishing ([#&#8203;4611](https://github.com/psf/black/issues/4611))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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 becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    f51028f View commit details
    Browse the repository at this point in the history
  6. chore(main): Release v0.1.52 (#368)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.52](v0.1.51...v0.1.52) (2026-02-04)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v26 ([#363](#363)) ([f51028f](f51028f))
    * **deps:** Update dependency cloudquery-plugin-pb to v0.0.52 ([#369](#369)) ([734baa4](734baa4))
    * **deps:** Update dependency numpy to v2.4.1 ([#360](#360)) ([a78bf2b](a78bf2b))
    * **deps:** Update dependency packaging to v26 ([#364](#364)) ([3ced41a](3ced41a))
    * **deps:** Update dependency pandas to v3 ([#365](#365)) ([21458ad](21458ad))
    * **deps:** Update dependency pyarrow to v23 ([#366](#366)) ([c4a0c5a](c4a0c5a))
    * **deps:** Update dependency pytest to v9 ([#367](#367)) ([c246344](c246344))
    * **deps:** Update dependency tomli to v2.4.0 ([#361](#361)) ([e2e4941](e2e4941))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    cq-bot authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    e2c6fe7 View commit details
    Browse the repository at this point in the history
Loading