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): refresh pip-compile outputs python #2406

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 4, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
google-cloud-trace (source) minor ==1.13.1 -> ==1.13.3 age adoption passing confidence
grpcio (source) minor ==1.60.1 -> ==1.62.0 1.62.1 age adoption passing confidence
grpcio-health-checking minor ==1.60.1 -> ==1.62.0 1.62.1 age adoption passing confidence
locust minor ==2.23.1 -> ==2.24.0 age adoption passing confidence
opentelemetry-exporter-otlp-proto-grpc minor ==1.22.0 -> ==1.23.0 age adoption passing confidence
opentelemetry-instrumentation-grpc minor ==0.43b0 -> ==0.44b0 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

googleapis/google-cloud-python (google-cloud-trace)

v1.13.3: google-cloud-trace: v1.13.3

Compare Source

Bug Fixes

v1.13.2: google-cloud-trace: v1.13.2

Compare Source

Bug Fixes
  • deps: [Many APIs] Require google-api-core>=1.34.1 (#​12310) (41821da)
  • fix ValueError in test__validate_universe_domain (2451e88)

v1.13.1: google-cloud-billing: v1.13.1

Compare Source

Bug Fixes
  • Add google-auth as a direct dependency (8465244)
  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (8465244)
  • Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' (8465244)

v1.13.0: google-cloud-trace: v1.13.0

Compare Source

Features

v1.12.0: google-cloud-trace: v1.12.0

Compare Source

Features
  • Add support for python 3.12 (f920d22)
  • Introduce compatibility with native namespace packages (f920d22)
Bug Fixes
  • Require proto-plus >= 1.22.3 (f920d22)
  • Use retry_async instead of retry in async client (f920d22)
grpc/grpc (grpcio)

v1.62.0

Compare Source

This is release 1.62.0 (guardian) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • [metadata] Allow non application/grpc content-type values. (#​35824)
  • [BoringSSL] Update third_party/boringssl-with-bazel. (#​35768)
  • [GPR] Removed GPR_BACKWARDS_COMPATIBILITY_MODE. (#​35602)

Python

  • [Build] Strip armv7 artifacts. (#​35832)
  • [Python AIO] Handle DeprecationWarnings when get current loop. (#​35583)
  • [Python AIO] Raise resource_exhausted error in case of concurrent RPC limit exceeded. (#​35376)
  • [Python O11y] Build and distrib O11y package. (#​35578)
  • [Python setuptools] Import error from distutils for lower version of setuptools. (#​35561)
  • [ruby] Fix use-after-free for post-fork channel recreation. (#​35488)

Ruby

  • [ruby] Build/test ruby 3.3 and build native gems with Ruby 3.3 support. (#​35399)

v1.60.1

Compare Source

This is release gRPC Core 1.60.1 (gjallarhorn).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Python

  • [Python Misc] Revert change to print backtrace in server. (#​35462)

v1.60.0

Compare Source

This is release 1.60.0 (gjallarhorn) of gRPC Core.

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core

  • Implemented dualstack IPv4 and IPv6 backend support, as per draft gRFC A61. xDS support currently guarded by GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS env var.
  • Dropped Bazel 5 support. (#​34813)
  • [deps] Upgrade protobuf version to v25.0. (#​34513)
  • [Security - Revocation] Crl Directory Watcher Implementation. (#​34749)
  • [server] Cap size of pending request queue with RealRequestMatcher. (#​34782)
  • [chttp2] Fix outgoing data stats. (#​34693)
  • [EventEngine] Enable Posix EventEngine Listener on all builds. (#​34748)
  • [EventEngine] Enable Windows EventEngine Listener on all builds. (#​34436)
  • [chttp2] Alternative protection for too many streams in the system. (#​34697)
  • [Proxy] Support for setting proxy for addresses. (#​34617)
  • [client idleness] client channels go idle after 30 minutes by default. (#​34653)
  • [chttp2] Add an experiment to separate liveness checks from ping timeouts. (#​34647)
  • [chttp2] Tarpit invalid requests. (#​34641)
  • [chttp2] Enforce settings acks. (#​34640)
  • [chttp2] Limit work per read cycle. (#​34639)
  • [chttp2] Limit request count before receiving settings ack. (#​34638)
  • [chttp2] Randomly ping on RST_STREAM. (#​34637)

C++

  • [xds] C++ XdsServerBuilder Remove src/... header dependency from public header. (#​34790)
  • [reflection] Add v1 reflection. (#​34535)

C#

  • [csharp] Grpc.Tools documentation for sharing proto files between projects and nuget packages. (#​34521)

Ruby

  • [ruby] create debug symbol packages. (#​34632)

v1.59.3

Compare Source

This is release gRPC Core 1.59.3 (generative).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Core

  • [Security - Revocation] Crl backport to 1.59. (#​34926)
locustio/locust (locust)

v2.24.0

Compare Source

Full Changelog

Fixed bugs:

  • Blank page when accessing Locust Web UI via reverse proxy with subpath #​2614
  • [Report][Modern-UI] HTML report is blank #​2603

Closed issues:

  • SocketIOUser send method supports specific subscribe request #​2616
  • "Sticky" user types on workers #​2522

Merged pull requests:

v2.23.1

Compare Source

Full Changelog

Fixed bugs:

  • Modern UI: Average Response Time and 95th percentile have the same color #​2598

Closed issues:

  • Modern UI: Add exception message column on the Exception Statistics #​2597

Merged pull requests:

v2.23.0

Compare Source

Full Changelog

Closed issues:

  • Modern UI: ability to sort tables by column specific column #​2593
  • Modern UI - User class picker - add option to enable/disable everything. #​2585
  • [LocustLineChart] Implement an option/configuration for users to customize the color of the LocustLineChart. #​2578

Merged pull requests:


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate-bot renovate-bot requested review from yoshi-approver and a team as code owners March 4, 2024 01:35
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file lang: python Issues specific to Python. labels Mar 4, 2024
Copy link

forking-renovate bot commented Mar 4, 2024

⚠ 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/emailservice/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Cannot install -r requirements.in (line 10) and -r requirements.in (line 9) because these package versions have conflicting dependencies.
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 316, in _backjump
    name, candidate = broken_state.mapping.popitem()
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'dictionary is empty'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 434, in resolve
    success = self._backjump(causes)
              ^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in _backjump
    raise ResolutionImpossible(causes)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('opentelemetry-instrumentation==0.41b0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/42/91/cfc4f202811105e4c90e9d7e3091a0ab3ee00cc45c61fc7a10a9ec87181a/opentelemetry_distro-0.41b0-py3-none-any.whl (from https://pypi.org/simple/opentelemetry-distro/) (requires-python:>=3.7)')), RequirementInformation(requirement=SpecifierRequirement('opentelemetry-instrumentation==0.44b0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/a6/df/2e8c0e706f2e521540f434b1d50f3f700021bbe3b07b5ca710238f6340f0/opentelemetry_instrumentation_grpc-0.44b0-py3-none-any.whl (from https://pypi.org/simple/opentelemetry-instrumentation-grpc/) (requires-python:>=3.8)'))]

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

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
                  ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

File name: src/recommendationservice/requirements.txt
Command failed: pip-compile requirements.in
  ERROR: Cannot install -r requirements.in (line 7) and -r requirements.in (line 8) because these package versions have conflicting dependencies.
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 316, in _backjump
    name, candidate = broken_state.mapping.popitem()
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 'dictionary is empty'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 434, in resolve
    success = self._backjump(causes)
              ^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in _backjump
    raise ResolutionImpossible(causes)
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('opentelemetry-instrumentation==0.41b0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/42/91/cfc4f202811105e4c90e9d7e3091a0ab3ee00cc45c61fc7a10a9ec87181a/opentelemetry_distro-0.41b0-py3-none-any.whl (from https://pypi.org/simple/opentelemetry-distro/) (requires-python:>=3.7)')), RequirementInformation(requirement=SpecifierRequirement('opentelemetry-instrumentation==0.44b0'), parent=LinkCandidate('https://files.pythonhosted.org/packages/a6/df/2e8c0e706f2e521540f434b1d50f3f700021bbe3b07b5ca710238f6340f0/opentelemetry_instrumentation_grpc-0.44b0-py3-none-any.whl (from https://pypi.org/simple/opentelemetry-instrumentation-grpc/) (requires-python:>=3.8)'))]

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

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/bin/pip-compile", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/scripts/compile.py", line 470, in cli
    results = resolver.resolve(max_rounds=max_rounds)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/resolver.py", line 604, in resolve
    is_resolved = self._do_resolve(
                  ^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/piptools/resolver.py", line 636, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.4.1/3.11.8/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@NimJay
Copy link
Collaborator

NimJay commented Mar 4, 2024

The Continuous Integration - Pull Request / deployment-tests GitHub Action is failing.
The errors don't seem related to this pull-request's file changes:

pod/adservice-746b58f97b-gsxzr: container server terminated with exit code 139 ...
A fatal error has been detected by the Java Runtime Environment: ...
Problematic frame:
      > [adservice-746b58f97b-gsxzr server] # C  [profiler_java_agent.so+0x897522]  std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >::assign(char const*)+0xc ...
Can not save log file, dump to screen...
VM state: not at safepoint (not fully initialized) ...
VM Mutex/Monitor currently owned by a thread: None ...

It's also not clear if this is a Java issue or an issue with the GitHub Actions runner.
But disk and CPU usage on the GitHub Actions runner seem fine.

@renovate-bot renovate-bot force-pushed the renovate/python branch 5 times, most recently from 7685b09 to 1f90a37 Compare March 11, 2024 13:41
@renovate-bot renovate-bot force-pushed the renovate/python branch 9 times, most recently from 0d67fa0 to ec98f76 Compare March 15, 2024 15:25
@bourgeoisor bourgeoisor merged commit 523d777 into GoogleCloudPlatform:main Mar 15, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file lang: python Issues specific to Python.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants