Skip to content

Commit 2071cd7

Browse files
Update invoke requirement in the all group
Updates the requirements on [invoke](https://github.com/pyinvoke/invoke) to permit the latest version. Updates `invoke` to 3.0.0 - [Commits](pyinvoke/invoke@2.2.1...3.0.0) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.0 dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ca262f commit 2071cd7

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
@@ -31,7 +31,7 @@ dev = [
3131
"towncrier>=25.8.0",
3232
"pylint>=4.0.4",
3333
"types-pyyaml>=6.0.12.20250915",
34-
"invoke>=2.2.1,<3.0.0",
34+
"invoke>=2.2.1,<4.0.0",
3535
"types-pytz>=2025.2.0.20251108",
3636
]
3737

0 commit comments

Comments
 (0)