Skip to content

Commit d18c7c9

Browse files
build(deps): Update invoke requirement (#1574)
Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) to permit the latest version. - [Commits](pyinvoke/invoke@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent daabb9f commit d18c7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
"json-logging-py>=0.2,<0.3",
7070

7171
# Task Management
72-
"invoke>=2.2.0,<3.0.0",
72+
"invoke>=2.2.0,<4.0.0",
7373
]
7474

7575
[project.urls]

0 commit comments

Comments
 (0)