Skip to content

Bump plumbum from 1.7.2 to 1.9.0 #31

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

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 6, 2025

Bumps plumbum from 1.7.2 to 1.9.0.

Release notes

Sourced from plumbum's releases.

Version 1.9.0

What's Changed

New Contributors

Full Changelog: tomerfiliba/plumbum@v1.8.3...v1.9.0

Version 1.8.3

What's Changed

New Contributors

Full Changelog: tomerfiliba/plumbum@v1.8.2...v1.8.3

Version 1.8.2

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from plumbum's changelog.

1.9.0

  • Drop Python `_)
  • Add 3.13 testing and classifiers ([#690](https://github.com/tomerfiliba/plumbum/issues/690) <https://github.com/tomerfiliba/plumbum/pull/690>_)
  • setuptools-less installs couldn't translate, add test ([#373](https://github.com/tomerfiliba/plumbum/issues/373) <https://github.com/tomerfiliba/plumbum/pull/373>_)
  • Use importlib resources ([#680](https://github.com/tomerfiliba/plumbum/issues/680) <https://github.com/tomerfiliba/plumbum/pull/680>_)
  • Replaced NotImplementedError by NotImplemented ([#667](https://github.com/tomerfiliba/plumbum/issues/667) <https://github.com/tomerfiliba/plumbum/pull/667>_)

1.8.3

  • Fix StdinDataRedirection's formulate() method ([#629](https://github.com/tomerfiliba/plumbum/issues/629) <https://github.com/tomerfiliba/plumbum/pull/629>_)
  • Missing non-zero return code from TEE'd pipe (661 <https://github.com/tomerfiliba/plumbum/pull/661>_)
  • Fix stalling in Pipeline command ([#632](https://github.com/tomerfiliba/plumbum/issues/632) <https://github.com/tomerfiliba/plumbum/pull/632>_)
  • Use high-speed method for C locale too ([#691](https://github.com/tomerfiliba/plumbum/issues/691) <https://github.com/tomerfiliba/plumbum/pull/681>_)
  • Update index.rst - fix broken link for sh project ([#658](https://github.com/tomerfiliba/plumbum/issues/658) <https://github.com/tomerfiliba/plumbum/pull/658>_)

1.8.2

  • Fix author metadata on PyPI package and add static check ([#648](https://github.com/tomerfiliba/plumbum/issues/648) <https://github.com/tomerfiliba/plumbum/pull/648>_)
  • Add testing for Python 3.12 beta 1 ([#650](https://github.com/tomerfiliba/plumbum/issues/650) <https://github.com/tomerfiliba/plumbum/pull/650>_)
  • Use Ruff for linting ([#643](https://github.com/tomerfiliba/plumbum/issues/643) <https://github.com/tomerfiliba/plumbum/pull/643>_)
  • Paths: Add type hinting for Path ([#646](https://github.com/tomerfiliba/plumbum/issues/646) <https://github.com/tomerfiliba/plumbum/pull/646>_)

1.8.1

  • Accept path-like objects ([#627](https://github.com/tomerfiliba/plumbum/issues/627) <https://github.com/tomerfiliba/plumbum/pull/627>_)
  • Move the build backend to hatchling and hatch-vcs. Users should be unaffected. Third-party packaging may need to adapt to the new build system. ([#607](https://github.com/tomerfiliba/plumbum/issues/607) <https://github.com/tomerfiliba/plumbum/pull/607>_)

1.8.0

  • Drop Python 2.7 and 3.5 support, add 3.11 support ([#573](https://github.com/tomerfiliba/plumbum/issues/573) <https://github.com/tomerfiliba/plumbum/pull/573>_)
  • Lots of extended checks and fixes for problems exposed.
  • Color: support NO_COLOR/FORCE_COLOR ([#575](https://github.com/tomerfiliba/plumbum/issues/575) <https://github.com/tomerfiliba/plumbum/pull/575>_)
  • Commands: New iter_lines buffer_size parameter ([#582](https://github.com/tomerfiliba/plumbum/issues/582) <https://github.com/tomerfiliba/plumbum/pull/582>_)
  • Commands: cache remote commands ([#583](https://github.com/tomerfiliba/plumbum/issues/583) <https://github.com/tomerfiliba/plumbum/pull/583>_)
  • SSH: Support reverse tunnels and dynamically allocated ports ([#608](https://github.com/tomerfiliba/plumbum/issues/608) <https://github.com/tomerfiliba/plumbum/pull/608>_)
  • CLI: add Set(..., all_markers={"*", "all"}) and fix support for other separators ([#619](https://github.com/tomerfiliba/plumbum/issues/619) <https://github.com/tomerfiliba/plumbum/pull/619>_)
  • CLI: support future annotations ([#621](https://github.com/tomerfiliba/plumbum/issues/621) <https://github.com/tomerfiliba/plumbum/pull/621>_)
  • Color: fix the ABC ([#617](https://github.com/tomerfiliba/plumbum/issues/617) <https://github.com/tomerfiliba/plumbum/pull/617>_)
  • Exceptions: fix for exception pickling ([#586](https://github.com/tomerfiliba/plumbum/issues/586) <https://github.com/tomerfiliba/plumbum/pull/586>_)
  • Fix for StdinDataRedirection and modifiers ([#605](https://github.com/tomerfiliba/plumbum/issues/605) <https://github.com/tomerfiliba/plumbum/pull/605>_)
Commits
  • 5bf5ecd docs: prepare for 1.9.0
  • fbf4955 Fixed Improper Method Call: Replaced NotImplementedError (#667)
  • 532257f ci: try to make faster with more uv (#691)
  • 4caa00b fix: use importlib resources (#680)
  • 917e9d9 fix: setuptools-less installs couldn't translate, add test (#373)
  • 440fdaa ci: add 3.13 (#690)
  • 9ad5112 chore(deps): bump hynek/setup-cached-uv from 1 to 2 in the actions group (#687)
  • e35f2fd feat: drop Python <3.8 (#683)
  • f2f6ee6 docs: fix news entry for 1.8.3
  • 96ee744 docs: add news entry for 1.8.3
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [plumbum](https://github.com/tomerfiliba/plumbum) from 1.7.2 to 1.9.0.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba/plumbum@v1.7.2...v1.9.0)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 6, 2025
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.

0 participants