Skip to content

Commit

Permalink
chore: Replace poetry.dev-dependencies with poetry.group.dev.dependen…
Browse files Browse the repository at this point in the history
…cies (#287)

The "poetry.dev-dependencies" section is deprecated and will be removed in a future version.
  • Loading branch information
last-partizan authored Mar 2, 2025
1 parent 1638dd0 commit 5637a93
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 6 deletions.
48 changes: 43 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages = [{ include = "django-stubs" }]
python = "^3.8"
types-psycopg2 = ">=2.9.21.13"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
black = "22.3.0"
pytest = "7.1.1"
wheel = "0.35.1"
Expand Down

0 comments on commit 5637a93

Please sign in to comment.