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): lock file maintenance api #2379

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
grpcio-health-checking dependencies minor ==1.62.2 -> ==1.64.1 age adoption passing confidence
grpcio-health-checking packages minor ==1.62.2 -> ==1.64.1 age adoption passing confidence
grpcio-reflection dependencies minor ==1.62.2 -> ==1.64.1 age adoption passing confidence
grpcio-reflection packages minor ==1.62.2 -> ==1.64.1 age adoption passing confidence
grpcio-tools dev-dependencies minor 1.62.2 -> 1.64.1 age adoption passing confidence
packageurl-python dependencies patch ==0.15.1 -> ==0.15.4 age adoption passing confidence
packageurl-python packages patch ==0.15.1 -> ==0.15.4 age adoption passing confidence

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


Release Notes

package-url/packageurl-python (packageurl-python)

v0.15.4

Compare Source

  • Add with_package_url, without_package_url, and order_by_package_url to the
    PackageURLQuerySetMixin contrib class.

v0.15.3

Compare Source

  • Add support for namespace in build_npm_download_url.

v0.15.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, 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.

👻 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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
Copy link

forking-renovate bot commented Jul 9, 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: gcp/api/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv api-backend-h0AdMepd-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

Because grpcio-reflection (1.64.1) depends on protobuf (>=5.26.1,<6.0dev)
 and google-cloud-logging (3.10.0) depends on protobuf (>=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0dev), grpcio-reflection (1.64.1) is incompatible with google-cloud-logging (3.10.0).
So, because api-backend depends on both google-cloud-logging (==3.10.0) and grpcio-reflection (==1.64.1), version solving failed.

File name: gcp/api/Pipfile.lock
Command failed: pipenv lock
Creating a virtualenv for this project...
Pipfile: /tmp/renovate/repos/github/google/osv.dev/gcp/api/Pipfile
Using /opt/containerbase/tools/python/3.11.9/bin/python (3.11.9) to create virtualenv...
created virtual environment CPython3.11.9.final.0-64 in 696ms
  creator CPython3Posix(dest=/tmp/renovate/cache/others/virtualenvs/api-Ojb8wqXF, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/ubuntu/.local/share/virtualenv)
    added seed packages: pip==24.1, setuptools==70.1.0, wheel==0.43.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /tmp/renovate/cache/others/virtualenvs/api-Ojb8wqXF
Locking [packages] dependencies...
False
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenv-uw0787my-requirements/pipenv-shldy9o1-constraints.txt (line 5) and -r /tmp/pipenv-uw0787my-requirements/pipenv-shldy9o1-constraints.txt (line 6) because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 645, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 612, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:       ^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/resolver.py", line 592, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:       ^^^^^^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 932, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = actually_resolve_deps(
[ResolutionFailure]:       ^^^^^^^^^^^^^^^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 700, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 457, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=str(e))
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  You can use $ pipenv run pip install <requirement_name> to bypass this mechanism, then run $ pipenv graph to inspect the versions actually installed in the virtualenv.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Traceback (most recent call last):
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/bin/pipenv", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/vendor/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/cli/command.py", line 344, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/routines/lock.py", line 66, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 873, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.11.9/lib/python3.11/site-packages/pipenv/utils/resolver.py", line 737, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

another-rex
another-rex previously approved these changes Jul 10, 2024
@another-rex another-rex dismissed their stale review July 10, 2024 00:39

Dependency conflicts

@another-rex another-rex added the rebase Tell renovate to rebase this PR label Jul 10, 2024
@forking-renovate forking-renovate bot removed the rebase Tell renovate to rebase this PR label Jul 10, 2024
@renovate-bot renovate-bot force-pushed the renovate/api branch 3 times, most recently from 12286ac to c5808fe Compare July 12, 2024 14:18
@andrewpollock andrewpollock merged commit 53238a6 into google:master Jul 17, 2024
11 checks passed
michaelkedar added a commit that referenced this pull request Jul 18, 2024
michaelkedar added a commit that referenced this pull request Jul 18, 2024
Reverts #2379
Our deployments have been failing because this update had conflicting
dependencies on protobuf.
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants