Skip to content

Commit e7f17ea

Browse files
committed
Address Poetry section deprecation; regenerate lock file
This is a response to this warning raised during the build: > The "poetry.dev-dependencies" section is deprecated and will be > removed in a future version. Use "poetry.group.dev.dependencies" > instead. Signed-off-by: Alex Nelson <[email protected]>
1 parent b199e6a commit e7f17ea

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

poetry.lock

Lines changed: 19 additions & 3 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
@@ -24,7 +24,7 @@ cdo-local-uuid = "^0.5.0"
2424
python = "^3.9"
2525
pytz = "^2023.3.post1"
2626

27-
[tool.poetry.dev-dependencies]
27+
[tool.poetry.group.dev.dependencies]
2828
mypy = "^1"
2929
pytest = "^7.4.2"
3030
types-pytz = "^2024"

0 commit comments

Comments
 (0)