Skip to content

Commit c5a756d

Browse files
committed
chore: change poetry dev dependencies to new syntax
1 parent 22dd610 commit c5a756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/gtfs-schedule-validator/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ calitp-data-infra = "2024.2.12.post1"
2222
[tool.poetry.requires-plugins]
2323
poetry-plugin-export = ">=1.8"
2424

25-
[tool.poetry.dev-dependencies]
25+
[tool.poetry.group.dev.dependencies]
2626
pytest = "^5.2"
2727
mypy = "^0.991"
2828
types-tqdm = "^4.64.7"

0 commit comments

Comments
 (0)