Due to changes in best practices/supported features with poetry, we now still have some dev dependencies in [tool.poetry.dev-dependencies] while stuff that was recently updated is in [tool.poetry.group.dev.dependencies]. We should movce everything there.
Due to changes in best practices/supported features with poetry, we now still have some dev dependencies in
[tool.poetry.dev-dependencies]
while stuff that was recently updated is in[tool.poetry.group.dev.dependencies]
. We should movce everything there.