Skip to content

build(deps): update dependency plumbum to v2.0.2 - #2775

Merged
sisp merged 1 commit into
copier-org:masterfrom
renovate-bot:renovate/plumbum-2.x-lockfile
Aug 4, 2026
Merged

build(deps): update dependency plumbum to v2.0.2#2775
sisp merged 1 commit into
copier-org:masterfrom
renovate-bot:renovate/plumbum-2.x-lockfile

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
plumbum (changelog) 2.0.12.0.2 age confidence

Release Notes

tomerfiliba/plumbum (plumbum)

v2.0.2

Compare Source

Fixes:

  • CLI parsing and terminal fixes: exact switch names win over abbreviations, clear errors for --flag=value on no-argument switches and for unknown requires/excludes names, Set no longer validates the unsplit CSV string, --helpall no longer corrupts later --help output, ask/choose/prompt no longer loop forever on closed stdin, and wide/tall images render with the right aspect (#&#8203;824 <https://github.com/tomerfiliba/plumbum/pull/824>_)
  • Subprocess and pipeline lifecycle fixes: bgrun kills and reaps the process when the body raises, pipeline call-time args bind to the source command, leaked pipeline pipes are closed, the async TEE handles long lines and multibyte characters and reaps on failure, equal timeout deadlines no longer kill the timeout thread, and daemon fixes (#&#8203;822 <https://github.com/tomerfiliba/plumbum/pull/822>_)
  • Path/fs edge cases: RemotePath.unlink no longer removes directories recursively and handles symlinks via lstat, RemotePath.access supports F_OK and requires every requested permission bit, LocalPath.chown leaves an unspecified owner/group unchanged, and AtomicFile.locked honors blocking=False for the in-process thread lock (#&#8203;825 <https://github.com/tomerfiliba/plumbum/pull/825>_)
  • Don't change the global SIGPIPE disposition in the CLI (#&#8203;834 <https://github.com/tomerfiliba/plumbum/pull/834>_)
  • Keep the return code off the last line of session output (#&#8203;830 <https://github.com/tomerfiliba/plumbum/pull/830>_)
  • Path.parent no longer raises IndexError on the filesystem root (#&#8203;827 <https://github.com/tomerfiliba/plumbum/pull/827>_)
  • Quote paths, cwd, and env names in remote shell command lines (#&#8203;821 <https://github.com/tomerfiliba/plumbum/pull/821>_)
  • colorlib correctness fixes: stdout guard, Color(0), from_ansi, bold-off (#&#8203;823 <https://github.com/tomerfiliba/plumbum/pull/823>_)

Docs:

  • Update terminal color support link to its permanent home (#&#8203;829 <https://github.com/tomerfiliba/plumbum/pull/829>_)
  • Update example output to match the code (#&#8203;828 <https://github.com/tomerfiliba/plumbum/pull/828>_)

Internal:

  • Remove a redundant class definition and fix indentation (#&#8203;832 <https://github.com/tomerfiliba/plumbum/pull/832>_)
  • Bump actions/checkout and astral-sh/setup-uv (#&#8203;826 <https://github.com/tomerfiliba/plumbum/pull/826>, #&#8203;831 <https://github.com/tomerfiliba/plumbum/pull/831>, #&#8203;833 <https://github.com/tomerfiliba/plumbum/pull/833>_)

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@forking-renovate forking-renovate Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 4, 2026
@renovate-bot renovate-bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 4, 2026
@codecov

codecov Bot commented Aug 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.31%. Comparing base (f3eabff) to head (6badfe0).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2775   +/-   ##
=======================================
  Coverage   97.31%   97.31%           
=======================================
  Files          61       61           
  Lines        7644     7644           
=======================================
  Hits         7439     7439           
  Misses        205      205           
Flag Coverage Δ
unittests 97.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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.

@sisp
sisp enabled auto-merge (rebase) August 4, 2026 11:32
@sisp
sisp merged commit 142293b into copier-org:master Aug 4, 2026
21 checks passed
@renovate-bot
renovate-bot deleted the renovate/plumbum-2.x-lockfile branch August 4, 2026 11:59
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants