Skip to content

Bump plumbum from 1.10.0 to 2.0.1 - #23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/plumbum-2.0.1
Open

Bump plumbum from 1.10.0 to 2.0.1#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/plumbum-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps plumbum from 1.10.0 to 2.0.1.

Release notes

Sourced from plumbum's releases.

Version 2.0.1

What's Changed

New Contributors

Full Changelog: tomerfiliba/plumbum@v2.0.0...v2.0.1

Version 2.0.0

What's Changed

... (truncated)

Changelog

Sourced from plumbum's changelog.

2.0.1

Fixes:

  • Make SwitchInfo hashable again so requires=/excludes= work ([#818](https://github.com/tomerfiliba/plumbum/issues/818) <https://github.com/tomerfiliba/plumbum/pull/818>_)

Internal:

  • Drop unused conda.recipe ([#819](https://github.com/tomerfiliba/plumbum/issues/819) <https://github.com/tomerfiliba/plumbum/pull/819>_)

2.0.0

Features:

  • Support async mode ([#768](https://github.com/tomerfiliba/plumbum/issues/768) <https://github.com/tomerfiliba/plumbum/pull/768>_)
    • Support popen on async pipelines ([#795](https://github.com/tomerfiliba/plumbum/issues/795) <https://github.com/tomerfiliba/plumbum/pull/795>, [#804](https://github.com/tomerfiliba/plumbum/issues/804) <https://github.com/tomerfiliba/plumbum/pull/804>)
  • More pathlib API supported ([#779](https://github.com/tomerfiliba/plumbum/issues/779) <https://github.com/tomerfiliba/plumbum/pull/779>_)
  • Support color string processing ([#774](https://github.com/tomerfiliba/plumbum/issues/774) <https://github.com/tomerfiliba/plumbum/pull/774>_)
  • Remove pywin32 dependency and replace WinAPI calls with a custom ctypes wrapper ([#766](https://github.com/tomerfiliba/plumbum/issues/766) <https://github.com/tomerfiliba/plumbum/pull/766>_)
  • Full static typing
    • Add paramiko machine typing ([#746](https://github.com/tomerfiliba/plumbum/issues/746) <https://github.com/tomerfiliba/plumbum/pull/746>_)
    • Add remote typing ([#744](https://github.com/tomerfiliba/plumbum/issues/744) <https://github.com/tomerfiliba/plumbum/pull/744>_)
    • Add sshmachine typing ([#745](https://github.com/tomerfiliba/plumbum/issues/745) <https://github.com/tomerfiliba/plumbum/pull/745>_)
    • Add typing for color ([#730](https://github.com/tomerfiliba/plumbum/issues/730) <https://github.com/tomerfiliba/plumbum/pull/730>_)
    • Add typing for fs ([#737](https://github.com/tomerfiliba/plumbum/issues/737) <https://github.com/tomerfiliba/plumbum/pull/737>_)
    • Add typing for local machine ([#743](https://github.com/tomerfiliba/plumbum/issues/743) <https://github.com/tomerfiliba/plumbum/pull/743>_)
    • Typing paths ([#733](https://github.com/tomerfiliba/plumbum/issues/733) <https://github.com/tomerfiliba/plumbum/pull/733>_)
    • Adding rest of typing ([#739](https://github.com/tomerfiliba/plumbum/issues/739) <https://github.com/tomerfiliba/plumbum/pull/739>_)
    • Enable tc ruff check ([#752](https://github.com/tomerfiliba/plumbum/issues/752) <https://github.com/tomerfiliba/plumbum/pull/752>_)
    • More safe types ([#741](https://github.com/tomerfiliba/plumbum/issues/741) <https://github.com/tomerfiliba/plumbum/pull/741>_)
    • Should be safe types ([#740](https://github.com/tomerfiliba/plumbum/issues/740) <https://github.com/tomerfiliba/plumbum/pull/740>_)
    • Type only session ([#742](https://github.com/tomerfiliba/plumbum/issues/742) <https://github.com/tomerfiliba/plumbum/pull/742>_)
    • Types for Application ([#735](https://github.com/tomerfiliba/plumbum/issues/735) <https://github.com/tomerfiliba/plumbum/pull/735>_)
    • Typing for commands ([#738](https://github.com/tomerfiliba/plumbum/issues/738) <https://github.com/tomerfiliba/plumbum/pull/738>_)
    • Type examples too ([#748](https://github.com/tomerfiliba/plumbum/issues/748) <https://github.com/tomerfiliba/plumbum/pull/748>_)
    • Typing fixes from Ruff ([#749](https://github.com/tomerfiliba/plumbum/issues/749) <https://github.com/tomerfiliba/plumbum/pull/749>_)
    • Minor typing updates ([#780](https://github.com/tomerfiliba/plumbum/issues/780) <https://github.com/tomerfiliba/plumbum/pull/780>_)
  • New daemon implementation avoiding fork in certain code paths to improve portability ([#783](https://github.com/tomerfiliba/plumbum/issues/783) <https://github.com/tomerfiliba/plumbum/pull/783>_)
    • Make the daemon launcher private to avoid exposing internals ([#794](https://github.com/tomerfiliba/plumbum/issues/794) <https://github.com/tomerfiliba/plumbum/pull/794>_)
  • Application instances now provide bash and fish completions out of the box ([#782](https://github.com/tomerfiliba/plumbum/issues/782) <https://github.com/tomerfiliba/plumbum/pull/782>_)
  • Drop use of atexit for color handling to avoid teardown issues ([#785](https://github.com/tomerfiliba/plumbum/issues/785) <https://github.com/tomerfiliba/plumbum/pull/785>_)

Removed:

  • Removed the long-deprecated path aliases .basename, .isdir(), .isfile(), and .islink(); use .name, .is_dir(), .is_file(), and .is_symlink() instead.
  • Removed the deprecated SshMachine.nohup() method; use the command .nohup modifier or daemonic_popen() instead.

... (truncated)

Commits

codescene-access[bot]

This comment was marked as outdated.

Bumps [plumbum](https://github.com/tomerfiliba/plumbum) from 1.10.0 to 2.0.1.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba/plumbum@v1.10.0...v2.0.1)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/plumbum-2.0.1 branch from 7f1b57b to 1c75ce0 Compare July 2, 2026 16:53
@github-actions
github-actions Bot enabled auto-merge (squash) July 2, 2026 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants