From 4cac5112d116a5297fb4a5b370ea635185fccb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:09:39 +0000 Subject: [PATCH] build(deps): update plumbum requirement from >=1 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.0.0...v1.10.0) --- updated-dependencies: - dependency-name: plumbum dependency-version: 1.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index acae0cd51..82af58ae2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ dill>=0 Jinja2>=3 parse>=1 pathos>=0 -plumbum>=1 +plumbum>=1.10.0 psutil>=5 psycopg2-binary>=2 pygit2>=1