Skip to content

Commit 98413f1

Browse files
committed
Switch from Poetry dev deps to dependency groups
Poetry first switched from dev dependencies [to dependency groups](python-poetry/poetry#4260) in version [1.2.0a2](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md#120a2---2021-08-01). The dev dependencies are currently deprecated and will be removed at some point, so this change switches to the new groups configuration. For more information about dependency groups, see [the section in the official documentation](https://python-poetry.org/docs/master/managing-dependencies#dependency-groups).
1 parent 22eaf2d commit 98413f1

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
@@ -20,7 +20,7 @@ python = ">=3.7,<4"
2020
poetry = ">=1.2.0a1"
2121
python-dotenv = ">=0.10.0"
2222

23-
[tool.poetry.dev-dependencies]
23+
[tool.poetry.group.dev.dependencies]
2424
pytest = "^6.2.3"
2525

2626
[build-system]

0 commit comments

Comments
 (0)