Skip to content

Update dependency protobuf to v7 - autoclosed#305

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/protobuf-7.x
Closed

Update dependency protobuf to v7 - autoclosed#305
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/protobuf-7.x

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
protobuf ==6.33.6==7.35.0 age adoption passing confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) March 15, 2026 04:45
@renovate renovate Bot requested a review from mortenlj as a code owner March 15, 2026 04:45
@renovate

renovate Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: server/uv.lock
Command failed: uv lock --upgrade-package protobuf
Using CPython 3.13.14 interpreter at: /opt/containerbase/tools/python/3.13.14/bin/python3
  × No solution found when resolving dependencies:
  ╰─▶ Because grpcio-tools==1.78.0 depends on protobuf>=6.31.1,<7.0.0 and
      codetanks-server:dev depends on grpcio-tools==1.78.0, we can conclude
      that codetanks-server:dev depends on protobuf>=6.31.1,<7.0.0.
      And because your project depends on protobuf==7.35.0, we can conclude
      that your project and codetanks-server:dev are incompatible.
      And because your project requires your project and codetanks-server:dev,
      we can conclude that your project's requirements are unsatisfiable.

File name: viewer/uv.lock
Command failed: uv lock --upgrade-package protobuf
Using CPython 3.13.14 interpreter at: /opt/containerbase/tools/python/3.13.14/bin/python3
  × No solution found when resolving dependencies:
  ╰─▶ Because only the following versions of grpcio-tools are available:
          grpcio-tools<=1.71.0
          grpcio-tools==1.71.2
          grpcio-tools==1.72.0
          grpcio-tools==1.72.1
          grpcio-tools==1.72.2
          grpcio-tools==1.73.0
          grpcio-tools==1.73.1
          grpcio-tools==1.74.0
          grpcio-tools==1.75.0
          grpcio-tools==1.75.1
          grpcio-tools==1.76.0
          grpcio-tools==1.78.0
          grpcio-tools==1.78.1
          grpcio-tools==1.80.0
          grpcio-tools==1.81.0
      and grpcio-tools>=1.71.0,<=1.71.2 depends on protobuf>=5.26.1,<6.0.dev0,
      we can conclude that grpcio-tools>=1.71.0,<1.72.0 depends on
      protobuf>=5.26.1,<6.0.dev0.
      And because grpcio-tools==1.72.0 was yanked (reason: Yanked due to issue
      with MacOS wheels), we can conclude that grpcio-tools>=1.71.0,<1.72.1
      depends on protobuf>=5.26.1,<6.0.dev0.
      And because grpcio-tools>=1.72.1,<=1.73.1 depends on
      protobuf>=6.30.0,<7.0.0 and protobuf>=6.31.1,<7.0.0, we can conclude
      that all of:
          grpcio-tools>=1.71.0,<1.78.1
          grpcio-tools>1.78.1,<1.81.0
      depend on one of:
          protobuf>=5.26.1,<6.0.dev0
          protobuf>=6.30.0,<7.0.0

      And because grpcio-tools==1.78.1 was yanked (reason:
      https://github.com/grpc/grpc/issues/41725) and grpcio-tools==1.81.0
      depends on protobuf>=6.33.5,<7.0.0, we can conclude that
      grpcio-tools>=1.71.0 depends on one of:
          protobuf>=5.26.1,<6.0.dev0
          protobuf>=6.30.0,<7.0.0

      And because codetanks-viewer:dev depends on grpcio-tools>=1.71.0 and
      your project depends on protobuf==7.35.0, we can conclude that your
      project and codetanks-viewer:dev are incompatible.
      And because your project requires your project and codetanks-viewer:dev,
      we can conclude that your project's requirements are unsatisfiable.

hint: Pre-releases are available for `grpcio-tools` in the requested range (e.g., 1.81.0rc1), but pre-releases weren't enabled (try: `--prerelease=allow`)

@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 4 times, most recently from 012aba1 to 2fa6a26 Compare March 18, 2026 13:16
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from 2fa6a26 to 606df06 Compare March 25, 2026 21:17
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from 606df06 to 6d47b04 Compare April 3, 2026 17:40
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 3 times, most recently from 5f18327 to 2fde50e Compare April 15, 2026 18:17
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 3 times, most recently from 9d46f61 to 190d79c Compare May 8, 2026 08:46
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch 2 times, most recently from 1a82d8b to e040287 Compare May 28, 2026 04:34
@renovate renovate Bot force-pushed the renovate/protobuf-7.x branch from e040287 to ae2fc2e Compare June 2, 2026 23:30
@renovate renovate Bot changed the title Update dependency protobuf to v7 Update dependency protobuf to v7 - autoclosed Jun 19, 2026
@renovate renovate Bot closed this Jun 19, 2026
auto-merge was automatically disabled June 19, 2026 09:50

Pull request was closed

@renovate renovate Bot deleted the renovate/protobuf-7.x branch June 19, 2026 09:50
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.

0 participants