Skip to content

Commit

Permalink
chore: update from poetry dev-dependencies to group.dev (#331)
Browse files Browse the repository at this point in the history
This is a technical change to make sure we use latest poetry syntax to specify dev dependencies.
  • Loading branch information
artemrys authored Nov 28, 2023
1 parent d72047a commit 3f9507b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sortedcontainers = ">=2"
defusedxml = ">=0.7"
splunk-sdk = ">=1.6"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = ">=7"
mkdocs = ">=1"
mkdocs-material = ">=9"
Expand Down

0 comments on commit 3f9507b

Please sign in to comment.