Skip to content

Commit

Permalink
Change: Replace dev dependencies with dev group for poetry
Browse files Browse the repository at this point in the history
dev-dependencies are deprecated and got replaced with the generic dev
group.
  • Loading branch information
bjoernricks committed Jan 26, 2024
1 parent d7ae35a commit da60b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gvm-script = "gvmtools.script:main"
python = "^3.9"
python-gvm = ">=23.4.2"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks = ">=22.8.0"
autohooks-plugin-ruff = ">=23.6.1"
autohooks-plugin-black = ">=22.8.1"
Expand Down

0 comments on commit da60b71

Please sign in to comment.