From eadb0fff1ef8dbc5e33fa5f7a6b8237103a5164c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:07:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20invoke=20from=202.2.0=20to?= =?UTF-8?q?=202.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.2.0 to 2.2.1. - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.0...2.2.1) --- updated-dependencies: - dependency-name: invoke dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4f9a681..a9b0e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ "Natural Language :: English", ] dependencies = [ - "invoke==2.2.0", + "invoke==2.2.1", "requests==2.32.5", "git-aggregator>=4.1", "git-autoshare",