Skip to content

Commit 1492ff0

Browse files
committed
Use dependency groups instead of optional dependencies
1 parent eb373f1 commit 1492ff0

File tree

2 files changed

+18
-27
lines changed

2 files changed

+18
-27
lines changed

poetry.lock

Lines changed: 17 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = ["typing-extensions >= 4.10.0, < 5"]
2121
"Bug Tracker" = "https://github.com/srittau/python-asserts/issues"
2222
"Changes" = "https://github.com/srittau/python-asserts/blob/main/CHANGELOG.md"
2323

24-
[project.optional-dependencies]
24+
[dependency-groups]
2525
dev = ["mypy >= 1.14, < 1.15", "poethepoet", "ruff >= 0.14.0, < 0.15.0"]
2626

2727
[tool.poetry]

0 commit comments

Comments
 (0)