Skip to content

Commit

Permalink
Rename deprecated tool.poetry.dev-dependencies section (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
srstevenson authored Jan 28, 2025
1 parent dd9908c commit bba14b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .changelog/_unreleased.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ author = "[email protected]"
[[entries]]
id = "00ded573-ed92-4aab-b480-e21589718bbd"
type = "fix"
description = "Remove used of deprecated flag to be removed in pip 25.1"
description = "Remove use of deprecated flag to be removed in pip 25.1"
author = "[email protected]"

[[entries]]
Expand All @@ -45,3 +45,9 @@ id = "dddb0086-94f2-4b18-b73d-9816b2fc296f"
type = "improvement"
description = "[uv] Inject index environment variables to subprocesses"
author = "[email protected]"

[[entries]]
id = "4d8e2872-d32f-4747-b2d6-aa5c1cb4ec75"
type = "fix"
description = "Rename deprecated tool.poetry.dev-dependencies section"
author = "[email protected]"
2 changes: 1 addition & 1 deletion kraken-build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ typing-extensions = ">=4.6.0"
loguru = "^0.7.2"
uv = "^0.5.20"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
localimport = "^1.7.6"
pyartifactory = "^2.0.0"
pytest = ">=6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion kraken-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python = ">=3.10"
termcolor = "^2.3.0"
uv = "^0.5.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = ">=6.0.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit bba14b5

Please sign in to comment.