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

Pin dependencies #2837

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

krypton-build-user
Copy link
Collaborator

@krypton-build-user krypton-build-user commented Dec 1, 2023

This PR contains the following updates:

Package Type Update Change
mkdocs (changelog) packages pin ~=1.5.3 -> ==1.5.3
mkdocs-material (changelog) packages pin ~=9.5.17 -> ==9.5.30
node pin v18 -> 18.20.4
prebuild devDependencies pin ^12.1.0 -> 12.1.0
prebuild-install dependencies pin ^7.1.1 -> 7.1.2

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Self-Hosted Renovate Bot. Find all logs here.

@krypton-build-user krypton-build-user requested a review from a team as a code owner December 1, 2023 02:35
@krypton-build-user krypton-build-user added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code renovate node-runtime labels Dec 1, 2023
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 9 times, most recently from 0c58158 to c3fee99 Compare December 7, 2023 23:21
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 4 times, most recently from 29ad7ed to fc2baff Compare December 15, 2023 23:12
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 3 times, most recently from 1c35557 to 75592fd Compare January 3, 2024 01:20
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 7 times, most recently from a64a7af to ceb0a85 Compare January 10, 2024 21:17
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 2 times, most recently from 84f96e5 to 45471e9 Compare April 25, 2024 05:09
@krypton-build-user
Copy link
Collaborator Author

krypton-build-user commented Apr 25, 2024

⚠ Artifact update problem

Renovate failed to update an artifact 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: Pipfile.lock
Command failed: pipenv lock
Creating a virtualenv for this project...
Pipfile: /tmp/renovate/repos/github/coda/packs-sdk/Pipfile
Using /opt/containerbase/tools/python/3.12.4/bin/python3 (3.12.4) to create virtualenv...
created virtual environment CPython3.12.4.final.0-64 in 283ms
  creator CPython3Posix(dest=/home/ubuntu/.local/share/virtualenvs/packs-sdk-9EXwiP-0, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, via=copy, app_data_dir=/home/ubuntu/.local/share/virtualenv)
    added seed packages: pip==24.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/ubuntu/.local/share/virtualenvs/packs-sdk-9EXwiP-0
Locking [packages] dependencies...
False
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenv-9c2z6tcy-requirements/pipenv-f_15y68u-constraints.txt (line 3), -r /tmp/pipenv-9c2z6tcy-requirements/pipenv-f_15y68u-constraints.txt (line 9) and mkdocs==1.5.3 because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/site-packages/pipenv/resolver.py", line 645, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/resolver.py", line 592, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:       ^^^^^^^^^^^^^
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/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.12/lib/python3.12/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.12/bin/pipenv", line 8, in <module>
    sys.exit(cli())
             ^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/cli/command.py", line 344, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/site-packages/pipenv/routines/lock.py", line 66, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2024.0.1/3.12/lib/python3.12/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.12/lib/python3.12/site-packages/pipenv/utils/resolver.py", line 737, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 3 times, most recently from 5fb82d9 to a0364b9 Compare May 3, 2024 19:16
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 2 times, most recently from c9456a6 to 0c7168a Compare May 15, 2024 17:19
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 4 times, most recently from aeb9145 to e457f8e Compare May 27, 2024 11:14
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 4 times, most recently from 0497dcc to 483ea89 Compare June 11, 2024 23:30
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 3 times, most recently from 2499a4d to 8aa6563 Compare July 2, 2024 11:25
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 4 times, most recently from 51d3993 to 404f6d0 Compare July 14, 2024 13:22
@krypton-build-user krypton-build-user force-pushed the renovate/pin-dependencies branch 2 times, most recently from b4d45fa to 9facb09 Compare July 23, 2024 09:20
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 javascript Pull requests that update Javascript code node-runtime renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants