Rename Poetry dev dependency group in pyproject.toml (#1995)

* Rename pyproject group to comply with poetry

* Run poetry lock
This commit is contained in:
Micah Jerome Ellison 2025-04-28 20:06:32 -07:00 committed by GitHub
parent c286012bef
commit 72d4968471
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 21 deletions

View file

@ -41,7 +41,7 @@ rich = ">=14.0.0, <14.1.0"
# dayone-only deps
tzlocal = ">=4.0" # https://github.com/regebro/tzlocal/blob/master/CHANGES.txt
[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = { version = ">=21.5b2", allow-prereleases = true }
ipdb = "*"
mkdocs = ">=1.4"