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

Update dependency pytest-helm-charts to ~=0.7.1 #251

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-helm-charts ~=0.6.0 -> ~=0.7.1 age adoption passing confidence

Release Notes

giantswarm/pytest-helm-charts (pytest-helm-charts)

v0.7.1

Compare Source

  • fixed:
    • 'repositories' attribute of Catalog CR is now handled

v0.7.0

Compare Source

  • changed:
    • all the changes from beta releases below
    • fixed docs issues

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 8, 2023 20:56
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Jun 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 8, 2023

⚠ 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: tests/ats/Pipfile.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/c3073a/f6b948/repos/github/giantswarm/kyverno-policies":"/tmp/worker/c3073a/f6b948/repos/github/giantswarm/kyverno-policies" -v "/tmp/worker/c3073a/f6b948/cache":"/tmp/worker/c3073a/f6b948/cache" -e PIPENV_CACHE_DIR -e PIP_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/c3073a/f6b948/repos/github/giantswarm/kyverno-policies/tests/ats" ghcr.io/containerbase/sidecar:9.20.2 bash -l -c "install-tool python 3.9.18 && install-tool pipenv 2023.9.8 && pipenv lock"
Creating a virtualenv for this project...
Pipfile: /tmp/worker/c3073a/f6b948/repos/github/giantswarm/kyverno-policies/tests/ats/Pipfile
Using /opt/containerbase/tools/python/3.9.18/bin/python3.9 (3.9.18) to create virtualenv...
created virtual environment CPython3.9.18.final.0-64 in 827ms
  creator CPython3Posix(dest=/home/ubuntu/.local/share/virtualenvs/ats-D1pCbm8l, 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==23.2.1, setuptools==68.2.0, wheel==0.41.2
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/ubuntu/.local/share/virtualenvs/ats-D1pCbm8l
Locking [packages] dependencies...
False
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install -r /tmp/pipenv-b55y8s21-requirements/pipenv-7248_1zi-constraints.txt (line 5) and pykube-ng~=21.10.0 because these package versions have conflicting dependencies.
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/resolver.py", line 645, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/resolver.py", line 612, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/resolver.py", line 592, in resolve
[ResolutionFailure]:       return resolve_deps(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 897, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = actually_resolve_deps(
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 670, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 447, 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/2023.9.8/3.9/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/cli/options.py", line 58, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1657, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 84, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/cli/command.py", line 340, in lock
    do_lock(
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/routines/lock.py", line 65, in do_lock
    venv_resolve_deps(
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 838, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/opt/containerbase/tools/pipenv/2023.9.8/3.9/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 707, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!

@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 3 times, most recently from 9ab345c to 5ca0235 Compare June 23, 2023 13:51
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 3 times, most recently from 5acffd7 to ed9ae37 Compare September 21, 2023 16:23
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch from ed9ae37 to 0b231eb Compare October 23, 2023 10:58
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch from 0b231eb to 5abee47 Compare November 20, 2023 21:24
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 2 times, most recently from 47bb57f to 7fa7206 Compare December 6, 2023 12:44
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 3 times, most recently from 9d7918d to 627fdbd Compare December 19, 2023 15:46
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 2 times, most recently from d969905 to 4b3e1c5 Compare January 17, 2024 20:19
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 3 times, most recently from 5532d37 to c0d8315 Compare February 6, 2024 16:33
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch from c0d8315 to e1bd562 Compare March 14, 2024 17:59
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch 2 times, most recently from 6e256b1 to 97ae5b3 Compare April 6, 2024 00:16
@renovate renovate bot force-pushed the renovate/pytest-helm-charts-0.x branch from 97ae5b3 to bec6747 Compare April 6, 2024 00:38
@fhielpos fhielpos closed this Apr 6, 2024
Copy link
Contributor Author

renovate bot commented Apr 6, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~=0.7.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/pytest-helm-charts-0.x branch April 6, 2024 00:39
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 renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant