Skip to content

chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v4.1.0 #1094

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Type Update Change
https://github.com/DiamondLightSource/python-copier-template template minor 4.0.1 -> 4.1.0

Release Notes

DiamondLightSource/python-copier-template (https://github.com/DiamondLightSource/python-copier-template)

v4.1.0

Compare Source

What's Changed

Full Changelog: DiamondLightSource/python-copier-template@4.0.1...4.1.0


Configuration

📅 Schedule: 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.

Copy link
Contributor Author

renovate bot commented Jul 1, 2025

⚠️ 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: .copier-answers.yml
Command failed: copier update --skip-answered --defaults --answers-file .copier-answers.yml --vcs-ref 4.1.0
Updating to template version 4.1.0
Traceback (most recent call last):
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/bin/copier", line 8, in <module>
    sys.exit(CopierApp.run())
             ~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/plumbum/cli/application.py", line 640, in run
    inst, retcode = subapp.run(argv, exit=False)
                    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/plumbum/cli/application.py", line 635, in run
    retcode = inst.main(*tailargs)
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_cli.py", line 428, in main
    return _handle_exceptions(inner)
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_cli.py", line 71, in _handle_exceptions
    method()
    ~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_cli.py", line 418, in inner
    with self._worker(
         ~~~~~~~~~~~~^
        dst_path=destination_path,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<4 lines>...
        overwrite=True,
        ^^^^^^^^^^^^^^^
    ) as worker:
    ^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 271, in __exit__
    raise value
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_cli.py", line 426, in inner
    worker.run_update()
    ~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 95, in _wrapper
    return func(*args, **kwargs)
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 1124, in run_update
    self._apply_update()
    ~~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 1204, in _apply_update
    with replace(
         ~~~~~~~^
        self,
        ^^^^^
    ...<6 lines>...
        quiet=True,
        ^^^^^^^^^^^
    ) as current_worker:
    ^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 271, in __exit__
    raise value
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 1214, in _apply_update
    current_worker.run_copy()
    ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 95, in _wrapper
    return func(*args, **kwargs)
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 1029, in run_copy
    self._ask()
    ~~~~~~~~~^^
  File "/opt/containerbase/tools/copier/9.8.0/3.13.5/lib/python3.13/site-packages/copier/_main.py", line 595, in _ask
    raise ValueError(f'Question "{var_name}" is required')
ValueError: Question "docker_debug" is required

@renovate renovate bot requested a review from a team as a code owner July 1, 2025 09:57
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.48%. Comparing base (c7e6df6) to head (9ea3bd2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1094   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          41       41           
  Lines        2557     2557           
=======================================
  Hits         2416     2416           
  Misses        141      141           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/https-github.com-diamondlightsource-python-copier-template-4.x branch 12 times, most recently from b1fe618 to 5df9dc9 Compare July 8, 2025 14:38
@renovate renovate bot force-pushed the renovate/https-github.com-diamondlightsource-python-copier-template-4.x branch 8 times, most recently from eadbcc9 to 643073a Compare July 14, 2025 17:53
@renovate renovate bot force-pushed the renovate/https-github.com-diamondlightsource-python-copier-template-4.x branch from 643073a to 9ea3bd2 Compare July 23, 2025 12:08
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