Closed itrajanovska closed 1 year ago
A note about defining a dev dependencies group from: https://python-poetry.org/docs/master/managing-dependencies/
The proper way to define a dev dependencies group since Poetry 1.2.0 is the following:
[tool.poetry.group.dev.dependencies]
pytest = "^6.0.0"
pytest-mock = "*"
Poetry will slowly transition away from the dev-dependencies notation which will soon be deprecated, so it’s advised to migrate your existing development dependencies to the new group notation.
Maybe this can be addressed as well with a PR solving this issue.
Black needs an update, and with that the rest of the packages when locking the file,