Skip to content

Commit 3d82541

Browse files
Update defopt requirement from ^6 to ^7
Updates the requirements on [defopt](https://github.com/anntzer/defopt) to permit the latest version. - [Changelog](https://github.com/anntzer/defopt/blob/main/CHANGELOG.rst) - [Commits](anntzer/defopt@v6.0...v7.0.0) --- updated-dependencies: - dependency-name: defopt dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dc17acd commit 3d82541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include = [
4040

4141
[tool.poetry.dependencies]
4242
python = ">=3.8"
43-
defopt = "^6"
43+
defopt = "^7"
4444
numpy = "*"
4545
pandas = "*"
4646
psutil = "*"

0 commit comments

Comments
 (0)