Skip to content

Commit 05140be

Browse files
Update invoke requirement in /.dev in the python group (#712)
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.0...3.0.0) --- updated-dependencies: - dependency-name: invoke dependency-version: 3.0.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com>
1 parent 34af913 commit 05140be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
debugpy>=1.8.0
22
fakeredis~=2.34
33
httpx~=0.28.1
4-
invoke~=2.2
4+
invoke~=3.0
55
pre-commit~=4.5
66
pytest~=9.0
77
pytest-cov~=7.1

.dev/requirements_release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
invoke~=2.2
1+
invoke~=3.0
22
pre-commit~=4.5

0 commit comments

Comments
 (0)