From b48385662885bdb91c0e4b4b63f31ef43b82a9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 05:23:35 +0000 Subject: [PATCH] build(deps): Update invoke requirement Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) to permit the latest version. - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.0...3.0.3) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.3 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 c3948c9a..fba5dd66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "json-logging-py>=0.2,<0.3", # Task Management - "invoke>=2.2.0,<3.0.0", + "invoke>=2.2.0,<4.0.0", ] [project.urls]