Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency google-api-core to v1.31.5 #754

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-api-core ==1.23.0 -> ==1.31.5 age adoption passing confidence
google-api-core ==1.24.1 -> ==1.31.5 age adoption passing confidence

Release Notes

googleapis/python-api-core

v1.31.5

Compare Source

Bug Fixes
  • fix: exclude function target from retry deadline exceeded exception message (#​321) (4cc4e65)

v1.31.4

Compare Source

Bug Fixes
  • fix(deps): allow protobuf >=3.18.0 for python 3 users (#​305) (286347e)

v1.31.3

Compare Source

Bug Fixes

v1.31.2

Compare Source

Bug Fixes

v1.31.1

Compare Source

v1.31.0

Compare Source

Features
  • add ServiceUnavailable exception to polling retries (#​184) (11032cf)
Bug Fixes

v1.30.0

Compare Source

Features

v1.29.0

Compare Source

Features
  • HTTPIterator now accepts a page_size parameter to control page … (#​197) (a421913)
Documentation

v1.28.0

Compare Source

Bug Fixes
Miscellaneous Chores

v1.27.0

Compare Source

Features
  • Add support for rest/ token in x-goog-api-client header (#​189) (15aca6b)
  • retry google.auth TransportError and requests ConnectionError (#​178) (6ae04a8)
1.26.3 (2021-03-25)
Bug Fixes
Documentation
1.26.2 (2021-03-23)
Bug Fixes
1.26.1 (2021-02-12)
Bug Fixes
  • add operation name to x-goog-request-params in async client (#​137) (7271b23)

v1.26.3

Compare Source

v1.26.2

Compare Source

v1.26.1

Compare Source

v1.26.0

Compare Source

Features
  • allow default_host and default_scopes to be passed to create_channel (#​134) (94c76e0)
1.25.1 (2021-01-25)
Bug Fixes
Documentation

v1.25.1

Compare Source

v1.25.0

Compare Source

Features
  • allow gRPC metadata to be passed to operations client (#​127) (73854e8)
Documentation
1.24.1 (2020-12-16)
Bug Fixes

v1.24.1

Compare Source

v1.24.0

Compare Source

Features
Documentation

Configuration

📅 Schedule: 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 these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner February 26, 2022 02:19
@forking-renovate
Copy link

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/recommendationservice/requirements.txt
Command failed: docker run --rm --name=renovate_python --label=renovate_child -v "/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo":"/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -w "/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo/src/recommendationservice" docker.io/renovate/python bash -l -c "pip install --user pip-tools && pip-compile requirements.in"
CRITICAL:pip._internal.index.package_finder:Could not find a version that satisfies the requirement google-python-cloud-debugger==2.18 (from -r requirements.in (line 2)) (from versions: none)
Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/scripts/compile.py", line 466, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 175, in resolve
    has_changed, best_matches = self._resolve_one_round()
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 319, in _resolve_one_round
    their_constraints.extend(self._iter_dependencies(best_match))
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 428, in _iter_dependencies
    dependencies = self.repository.get_dependencies(ireq)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/local.py", line 79, in get_dependencies
    return self.repository.get_dependencies(ireq)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/pypi.py", line 238, in get_dependencies
    self._dependencies_cache[ireq] = self.resolve_reqs(
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/pypi.py", line 201, in resolve_reqs
    results = resolver._resolve_one(reqset, ireq)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 379, in _resolve_one
    dist = self._get_dist_for(req_to_install)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 331, in _get_dist_for
    self._populate_link(req)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 300, in _populate_link
    req.link = self._find_requirement_link(req)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 266, in _find_requirement_link
    best_candidate = self.finder.find_requirement(req, upgrade)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/index/package_finder.py", line 920, in find_requirement
    raise DistributionNotFound(
pip._internal.exceptions.DistributionNotFound: No matching distribution found for google-python-cloud-debugger==2.18 (from -r requirements.in (line 2))

File name: src/emailservice/requirements.txt
Command failed: docker run --rm --name=renovate_python --label=renovate_child -v "/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo":"/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -w "/mnt/renovate/gh/GoogleCloudPlatform/microservices-demo/src/emailservice" docker.io/renovate/python bash -l -c "pip install --user pip-tools && pip-compile requirements.in"
ERROR:pip.subprocessor:[present-diagnostic] python setup.py egg_info exited with 1
Traceback (most recent call last):
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py", line 64, in generate_metadata
    call_subprocess(
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/utils/subprocess.py", line 224, in call_subprocess
    raise error
pip._internal.exceptions.InstallationSubprocessError: python setup.py egg_info exited with 1

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/ubuntu/.local/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/scripts/compile.py", line 466, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 175, in resolve
    has_changed, best_matches = self._resolve_one_round()
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 319, in _resolve_one_round
    their_constraints.extend(self._iter_dependencies(best_match))
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/resolver.py", line 428, in _iter_dependencies
    dependencies = self.repository.get_dependencies(ireq)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/local.py", line 79, in get_dependencies
    return self.repository.get_dependencies(ireq)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/pypi.py", line 238, in get_dependencies
    self._dependencies_cache[ireq] = self.resolve_reqs(
  File "/home/ubuntu/.local/lib/python3.10/site-packages/piptools/repositories/pypi.py", line 201, in resolve_reqs
    results = resolver._resolve_one(reqset, ireq)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 379, in _resolve_one
    dist = self._get_dist_for(req_to_install)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/resolution/legacy/resolver.py", line 332, in _get_dist_for
    dist = self.preparer.prepare_linked_requirement(req)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 487, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 556, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 58, in _get_prepared_distribution
    abstract_dist.prepare_distribution_metadata(finder, build_isolation)
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/distributions/sdist.py", line 47, in prepare_distribution_metadata
    self.req.prepare_metadata()
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/req/req_install.py", line 528, in prepare_metadata
    self.metadata_directory = generate_metadata_legacy(
  File "/usr/local/python/3.10.2/lib/python3.10/site-packages/pip/_internal/operations/build/metadata_legacy.py", line 71, in generate_metadata
    raise MetadataGenerationFailed(package_details=details) from error
pip._internal.exceptions.MetadataGenerationFailed: metadata generation failed

@xtineskim
Copy link
Contributor

xtineskim commented Mar 1, 2022

Related to this issue in cloud-debug-python library

this closed PR will be noted in our dependency dashboard

@xtineskim xtineskim closed this Mar 1, 2022
@forking-renovate
Copy link

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (==1.31.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate-bot renovate-bot deleted the renovate/google-api-core-1.x branch March 1, 2022 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants