From 7b95023ff8f6bf6224463f646eeed57cee2c5872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:29:02 +0000 Subject: [PATCH] Update plumbum requirement from >=1.8 to >=1.10.0 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](https://github.com/tomerfiliba/plumbum/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: plumbum dependency-version: 1.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8605c6..0ea7efd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "github3.py>=4.0.1", "loctocat>=0.6.0", "platformdirs>=4.0.0", - "plumbum>=1.8", + "plumbum>=1.10.0", "python-slugify>=8.0.0", ]