This repository was archived by the owner on Jul 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
deps: update dependency typing-extensions to v4.3.0 #53
Merged
gcf-merge-on-green
merged 2 commits into
googleapis:main
from
renovate-bot:renovate/typing-extensions-4.x
Sep 28, 2022
Merged
deps: update dependency typing-extensions to v4.3.0 #53
gcf-merge-on-green
merged 2 commits into
googleapis:main
from
renovate-bot:renovate/typing-extensions-4.x
Sep 28, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
diegomarquezp
approved these changes
Sep 28, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Oct 3, 2022
🤖 I have created a release *beep* *boop* --- ## [0.2.3](https://togithub.com/googleapis/java-dataform/compare/v0.2.2...v0.2.3) (2022-10-03) ### Dependencies * Update dependency click to v8.1.3 ([#42](https://togithub.com/googleapis/java-dataform/issues/42)) ([a894291](https://togithub.com/googleapis/java-dataform/commit/a894291b06d95386ab0f6c7c8ce96f4cf1b647fd)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#57](https://togithub.com/googleapis/java-dataform/issues/57)) ([1bb5a32](https://togithub.com/googleapis/java-dataform/commit/1bb5a32f7c168bb4627dde388f9c77ca4f2c4806)) * Update dependency google-api-core to v2.10.1 ([#43](https://togithub.com/googleapis/java-dataform/issues/43)) ([90fd98a](https://togithub.com/googleapis/java-dataform/commit/90fd98a11e93a08afac42b155e05e8044da1e15e)) * Update dependency google-auth to v2.12.0 ([#44](https://togithub.com/googleapis/java-dataform/issues/44)) ([be0f25a](https://togithub.com/googleapis/java-dataform/commit/be0f25a182dff9dc77a3fdcc7dd40f66e9c0abc0)) * Update dependency google-cloud-storage to v2.5.0 ([#45](https://togithub.com/googleapis/java-dataform/issues/45)) ([0f1d4fc](https://togithub.com/googleapis/java-dataform/commit/0f1d4fc9d5376adc04c7dd6c06a23588ffaa0c52)) * Update dependency google-crc32c to v1.5.0 ([#46](https://togithub.com/googleapis/java-dataform/issues/46)) ([b7396b9](https://togithub.com/googleapis/java-dataform/commit/b7396b99fc046263b5d03a4e94f96ba3e8da38d8)) * Update dependency importlib-metadata to v4.12.0 ([#47](https://togithub.com/googleapis/java-dataform/issues/47)) ([7ec9967](https://togithub.com/googleapis/java-dataform/commit/7ec996779b2f02840d21114bff1f2cc5f75a15ac)) * Update dependency jeepney to v0.8.0 ([#48](https://togithub.com/googleapis/java-dataform/issues/48)) ([c89111f](https://togithub.com/googleapis/java-dataform/commit/c89111f79cb6f6978e7aa2f5b3ad8dd25d51673f)) * Update dependency markupsafe to v2.1.1 ([#49](https://togithub.com/googleapis/java-dataform/issues/49)) ([7b852c5](https://togithub.com/googleapis/java-dataform/commit/7b852c59e9b16703b93d24819c70a21ceb42086a)) * Update dependency protobuf to v3.20.2 ([#50](https://togithub.com/googleapis/java-dataform/issues/50)) ([7b5d79c](https://togithub.com/googleapis/java-dataform/commit/7b5d79c5e8b05005e03fb5d512da92b5c688dc4f)) * Update dependency pyjwt to v2.5.0 ([#51](https://togithub.com/googleapis/java-dataform/issues/51)) ([eb62d9f](https://togithub.com/googleapis/java-dataform/commit/eb62d9fe4623905ac23c37c137e9473bc3f65765)) * Update dependency requests to v2.28.1 ([#52](https://togithub.com/googleapis/java-dataform/issues/52)) ([53c48ca](https://togithub.com/googleapis/java-dataform/commit/53c48ca62e4bb043fc41e889ab6ee4b601e3eed5)) * Update dependency typing-extensions to v4.3.0 ([#53](https://togithub.com/googleapis/java-dataform/issues/53)) ([b8a3082](https://togithub.com/googleapis/java-dataform/commit/b8a3082cf98f260e86c8178b76506c32d942e743)) * Update dependency zipp to v3.8.1 ([#54](https://togithub.com/googleapis/java-dataform/issues/54)) ([ed28983](https://togithub.com/googleapis/java-dataform/commit/ed289834c496e84074fde0ea06db3d21d9e68c5d)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.1.1->==4.3.0Release Notes
python/typing_extensions
v4.3.0Compare Source
typing_extensions.NamedTuple, allowing for genericNamedTuples onPython <3.11 (backport from python/cpython#92027, by Serhiy Storchaka). Patch
by Alex Waygood (@AlexWaygood).
typing_extensions.TypedDictto allow for genericTypedDicts onPython <3.11 (backport from python/cpython#27663, by Samodya Abey). Patch by
Alex Waygood (@AlexWaygood).
v4.2.0Compare Source
typing.Unpackandtyping.TypeVarTupleon Python 3.11.ParamSpecArgsandParamSpecKwargsto__all__.typing_extensions.dataclass_transformto rename thefield_descriptorsparameter tofield_specifiersand acceptarbitrary keyword arguments.
typing_extensions.get_overloadsandtyping_extensions.clear_overloads, and add registry support totyping_extensions.overload. Backport from python/cpython#89263.typing_extensions.assert_type. Backport from bpo-46480.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.
This PR has been generated by Mend Renovate. View repository job log here.