Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "diff-poetry-lock"
version = "1.0.1.dev0"
description = "A CI check that post to GitHub a summary of all changes within the poetry.lock file to a pull request"
authors = ["Nils Borrmann"]
authors = ["Nils Borrmann", "Colin Dean", "Lakshmi Narayanan"]
readme = "README.md"

[tool.poetry.scripts]
Expand All @@ -15,7 +15,7 @@ requests = "2.32.4"
pydantic = "^1.10.6"
loguru = "^0.7.3"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^9"
ruff = "*"
mypy = "^1"
Expand Down
Loading