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-pb-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.35
Choose a base ref
...
head repository: cloudquery/plugin-pb-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.36
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 1, 2024

  1. fix(deps): Update dependency grpcio to v1.66.2 (#118)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio](https://grpc.io) ([source](https://togithub.com/grpc/grpc)) | patch | `==1.66.1` -> `==1.66.2` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>grpc/grpc (grpcio)</summary>
    
    ### [`v1.66.2`](https://togithub.com/grpc/grpc/releases/tag/v1.66.2)
    
    [Compare Source](https://togithub.com/grpc/grpc/compare/v1.66.1...v1.66.2)
    
    This is release gRPC Core 1.66.2 (gladiator).
    
    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.
    
    #### What's Changed
    
    ##### Python
    
    -   Added support for Python 3.13 and templating system for supported Python versions ([#&#8203;37643](https://togithub.com/grpc/grpc/issues/37643))
    
    **Full Changelog**: grpc/grpc@v1.66.1...v1.66.2
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    491dfbc View commit details
    Browse the repository at this point in the history
  2. fix(deps): Update dependency grpcio-tools to v1.66.2 (#119)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [grpcio-tools](https://grpc.io) | patch | `==1.66.1` -> `==1.66.2` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5b415b0 View commit details
    Browse the repository at this point in the history
  3. fix(deps): Update dependency protobuf to v5.28.2 (#121)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [protobuf](https://developers.google.com/protocol-buffers/) | patch | `==5.28.0` -> `==5.28.2` |
    
    ---
    
    ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    daf7e7d View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dependency pytest to v8.3.3 (#122)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | patch | `==8.3.2` -> `==8.3.3` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest (pytest)</summary>
    
    ### [`v8.3.3`](https://togithub.com/pytest-dev/pytest/releases/tag/8.3.3)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.3.2...8.3.3)
    
    # pytest 8.3.3 (2024-09-09)
    
    ## Bug fixes
    
    -   [#&#8203;12446](https://togithub.com/pytest-dev/pytest/issues/12446): Avoid calling `@property` (and other instance descriptors) during fixture discovery -- by `asottile`{.interpreted-text role="user"}
    
    -   [#&#8203;12659](https://togithub.com/pytest-dev/pytest/issues/12659): Fixed the issue of not displaying assertion failure differences when using the parameter `--import-mode=importlib` in pytest>=8.1.
    
    -   [#&#8203;12667](https://togithub.com/pytest-dev/pytest/issues/12667): Fixed a regression where type change in \[ExceptionInfo.errisinstance]{.title-ref} caused \[mypy]{.title-ref} to fail.
    
    -   [#&#8203;12744](https://togithub.com/pytest-dev/pytest/issues/12744): Fixed typing compatibility with Python 3.9 or less -- replaced \[typing.Self]{.title-ref} with \[typing_extensions.Self]{.title-ref} -- by `Avasam`{.interpreted-text role="user"}
    
    -   [#&#8203;12745](https://togithub.com/pytest-dev/pytest/issues/12745): Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
    
    -   [#&#8203;6682](https://togithub.com/pytest-dev/pytest/issues/6682): Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in `assert condition, msg`).
    
    -   [#&#8203;9422](https://togithub.com/pytest-dev/pytest/issues/9422): Fix bug where disabling the terminal plugin via `-p no:terminal` would cause crashes related to missing the `verbose` option.
    
        \-- by `GTowers1`{.interpreted-text role="user"}
    
    ## Improved documentation
    
    -   [#&#8203;12663](https://togithub.com/pytest-dev/pytest/issues/12663): Clarify that the \[pytest_deselected]{.title-ref} hook should be called from \[pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
    -   [#&#8203;12678](https://togithub.com/pytest-dev/pytest/issues/12678): Remove erroneous quotes from \[tmp_path_retention_policy]{.title-ref} example in docs.
    
    ## Miscellaneous internal changes
    
    -   [#&#8203;12769](https://togithub.com/pytest-dev/pytest/issues/12769): Fix typos discovered by codespell and add codespell to pre-commit hooks.
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    74720e7 View commit details
    Browse the repository at this point in the history
  5. fix: Generate Python Code from plugin-pb (#124)

    This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    72ca377 View commit details
    Browse the repository at this point in the history
  6. chore(deps): Update peter-evans/create-pull-request action to v7 (#123)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | major | `v6` -> `v7` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>peter-evans/create-pull-request (peter-evans/create-pull-request)</summary>
    
    ### [`v7`](https://togithub.com/peter-evans/create-pull-request/compare/v6...v7)
    
    [Compare Source](https://togithub.com/peter-evans/create-pull-request/compare/v6...v7)
    
    </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    cq-bot authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5ea76a4 View commit details
    Browse the repository at this point in the history
  7. chore(main): Release v0.0.36 (#120)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.0.36](v0.0.35...v0.0.36) (2024-10-01)
    
    
    ### Bug Fixes
    
    * **deps:** Update dependency grpcio to v1.66.2 ([#118](#118)) ([491dfbc](491dfbc))
    * **deps:** Update dependency grpcio-tools to v1.66.2 ([#119](#119)) ([5b415b0](5b415b0))
    * **deps:** Update dependency protobuf to v5.28.2 ([#121](#121)) ([daf7e7d](daf7e7d))
    * **deps:** Update dependency pytest to v8.3.3 ([#122](#122)) ([74720e7](74720e7))
    * Generate Python Code from `plugin-pb` ([#124](#124)) ([72ca377](72ca377))
    
    ---
    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 1, 2024
    Configuration menu
    Copy the full SHA
    7768c9a View commit details
    Browse the repository at this point in the history
Loading