-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: cloudquery/plugin-pb-python
base: e82fb94
head repository: cloudquery/plugin-pb-python
compare: f9fc780
- 8 commits
- 9 files changed
- 2 contributors
Commits on Oct 1, 2023
-
fix(deps): Update dependency protobuf to v4.24.3 (#20)
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-->
Configuration menu - View commit details
-
Copy full SHA for 449c1e8 - Browse repository at this point
Copy the full SHA 449c1e8View commit details -
fix(deps): Update dependency pytest to v7.4.2 (#21)
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 - [#​11237](https://togithub.com/pytest-dev/pytest/issues/11237): Fix doctest collection of `functools.cached_property` objects. - [#​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. - [#​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. - [#​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 - [#​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 - [#​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. - [#​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. - [#​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-->
Configuration menu - View commit details
-
Copy full SHA for 64d28ef - Browse repository at this point
Copy the full SHA 64d28efView commit details -
fix(deps): Update dependency black to v23.9.1 (#23)
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 ([#​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 ([#​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 ([#​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 ([#​3862](https://togithub.com/psf/black/issues/3862)) - Fix a bug whereby spaces were removed from walrus operators within subscript([#​3823](https://togithub.com/psf/black/issues/3823)) ##### Configuration - Black now applies exclusion and ignore logic before resolving symlinks ([#​3846](https://togithub.com/psf/black/issues/3846)) ##### Performance - Avoid importing `IPython` if notebook cells do not contain magics ([#​3782](https://togithub.com/psf/black/issues/3782)) - Improve caching by comparing file hashes as fallback for mtime and size ([#​3821](https://togithub.com/psf/black/issues/3821)) ##### *Blackd* - Fix an issue in `blackd` with single character input ([#​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 ([#​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 ([#​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-->
Configuration menu - View commit details
-
Copy full SHA for 30f0e25 - Browse repository at this point
Copy the full SHA 30f0e25View commit details -
fix(deps): Update dependency grpcio to v1.59.0 (#24)
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). ([#​34476](https://togithub.com/grpc/grpc/pull/34476)) - \[xds ssa] Remove environment variable protection for stateful affinity. ([#​34435](https://togithub.com/grpc/grpc/pull/34435)) - \[windows DNS] Simplify c-ares Windows code. ([#​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. ([#​34185](https://togithub.com/grpc/grpc/pull/34185)) - \[Deps] Adding upb as a submodule. ([#​34199](https://togithub.com/grpc/grpc/pull/34199)) - \[EventEngine] Update Cancel contract on closure deletion timeline. ([#​34167](https://togithub.com/grpc/grpc/pull/34167)) ## C\# - \[csharp codegen] Handle empty base_namespace option value to fix [#​34113](https://togithub.com/grpc/grpc/issues/34113). ([#​34137](https://togithub.com/grpc/grpc/pull/34137)) ## Python - \[Python 3.12] Support Python 3.12. ([#​34398](https://togithub.com/grpc/grpc/pull/34398)) - \[Python 3.12] Deprecate distutil. ([#​34186](https://togithub.com/grpc/grpc/pull/34186)) ## Ruby - \[ruby] Fix linking errors on x86-darwin. ([#​34134](https://togithub.com/grpc/grpc/pull/34134)) - \[Ruby] replace strdup with gpr_strdup. ([#​34177](https://togithub.com/grpc/grpc/pull/34177)) - \[ruby] drop ruby 2.6 support. ([#​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). ([#​34115](https://togithub.com/grpc/grpc/pull/34115)) - \[pick_first] de-experiment pick first. ([#​34054](https://togithub.com/grpc/grpc/pull/34054)) - \[build metadata] Bazel to "other build systems" improvements. ([#​33803](https://togithub.com/grpc/grpc/pull/33803)) - \[Deps] Update abseil to [`2023080`](https://togithub.com/grpc/grpc/commit/20230802). ([#​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. ([#​33871](https://togithub.com/grpc/grpc/pull/33871)) ## C++ - \[docs] Document Alarm thread-safety guarantees. ([#​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. ([#​31013](https://togithub.com/grpc/grpc/pull/31013)) - \[packaging] Publish xds-protos as part of the standard package pipeline. ([#​33797](https://togithub.com/grpc/grpc/pull/33797)) ## Ruby - \[ruby] update google auth to ~> 1.0. ([#​34013](https://togithub.com/grpc/grpc/pull/34013)) - \[Ruby] set metadata_sent after call success. ([#​33998](https://togithub.com/grpc/grpc/pull/33998)) - \[ruby] remove unnecessary background thread startup wait logic that interferes with forking. ([#​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-->
Configuration menu - View commit details
-
Copy full SHA for eecd3e0 - Browse repository at this point
Copy the full SHA eecd3e0View commit details -
fix(deps): Update dependency grpcio-tools to v1.59.0 (#25)
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-->
Configuration menu - View commit details
-
Copy full SHA for 8e7cd62 - Browse repository at this point
Copy the full SHA 8e7cd62View commit details -
fix: Generate Python Code from
plugin-pb(#27)This PR was created by a scheduled workflow to regenerate the Python code from `plugin-pb`.
Configuration menu - View commit details
-
Copy full SHA for ea1e99e - Browse repository at this point
Copy the full SHA ea1e99eView commit details
Commits on Oct 2, 2023
-
chore(deps): Update actions/checkout action to v4
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Configuration menu - View commit details
-
Copy full SHA for 908fed2 - Browse repository at this point
Copy the full SHA 908fed2View commit details -
chore(main): Release v0.0.17 (#22)
🤖 I have created a release *beep* *boop* --- ## [0.0.17](v0.0.16...v0.0.17) (2023-10-02) ### Bug Fixes * **deps:** Update dependency black to v23.9.1 ([#23](#23)) ([30f0e25](30f0e25)) * **deps:** Update dependency grpcio to v1.59.0 ([#24](#24)) ([eecd3e0](eecd3e0)) * **deps:** Update dependency grpcio-tools to v1.59.0 ([#25](#25)) ([8e7cd62](8e7cd62)) * **deps:** Update dependency protobuf to v4.24.3 ([#20](#20)) ([449c1e8](449c1e8)) * **deps:** Update dependency pytest to v7.4.2 ([#21](#21)) ([64d28ef](64d28ef)) * Generate Python Code from `plugin-pb` ([#27](#27)) ([ea1e99e](ea1e99e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for f9fc780 - Browse repository at this point
Copy the full SHA f9fc780View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff e82fb94...f9fc780