Skip to content

build(deps): update plumbum requirement from >=1 to >=1.10.0#584

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/plumbum-gte-1.10.0
Open

build(deps): update plumbum requirement from >=1 to >=1.10.0#584
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/plumbum-gte-1.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updates the requirements on plumbum to permit the latest version.

Release notes

Sourced from plumbum's releases.

Version 1.10

What's Changed

New Contributors

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

Changelog

Sourced from plumbum's changelog.

1.10.0

  • Add Python π, drop Python 3.8 ([#705](https://github.com/tomerfiliba/plumbum/issues/705) <https://github.com/tomerfiliba/plumbum/pull/705>_)
  • CLI: Fix flag invoke behavior to respect False values ([#724](https://github.com/tomerfiliba/plumbum/issues/724) <https://github.com/tomerfiliba/plumbum/pull/724>_)
  • CLI: Allow subapplication registration under multiple subcommand names ([#725](https://github.com/tomerfiliba/plumbum/issues/725) <https://github.com/tomerfiliba/plumbum/pull/725>_)
  • CLI: Better support for future annotations on 3.9 ([#723](https://github.com/tomerfiliba/plumbum/issues/723) <https://github.com/tomerfiliba/plumbum/pull/723>_)
  • CLI: Termsize determination fixed on Linux Python 3.14, broken due to wrong struct size ([#721](https://github.com/tomerfiliba/plumbum/issues/721) <https://github.com/tomerfiliba/plumbum/pull/721>_)
  • Drop some unused variables ([#700](https://github.com/tomerfiliba/plumbum/issues/700) <https://github.com/tomerfiliba/plumbum/pull/700>_)
  • Simpler urljoin ([#707](https://github.com/tomerfiliba/plumbum/issues/707) <https://github.com/tomerfiliba/plumbum/pull/707>_)
  • Use SPDX license identifier ([#702](https://github.com/tomerfiliba/plumbum/issues/702) <https://github.com/tomerfiliba/plumbum/pull/702>_)

1.9.0

  • Drop Python <3.8 ([#683](https://github.com/tomerfiliba/plumbum/issues/683) <https://github.com/tomerfiliba/plumbum/pull/683>_)
  • 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>_)

... (truncated)

Commits
  • bc7e8ab docs: Prepare for 1.10 (#731)
  • a0ffa22 chore: update some mypy config (#729)
  • 5af75f5 chore: a few updates from sp-repo-review (#726)
  • 39a09f3 fix: allow subapplication registration under multiple subcommand names (#725)
  • c963036 fix: Flag invoke behavior to respect False values (#724)
  • b29fcfc fix: better support for future annotations (#723)
  • ba87eca chore(deps): bump actions/download-artifact in the actions group (#720)
  • 5a4ed30 fix: termsize determination on Linux due to wrong struct size (#721)
  • 09dc303 chore(deps): bump the actions group across 1 directory with 5 updates (#715)
  • 23c5f93 chore: simpler urljoin (#707)
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [plumbum](https://github.com/tomerfiliba/plumbum) to permit the latest version.
- [Release notes](https://github.com/tomerfiliba/plumbum/releases)
- [Changelog](https://github.com/tomerfiliba/plumbum/blob/master/CHANGELOG.rst)
- [Commits](tomerfiliba/plumbum@v1.0.0...v1.10.0)

---
updated-dependencies:
- dependency-name: plumbum
  dependency-version: 1.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies python Pull requests that update python code labels Apr 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants