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: v0.1.3
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: v0.1.4
Choose a head ref
  • 10 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 1, 2023

  1. fix(deps): Update dependency pandas to v2.1.1 (#56)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pandas](https://pandas.pydata.org) ([source](https://togithub.com/pandas-dev/pandas)) | patch | `==2.1.0` -> `==2.1.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pandas-dev/pandas (pandas)</summary>
    
    ### [`v2.1.1`](https://togithub.com/pandas-dev/pandas/releases/tag/v2.1.1): Pandas 2.1.1
    
    [Compare Source](https://togithub.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1)
    
    This is a patch release in the 2.1.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.
    
    See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.1.1/whatsnew/v2.1.1.html) for a list of all the changes.
    
    The release will be available on the defaults and conda-forge channels:
    
        conda install pandas
    
    Or via PyPI:
    
        python3 -m pip install --upgrade pandas
    
    Please report any issues with the release on the [pandas issue tracker](https://togithub.com/pandas-dev/pandas/issues).
    
    Thanks to all the contributors who made this release possible.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    4bc4ff9 View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency protobuf to v4.24.3 (#57)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==4.24.2` -> `==4.24.3` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d877652 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency pytest to v7.4.2 (#59)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==7.4.0` -> `==7.4.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v7.4.2`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.2): pytest 7.4.2 (2023-09-07)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.1...7.4.2)
    
    ### Bug Fixes
    
    -   [#&#8203;11237](https://togithub.com/pytest-dev/pytest/issues/11237): Fix doctest collection of `functools.cached_property` objects.
    
    -   [#&#8203;11306](https://togithub.com/pytest-dev/pytest/issues/11306): Fixed bug using `--importmode=importlib` which would cause package `__init__.py` files to be imported more than once in some cases.
    
    -   [#&#8203;11367](https://togithub.com/pytest-dev/pytest/issues/11367): Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.
    
    -   [#&#8203;11394](https://togithub.com/pytest-dev/pytest/issues/11394): Fixed crash when parsing long command line arguments that might be interpreted as files.
    
    ### Improved Documentation
    
    -   [#&#8203;11391](https://togithub.com/pytest-dev/pytest/issues/11391): Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.
    
    ### [`v7.4.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.4.1): pytest 7.4.1 (2023-09-02)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/7.4.0...7.4.1)
    
    ## Bug Fixes
    
    -   [#&#8203;10337](https://togithub.com/pytest-dev/pytest/issues/10337): Fixed bug where fake intermediate modules generated by `--import-mode=importlib` would not include the
        child modules as attributes of the parent modules.
    
    -   [#&#8203;10702](https://togithub.com/pytest-dev/pytest/issues/10702): Fixed error assertion handling in `pytest.approx` when `None` is an expected or received value when comparing dictionaries.
    
    -   [#&#8203;10811](https://togithub.com/pytest-dev/pytest/issues/10811): Fixed issue when using `--import-mode=importlib` together with `--doctest-modules` that caused modules
        to be imported more than once, causing problems with modules that have import side effects.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    50f66e8 View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency pytz to v2023.3.post1 (#60)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytz](http://pythonhosted.org/pytz) | patch | `==2023.3` -> `==2023.3.post1` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e14482a View commit details
    Browse the repository at this point in the history
  5. fix(deps): Update dependency black to v23.9.1 (#61)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [black](https://togithub.com/psf/black) ([changelog](https://togithub.com/psf/black/blob/main/CHANGES.md)) | minor | `==23.7.0` -> `==23.9.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>psf/black (black)</summary>
    
    ### [`v23.9.1`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2391)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.9.0...23.9.1)
    
    Due to various issues, the previous release (23.9.0) did not include compiled mypyc
    wheels, which make Black significantly faster. These issues have now been fixed, and
    this release should come with compiled wheels once again.
    
    There will be no wheels for Python 3.12 due to a bug in mypyc. We will provide 3.12
    wheels in a future release as soon as the mypyc bug is fixed.
    
    ##### Packaging
    
    -   Upgrade to mypy 1.5.1 ([#&#8203;3864](https://togithub.com/psf/black/issues/3864))
    
    ##### Performance
    
    -   Store raw tuples instead of NamedTuples in Black's cache, improving performance and
        decreasing the size of the cache ([#&#8203;3877](https://togithub.com/psf/black/issues/3877))
    
    ### [`v23.9.0`](https://togithub.com/psf/black/blob/HEAD/CHANGES.md#2390)
    
    [Compare Source](https://togithub.com/psf/black/compare/23.7.0...23.9.0)
    
    ##### Preview style
    
    -   More concise formatting for dummy implementations ([#&#8203;3796](https://togithub.com/psf/black/issues/3796))
    -   In stub files, add a blank line between a statement with a body (e.g an
        `if sys.version_info > (3, x):`) and a function definition on the same level ([#&#8203;3862](https://togithub.com/psf/black/issues/3862))
    -   Fix a bug whereby spaces were removed from walrus operators within subscript([#&#8203;3823](https://togithub.com/psf/black/issues/3823))
    
    ##### Configuration
    
    -   Black now applies exclusion and ignore logic before resolving symlinks ([#&#8203;3846](https://togithub.com/psf/black/issues/3846))
    
    ##### Performance
    
    -   Avoid importing `IPython` if notebook cells do not contain magics ([#&#8203;3782](https://togithub.com/psf/black/issues/3782))
    -   Improve caching by comparing file hashes as fallback for mtime and size ([#&#8203;3821](https://togithub.com/psf/black/issues/3821))
    
    ##### *Blackd*
    
    -   Fix an issue in `blackd` with single character input ([#&#8203;3558](https://togithub.com/psf/black/issues/3558))
    
    ##### Integrations
    
    -   Black now has an
        [official pre-commit mirror](https://togithub.com/psf/black-pre-commit-mirror). Swapping
        `https://github.com/psf/black` to `https://github.com/psf/black-pre-commit-mirror` in
        your `.pre-commit-config.yaml` will make Black about 2x faster ([#&#8203;3828](https://togithub.com/psf/black/issues/3828))
    -   The `.black.env` folder specified by `ENV_PATH` will now be removed on the completion
        of the GitHub Action ([#&#8203;3759](https://togithub.com/psf/black/issues/3759))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    591c1bc View commit details
    Browse the repository at this point in the history
  6. fix(deps): Update dependency grpcio to v1.59.0 (#62)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | minor | `==1.57.0` -> `==1.59.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.59.0`](https://togithub.com/grpc/grpc/releases/tag/v1.59.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.58.0...v1.59.0)
    
    This is release 1.59.0 ([generative](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Core
    
    -   \[Release] Bump core version [`2023092`](https://togithub.com/grpc/grpc/commit/202309251628). ([#&#8203;34476](https://togithub.com/grpc/grpc/pull/34476))
    -   \[xds ssa] Remove environment variable protection for stateful affinity. ([#&#8203;34435](https://togithub.com/grpc/grpc/pull/34435))
    -   \[windows DNS] Simplify c-ares Windows code. ([#&#8203;33965](https://togithub.com/grpc/grpc/pull/33965))
    -   \[c-ares] fix spin loop bug when c-ares gives up on a socket that still has data left in its read buffer. ([#&#8203;34185](https://togithub.com/grpc/grpc/pull/34185))
    -   \[Deps] Adding upb as a submodule. ([#&#8203;34199](https://togithub.com/grpc/grpc/pull/34199))
    -   \[EventEngine] Update Cancel contract on closure deletion timeline. ([#&#8203;34167](https://togithub.com/grpc/grpc/pull/34167))
    
    ## C\#
    
    -   \[csharp codegen] Handle empty base_namespace option value to fix [#&#8203;34113](https://togithub.com/grpc/grpc/issues/34113). ([#&#8203;34137](https://togithub.com/grpc/grpc/pull/34137))
    
    ## Python
    
    -   \[Python 3.12] Support Python 3.12. ([#&#8203;34398](https://togithub.com/grpc/grpc/pull/34398))
    -   \[Python 3.12] Deprecate distutil. ([#&#8203;34186](https://togithub.com/grpc/grpc/pull/34186))
    
    ## Ruby
    
    -   \[ruby] Fix linking errors on x86-darwin. ([#&#8203;34134](https://togithub.com/grpc/grpc/pull/34134))
    -   \[Ruby] replace strdup with gpr_strdup. ([#&#8203;34177](https://togithub.com/grpc/grpc/pull/34177))
    -   \[ruby] drop ruby 2.6 support. ([#&#8203;34198](https://togithub.com/grpc/grpc/pull/34198))
    
    ### [`v1.58.0`](https://togithub.com/grpc/grpc/releases/tag/v1.58.0)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.57.0...v1.58.0)
    
    This is release 1.58.0 ([goku](https://togithub.com/grpc/grpc/blob/master/doc/g_stands_for.md)) of gRPC Core.
    
    For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://togithub.com/grpc/grpc/releases).
    
    This release contains refinements, improvements, and bug fixes, with highlights listed below.
    
    ## Core
    
    -   gRPC 1.58 starts to require c-ares 1.18 or later.
    -   \[Deps] Update boringssl [`2023082`](https://togithub.com/grpc/grpc/commit/202308211007). ([#&#8203;34115](https://togithub.com/grpc/grpc/pull/34115))
    -   \[pick_first] de-experiment pick first. ([#&#8203;34054](https://togithub.com/grpc/grpc/pull/34054))
    -   \[build metadata] Bazel to "other build systems" improvements. ([#&#8203;33803](https://togithub.com/grpc/grpc/pull/33803))
    -   \[Deps] Update abseil to [`2023080`](https://togithub.com/grpc/grpc/commit/20230802). ([#&#8203;33974](https://togithub.com/grpc/grpc/pull/33974))
    -   \[c-ares DNS resolver] Fix file descriptor use-after-close bug when c-ares writes succeed but subsequent read fails. ([#&#8203;33871](https://togithub.com/grpc/grpc/pull/33871))
    
    ## C++
    
    -   \[docs] Document Alarm thread-safety guarantees. ([#&#8203;34092](https://togithub.com/grpc/grpc/pull/34092))
    -   Added OpenSSL 3.0 (LTS) support via custom CMake builds (the default is still BoringSSL)
    
    ## Python
    
    -   \[Bazel] Enable grpcio-reflection to be used via Bazel. ([#&#8203;31013](https://togithub.com/grpc/grpc/pull/31013))
    -   \[packaging] Publish xds-protos as part of the standard package pipeline. ([#&#8203;33797](https://togithub.com/grpc/grpc/pull/33797))
    
    ## Ruby
    
    -   \[ruby] update google auth to ~> 1.0. ([#&#8203;34013](https://togithub.com/grpc/grpc/pull/34013))
    -   \[Ruby] set metadata_sent after call success. ([#&#8203;33998](https://togithub.com/grpc/grpc/pull/33998))
    -   \[ruby] remove unnecessary background thread startup wait logic that interferes with forking. ([#&#8203;33805](https://togithub.com/grpc/grpc/pull/33805))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    5505f10 View commit details
    Browse the repository at this point in the history
  7. fix(deps): Update dependency numpy to v1.26.0 (#64)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [numpy](https://numpy.org) ([source](https://togithub.com/numpy/numpy)) | minor | `==1.25.2` -> `==1.26.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>numpy/numpy (numpy)</summary>
    
    ### [`v1.26.0`](https://togithub.com/numpy/numpy/releases/tag/v1.26.0)
    
    [Compare Source](https://togithub.com/numpy/numpy/compare/v1.25.2...v1.26.0)
    
    ### NumPy 1.26.0 Release Notes
    
    The NumPy 1.26.0 release is a continuation of the 1.25.x release cycle
    with the addition of Python 3.12.0 support. Python 3.12 dropped
    distutils, consequently supporting it required finding a replacement for
    the setup.py/distutils based build system NumPy was using. We have
    chosen to use the Meson build system instead, and this is the first
    NumPy release supporting it. This is also the first release that
    supports Cython 3.0 in addition to retaining 0.29.X compatibility.
    Supporting those two upgrades was a large project, over 100 files have
    been touched in this release. The changelog doesn't capture the full
    extent of the work, special thanks to Ralf Gommers, Sayed Adel, Stéfan
    van der Walt, and Matti Picus who did much of the work in the main
    development branch.
    
    The highlights of this release are:
    
    -   Python 3.12.0 support.
    -   Cython 3.0.0 compatibility.
    -   Use of the Meson build system
    -   Updated SIMD support
    -   f2py fixes, meson and bind(x) support
    -   Support for the updated Accelerate BLAS/LAPACK library
    
    The Python versions supported in this release are 3.9-3.12.
    
    #### New Features
    
    ##### Array API v2022.12 support in `numpy.array_api`
    
    `numpy.array_api` now full supports the
    [v2022.12 version](https://data-apis.org/array-api/2022.12) of the array API standard.  Note that this does not
    yet include the optional `fft` extension in the standard.
    
    ([gh-23789](https://togithub.com/numpy/numpy/pull/23789))
    
    ##### Support for the updated Accelerate BLAS/LAPACK library
    
    Support for the updated Accelerate BLAS/LAPACK library, including ILP64
    (64-bit integer) support, in macOS 13.3 has been added. This brings
    arm64 support, and significant performance improvements of up to 10x for
    commonly used linear algebra operations. When Accelerate is selected at
    build time, the 13.3+ version will automatically be used if available.
    
    ([gh-24053](https://togithub.com/numpy/numpy/pull/24053))
    
    ##### `meson` backend for `f2py`
    
    `f2py` in compile mode (i.e. `f2py -c`) now accepts the
    `--backend meson` option. This is the default option for Python `3.12`
    on-wards. Older versions will still default to `--backend distutils`.
    
    To support this in realistic use-cases, in compile mode `f2py` takes a
    `--dep` flag one or many times which maps to `dependency()` calls in the
    `meson` backend, and does nothing in the `distutils` backend.
    
    There are no changes for users of `f2py` only as a code generator, i.e.
    without `-c`.
    
    ([gh-24532](https://togithub.com/numpy/numpy/pull/24532))
    
    ##### `bind(c)` support for `f2py`
    
    Both functions and subroutines can be annotated with `bind(c)`. `f2py`
    will handle both the correct type mapping, and preserve the unique label
    for other `C` interfaces.
    
    **Note:** `bind(c, name = 'routine_name_other_than_fortran_routine')` is
    not honored by the `f2py` bindings by design, since `bind(c)` with the
    `name` is meant to guarantee only the same name in `C` and `Fortran`,
    not in `Python` and `Fortran`.
    
    ([gh-24555](https://togithub.com/numpy/numpy/pull/24555))
    
    #### Improvements
    
    ##### `iso_c_binding` support for `f2py`
    
    Previously, users would have to define their own custom `f2cmap` file to
    use type mappings defined by the Fortran2003 `iso_c_binding` intrinsic
    module. These type maps are now natively supported by `f2py`
    
    ([gh-24555](https://togithub.com/numpy/numpy/pull/24555))
    
    #### Build system changes
    
    In this release, NumPy has switched to Meson as the build system and
    meson-python as the build backend. Installing NumPy or building a wheel
    can be done with standard tools like `pip` and `pypa/build`. The
    following are supported:
    
    -   Regular installs: `pip install numpy` or (in a cloned repo)
        `pip install .`
    -   Building a wheel: `python -m build` (preferred), or `pip wheel .`
    -   Editable installs: `pip install -e . --no-build-isolation`
    -   Development builds through the custom CLI implemented with
        [spin](https://togithub.com/scientific-python/spin): `spin build`.
    
    All the regular `pip` and `pypa/build` flags (e.g.,
    `--no-build-isolation`) should work as expected.
    
    ##### NumPy-specific build customization
    
    Many of the NumPy-specific ways of customizing builds have changed. The
    `NPY_*` environment variables which control BLAS/LAPACK, SIMD,
    threading, and other such options are no longer supported, nor is a
    `site.cfg` file to select BLAS and LAPACK. Instead, there are
    command-line flags that can be passed to the build via `pip`/`build`'s
    config-settings interface. These flags are all listed in the
    `meson_options.txt` file in the root of the repo. Detailed documented
    will be available before the final 1.26.0 release; for now please see
    [the SciPy "building from source" docs](http://scipy.github.io/devdocs/building/index.html)
    since most build customization works in an almost identical way in SciPy as it
    does in NumPy.
    
    ##### Build dependencies
    
    While the runtime dependencies of NumPy have not changed, the build
    dependencies have. Because we temporarily vendor Meson and meson-python,
    there are several new dependencies - please see the `[build-system]`
    section of `pyproject.toml` for details.
    
    ##### Troubleshooting
    
    This build system change is quite large. In case of unexpected issues,
    it is still possible to use a `setup.py`-based build as a temporary
    workaround (on Python 3.9-3.11, not 3.12), by copying
    `pyproject.toml.setuppy` to `pyproject.toml`. However, please open an
    issue with details on the NumPy issue tracker. We aim to phase out
    `setup.py` builds as soon as possible, and therefore would like to see
    all potential blockers surfaced early on in the 1.26.0 release cycle.
    
    #### Contributors
    
    A total of 20 people contributed to this release. People with a "+" by
    their names contributed a patch for the first time.
    
    -   [@&#8203;DWesl](https://togithub.com/DWesl)
    -   Albert Steppi +
    -   Bas van Beek
    -   Charles Harris
    -   Developer-Ecosystem-Engineering
    -   Filipe Laíns +
    -   Jake Vanderplas
    -   Liang Yan +
    -   Marten van Kerkwijk
    -   Matti Picus
    -   Melissa Weber Mendonça
    -   Namami Shanker
    -   Nathan Goldbaum
    -   Ralf Gommers
    -   Rohit Goswami
    -   Sayed Adel
    -   Sebastian Berg
    -   Stefan van der Walt
    -   Tyler Reddy
    -   Warren Weckesser
    
    #### Pull requests merged
    
    A total of 59 pull requests were merged for this release.
    
    -   [#&#8203;24305](https://togithub.com/numpy/numpy/pull/24305): MAINT: Prepare 1.26.x branch for development
    -   [#&#8203;24308](https://togithub.com/numpy/numpy/pull/24308): MAINT: Massive update of files from main for numpy 1.26
    -   [#&#8203;24322](https://togithub.com/numpy/numpy/pull/24322): CI: fix wheel builds on the 1.26.x branch
    -   [#&#8203;24326](https://togithub.com/numpy/numpy/pull/24326): BLD: update openblas to newer version
    -   [#&#8203;24327](https://togithub.com/numpy/numpy/pull/24327): TYP: Trim down the `_NestedSequence.__getitem__` signature
    -   [#&#8203;24328](https://togithub.com/numpy/numpy/pull/24328): BUG: fix choose refcount leak
    -   [#&#8203;24337](https://togithub.com/numpy/numpy/pull/24337): TST: fix running the test suite in builds without BLAS/LAPACK
    -   [#&#8203;24338](https://togithub.com/numpy/numpy/pull/24338): BUG: random: Fix generation of nan by dirichlet.
    -   [#&#8203;24340](https://togithub.com/numpy/numpy/pull/24340): MAINT: Dependabot updates from main
    -   [#&#8203;24342](https://togithub.com/numpy/numpy/pull/24342): MAINT: Add back NPY_RUN_MYPY_IN_TESTSUITE=1
    -   [#&#8203;24353](https://togithub.com/numpy/numpy/pull/24353): MAINT: Update `extbuild.py` from main.
    -   [#&#8203;24356](https://togithub.com/numpy/numpy/pull/24356): TST: fix distutils tests for deprecations in recent setuptools...
    -   [#&#8203;24375](https://togithub.com/numpy/numpy/pull/24375): MAINT: Update cibuildwheel to version 2.15.0
    -   [#&#8203;24381](https://togithub.com/numpy/numpy/pull/24381): MAINT: Fix codespaces setup.sh script
    -   [#&#8203;24403](https://togithub.com/numpy/numpy/pull/24403): ENH: Vendor meson for multi-target build support
    -   [#&#8203;24404](https://togithub.com/numpy/numpy/pull/24404): BLD: vendor meson-python to make the Windows builds with SIMD...
    -   [#&#8203;24405](https://togithub.com/numpy/numpy/pull/24405): BLD, SIMD: The meson CPU dispatcher implementation
    -   [#&#8203;24406](https://togithub.com/numpy/numpy/pull/24406): MAINT: Remove versioneer
    -   [#&#8203;24409](https://togithub.com/numpy/numpy/pull/24409): REL: Prepare for the NumPy 1.26.0b1 release.
    -   [#&#8203;24453](https://togithub.com/numpy/numpy/pull/24453): MAINT: Pin upper version of sphinx.
    -   [#&#8203;24455](https://togithub.com/numpy/numpy/pull/24455): ENH: Add prefix to \_ALIGN Macro
    -   [#&#8203;24456](https://togithub.com/numpy/numpy/pull/24456): BUG: cleanup warnings
    -   [#&#8203;24460](https://togithub.com/numpy/numpy/pull/24460): MAINT: Upgrade to spin 0.5
    -   [#&#8203;24495](https://togithub.com/numpy/numpy/pull/24495): BUG: `asv dev` has been removed, use `asv run`.
    -   [#&#8203;24496](https://togithub.com/numpy/numpy/pull/24496): BUG: Fix meson build failure due to unchanged inplace auto-generated...
    -   [#&#8203;24521](https://togithub.com/numpy/numpy/pull/24521): BUG: fix issue with git-version script, needs a shebang to run
    -   [#&#8203;24522](https://togithub.com/numpy/numpy/pull/24522): BUG: Use a default assignment for git_hash
    -   [#&#8203;24524](https://togithub.com/numpy/numpy/pull/24524): BUG: fix NPY_cast_info error handling in choose
    -   [#&#8203;24526](https://togithub.com/numpy/numpy/pull/24526): BUG: Fix common block handling in f2py
    -   [#&#8203;24541](https://togithub.com/numpy/numpy/pull/24541): CI,TYP: Bump mypy to 1.4.1
    -   [#&#8203;24542](https://togithub.com/numpy/numpy/pull/24542): BUG: Fix assumed length f2py regression
    -   [#&#8203;24544](https://togithub.com/numpy/numpy/pull/24544): MAINT: Harmonize fortranobject
    -   [#&#8203;24545](https://togithub.com/numpy/numpy/pull/24545): TYP: add kind argument to numpy.isin type specification
    -   [#&#8203;24561](https://togithub.com/numpy/numpy/pull/24561): BUG: fix comparisons between masked and unmasked structured arrays
    -   [#&#8203;24590](https://togithub.com/numpy/numpy/pull/24590): CI: Exclude import libraries from list of DLLs on Cygwin.
    -   [#&#8203;24591](https://togithub.com/numpy/numpy/pull/24591): BLD: fix `_umath_linalg` dependencies
    -   [#&#8203;24594](https://togithub.com/numpy/numpy/pull/24594): MAINT: Stop testing on ppc64le.
    -   [#&#8203;24602](https://togithub.com/numpy/numpy/pull/24602): BLD: meson-cpu: fix SIMD support on platforms with no features
    -   [#&#8203;24606](https://togithub.com/numpy/numpy/pull/24606): BUG: Change Cython `binding` directive to "False".
    -   [#&#8203;24613](https://togithub.com/numpy/numpy/pull/24613): ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including...
    -   [#&#8203;24614](https://togithub.com/numpy/numpy/pull/24614): DOC: Update building docs to use Meson
    -   [#&#8203;24615](https://togithub.com/numpy/numpy/pull/24615): TYP: Add the missing `casting` keyword to `np.clip`
    -   [#&#8203;24616](https://togithub.com/numpy/numpy/pull/24616): TST: convert cython test from setup.py to meson
    -   [#&#8203;24617](https://togithub.com/numpy/numpy/pull/24617): MAINT: Fixup `fromnumeric.pyi`
    -   [#&#8203;24622](https://togithub.com/numpy/numpy/pull/24622): BUG, ENH: Fix `iso_c_binding` type maps and fix `bind(c)`...
    -   [#&#8203;24629](https://togithub.com/numpy/numpy/pull/24629): TYP: Allow `binary_repr` to accept any object implementing...
    -   [#&#8203;24630](https://togithub.com/numpy/numpy/pull/24630): TYP: Explicitly declare `dtype` and `generic` hashable
    -   [#&#8203;24637](https://togithub.com/numpy/numpy/pull/24637): ENH: Refactor the typing "reveal" tests using `typing.assert_type`
    -   [#&#8203;24638](https://togithub.com/numpy/numpy/pull/24638): MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
    -   [#&#8203;24647](https://togithub.com/numpy/numpy/pull/24647): ENH: `meson` backend for `f2py`
    -   [#&#8203;24648](https://togithub.com/numpy/numpy/pull/24648): MAINT: Refactor partial load Workaround for Clang
    -   [#&#8203;24653](https://togithub.com/numpy/numpy/pull/24653): REL: Prepare for the NumPy 1.26.0rc1 release.
    -   [#&#8203;24659](https://togithub.com/numpy/numpy/pull/24659): BLD: allow specifying the long double format to avoid the runtime...
    -   [#&#8203;24665](https://togithub.com/numpy/numpy/pull/24665): BLD: fix bug in random.mtrand extension, don't link libnpyrandom
    -   [#&#8203;24675](https://togithub.com/numpy/numpy/pull/24675): BLD: build wheels for 32-bit Python on Windows, using MSVC
    -   [#&#8203;24700](https://togithub.com/numpy/numpy/pull/24700): BLD: fix issue with compiler selection during cross compilation
    -   [#&#8203;24701](https://togithub.com/numpy/numpy/pull/24701): BUG: Fix data stmt handling for complex values in f2py
    -   [#&#8203;24707](https://togithub.com/numpy/numpy/pull/24707): TYP: Add annotations for the py3.12 buffer protocol
    -   [#&#8203;24718](https://togithub.com/numpy/numpy/pull/24718): DOC: fix a few doc build issues on 1.26.x and update `spin docs`...
    
    #### Checksums
    
    ##### MD5
    
        052d84a2aaad4d5a455b64f5ff3f160b  numpy-1.26.0-cp310-cp310-macosx_10_9_x86_64.whl
        874567083be194080e97bea39ea7befd  numpy-1.26.0-cp310-cp310-macosx_11_0_arm64.whl
        1a5fa023e05e050b95549d355890fbb6  numpy-1.26.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        2af03fbadd96360b26b993975709d072  numpy-1.26.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        32717dd51a915e9aee4dcca72acb00d0  numpy-1.26.0-cp310-cp310-musllinux_1_1_x86_64.whl
        3f101e51b3b5f8c3f01256da645a1962  numpy-1.26.0-cp310-cp310-win32.whl
        d523a40f0a5f5ba94f09679adbabf825  numpy-1.26.0-cp310-cp310-win_amd64.whl
        6115698fdf5fb8cf895540a57d12bfb9  numpy-1.26.0-cp311-cp311-macosx_10_9_x86_64.whl
        207603ee822d8af4542f239b8c0a7a67  numpy-1.26.0-cp311-cp311-macosx_11_0_arm64.whl
        0cc5f95c4aebab0ca4f9f66463981016  numpy-1.26.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        a4654b46bc10738825f37a1797e1eba5  numpy-1.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        3b037dc746499f2a19bb58b55fdd0bfb  numpy-1.26.0-cp311-cp311-musllinux_1_1_x86_64.whl
        7bfb0c44e95f765e7fc5a7a86968a56c  numpy-1.26.0-cp311-cp311-win32.whl
        3355b510410cb20bacfb3c87632a731a  numpy-1.26.0-cp311-cp311-win_amd64.whl
        9624a97f1df9f64054409d274c1502f3  numpy-1.26.0-cp312-cp312-macosx_10_9_x86_64.whl
        53429b1349542c38b2f3822c7f2904d5  numpy-1.26.0-cp312-cp312-macosx_11_0_arm64.whl
        66a21bf4d8a6372cc3c4c89a67b96279  numpy-1.26.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        cb9abc312090046563eae619c0b68210  numpy-1.26.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        49e3498e0e0ec5c1f6314fb86d7f006e  numpy-1.26.0-cp312-cp312-musllinux_1_1_x86_64.whl
        f4a31765889478341597a7140044db85  numpy-1.26.0-cp312-cp312-win32.whl
        e7d7ded11f89baf760e5ba69249606e4  numpy-1.26.0-cp312-cp312-win_amd64.whl
        19698f330ae322c4813eed6e790a04d5  numpy-1.26.0-cp39-cp39-macosx_10_9_x86_64.whl
        a3628f551d851fbcde6551adb8fcfe2b  numpy-1.26.0-cp39-cp39-macosx_11_0_arm64.whl
        b34af2ddf43b28207ec7e2c837cbe35f  numpy-1.26.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        3d888129c86357ccfb779d9f0c1256f5  numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        e49d00c779df59a786d9f41e0d73c520  numpy-1.26.0-cp39-cp39-musllinux_1_1_x86_64.whl
        69f6aa8a0f3919797cb28fab7069a578  numpy-1.26.0-cp39-cp39-win32.whl
        8233224840dcdda49b08da1d5e91a730  numpy-1.26.0-cp39-cp39-win_amd64.whl
        c11b4d1181b825407b71a1ac8ec04a10  numpy-1.26.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
        1515773d4f569d44c6a757cb5a636cb2  numpy-1.26.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        60dc766d863d8ab561b494a7a759d562  numpy-1.26.0-pp39-pypy39_pp73-win_amd64.whl
        69bd28f07afbeed2bb6ecd467afcd469  numpy-1.26.0.tar.gz
    
    ##### SHA256
    
        f8db2f125746e44dce707dd44d4f4efeea8d7e2b43aace3f8d1f235cfa2733dd  numpy-1.26.0-cp310-cp310-macosx_10_9_x86_64.whl
        0621f7daf973d34d18b4e4bafb210bbaf1ef5e0100b5fa750bd9cde84c7ac292  numpy-1.26.0-cp310-cp310-macosx_11_0_arm64.whl
        51be5f8c349fdd1a5568e72713a21f518e7d6707bcf8503b528b88d33b57dc68  numpy-1.26.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        767254ad364991ccfc4d81b8152912e53e103ec192d1bb4ea6b1f5a7117040be  numpy-1.26.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        436c8e9a4bdeeee84e3e59614d38c3dbd3235838a877af8c211cfcac8a80b8d3  numpy-1.26.0-cp310-cp310-musllinux_1_1_x86_64.whl
        c2e698cb0c6dda9372ea98a0344245ee65bdc1c9dd939cceed6bb91256837896  numpy-1.26.0-cp310-cp310-win32.whl
        09aaee96c2cbdea95de76ecb8a586cb687d281c881f5f17bfc0fb7f5890f6b91  numpy-1.26.0-cp310-cp310-win_amd64.whl
        637c58b468a69869258b8ae26f4a4c6ff8abffd4a8334c830ffb63e0feefe99a  numpy-1.26.0-cp311-cp311-macosx_10_9_x86_64.whl
        306545e234503a24fe9ae95ebf84d25cba1fdc27db971aa2d9f1ab6bba19a9dd  numpy-1.26.0-cp311-cp311-macosx_11_0_arm64.whl
        8c6adc33561bd1d46f81131d5352348350fc23df4d742bb246cdfca606ea1208  numpy-1.26.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        e062aa24638bb5018b7841977c360d2f5917268d125c833a686b7cbabbec496c  numpy-1.26.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        546b7dd7e22f3c6861463bebb000646fa730e55df5ee4a0224408b5694cc6148  numpy-1.26.0-cp311-cp311-musllinux_1_1_x86_64.whl
        c0b45c8b65b79337dee5134d038346d30e109e9e2e9d43464a2970e5c0e93229  numpy-1.26.0-cp311-cp311-win32.whl
        eae430ecf5794cb7ae7fa3808740b015aa80747e5266153128ef055975a72b99  numpy-1.26.0-cp311-cp311-win_amd64.whl
        166b36197e9debc4e384e9c652ba60c0bacc216d0fc89e78f973a9760b503388  numpy-1.26.0-cp312-cp312-macosx_10_9_x86_64.whl
        f042f66d0b4ae6d48e70e28d487376204d3cbf43b84c03bac57e28dac6151581  numpy-1.26.0-cp312-cp312-macosx_11_0_arm64.whl
        e5e18e5b14a7560d8acf1c596688f4dfd19b4f2945b245a71e5af4ddb7422feb  numpy-1.26.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        7f6bad22a791226d0a5c7c27a80a20e11cfe09ad5ef9084d4d3fc4a299cca505  numpy-1.26.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        4acc65dd65da28060e206c8f27a573455ed724e6179941edb19f97e58161bb69  numpy-1.26.0-cp312-cp312-musllinux_1_1_x86_64.whl
        bb0d9a1aaf5f1cb7967320e80690a1d7ff69f1d47ebc5a9bea013e3a21faec95  numpy-1.26.0-cp312-cp312-win32.whl
        ee84ca3c58fe48b8ddafdeb1db87388dce2c3c3f701bf447b05e4cfcc3679112  numpy-1.26.0-cp312-cp312-win_amd64.whl
        4a873a8180479bc829313e8d9798d5234dfacfc2e8a7ac188418189bb8eafbd2  numpy-1.26.0-cp39-cp39-macosx_10_9_x86_64.whl
        914b28d3215e0c721dc75db3ad6d62f51f630cb0c277e6b3bcb39519bed10bd8  numpy-1.26.0-cp39-cp39-macosx_11_0_arm64.whl
        c78a22e95182fb2e7874712433eaa610478a3caf86f28c621708d35fa4fd6e7f  numpy-1.26.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
        86f737708b366c36b76e953c46ba5827d8c27b7a8c9d0f471810728e5a2fe57c  numpy-1.26.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        b44e6a09afc12952a7d2a58ca0a2429ee0d49a4f89d83a0a11052da696440e49  numpy-1.26.0-cp39-cp39-musllinux_1_1_x86_64.whl
        5671338034b820c8d58c81ad1dafc0ed5a00771a82fccc71d6438df00302094b  numpy-1.26.0-cp39-cp39-win32.whl
        020cdbee66ed46b671429c7265cf00d8ac91c046901c55684954c3958525dab2  numpy-1.26.0-cp39-cp39-win_amd64.whl
        0792824ce2f7ea0c82ed2e4fecc29bb86bee0567a080dacaf2e0a01fe7654369  numpy-1.26.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
        7d484292eaeb3e84a51432a94f53578689ffdea3f90e10c8b203a99be5af57d8  numpy-1.26.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
        186ba67fad3c60dbe8a3abff3b67a91351100f2661c8e2a80364ae6279720299  numpy-1.26.0-pp39-pypy39_pp73-win_amd64.whl
        f93fc78fe8bf15afe2b8d6b6499f1c73953169fad1e9a8dd086cdff3190e7fdf  numpy-1.26.0.tar.gz
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ef59a20 View commit details
    Browse the repository at this point in the history
  8. fix(deps): Update dependency grpcio-tools to v1.59.0 (#63)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | minor | `==1.57.0` -> `==1.59.0` |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    62541c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [cloudquery-plugin-pb](https://togithub.com/cloudquery/plugin-pb-python) | patch | `==0.0.16` -> `==0.0.17` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>cloudquery/plugin-pb-python (cloudquery-plugin-pb)</summary>
    
    ### [`v0.0.17`](https://togithub.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0017-2023-10-02)
    
    [Compare Source](https://togithub.com/cloudquery/plugin-pb-python/compare/v0.0.16...v0.0.17)
    
    ##### Bug Fixes
    
    -   **deps:** Update dependency black to v23.9.1 ([#&#8203;23](https://togithub.com/cloudquery/plugin-pb-python/issues/23)) ([30f0e25](https://togithub.com/cloudquery/plugin-pb-python/commit/30f0e25a64b97a4c34a31c1570968b37a8ad79cc))
    -   **deps:** Update dependency grpcio to v1.59.0 ([#&#8203;24](https://togithub.com/cloudquery/plugin-pb-python/issues/24)) ([eecd3e0](https://togithub.com/cloudquery/plugin-pb-python/commit/eecd3e0210c37b5992cd6342f096a5fce0ccd4a1))
    -   **deps:** Update dependency grpcio-tools to v1.59.0 ([#&#8203;25](https://togithub.com/cloudquery/plugin-pb-python/issues/25)) ([8e7cd62](https://togithub.com/cloudquery/plugin-pb-python/commit/8e7cd627768b211791bcb3f9fefe70bfbf8bd2b9))
    -   **deps:** Update dependency protobuf to v4.24.3 ([#&#8203;20](https://togithub.com/cloudquery/plugin-pb-python/issues/20)) ([449c1e8](https://togithub.com/cloudquery/plugin-pb-python/commit/449c1e86e0b92631a9ea7e7ba9742fd24fadb11d))
    -   **deps:** Update dependency pytest to v7.4.2 ([#&#8203;21](https://togithub.com/cloudquery/plugin-pb-python/issues/21)) ([64d28ef](https://togithub.com/cloudquery/plugin-pb-python/commit/64d28eff609c1fe57f61601317a5da5ba5c1a798))
    -   Generate Python Code from `plugin-pb` ([#&#8203;27](https://togithub.com/cloudquery/plugin-pb-python/issues/27)) ([ea1e99e](https://togithub.com/cloudquery/plugin-pb-python/commit/ea1e99e26a4998f74cd879cacd75146dc1dc65fc))
    
    </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://togithub.com/renovatebot/renovate).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    cq-bot authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3cabe7c View commit details
    Browse the repository at this point in the history
  2. chore(main): Release v0.1.4 (#58)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.1.4](v0.1.3...v0.1.4) (2023-10-02)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency black to v23.9.1 ([#61](#61)) ([591c1bc](591c1bc))
    * **deps:** Update dependency cloudquery-plugin-pb to v0.0.17 ([#65](#65)) ([3cabe7c](3cabe7c))
    * **deps:** Update dependency grpcio to v1.59.0 ([#62](#62)) ([5505f10](5505f10))
    * **deps:** Update dependency grpcio-tools to v1.59.0 ([#63](#63)) ([62541c9](62541c9))
    * **deps:** Update dependency numpy to v1.26.0 ([#64](#64)) ([ef59a20](ef59a20))
    * **deps:** Update dependency pandas to v2.1.1 ([#56](#56)) ([4bc4ff9](4bc4ff9))
    * **deps:** Update dependency protobuf to v4.24.3 ([#57](#57)) ([d877652](d877652))
    * **deps:** Update dependency pytest to v7.4.2 ([#59](#59)) ([50f66e8](50f66e8))
    * **deps:** Update dependency pytz to v2023.3.post1 ([#60](#60)) ([e14482a](e14482a))
    
    ---
    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 Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bd0b283 View commit details
    Browse the repository at this point in the history
Loading