Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Update deprecated dev dependency specification for poetry 2.0 #1310

Merged
Merged
Show file tree
Hide file tree
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
50 changes: 47 additions & 3 deletions backport-pull-request/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backport-pull-request/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python = "^3.9"
tomli = ">=1.0"
pontos = ">=23.2.2"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks = ">=21.7.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=21.12.0"
Expand Down
51 changes: 48 additions & 3 deletions conventional-commits/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion conventional-commits/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.10"
pontos = ">=23.7.4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks = ">=21.7.0"
autohooks-plugin-pylint = ">=21.6.0"
autohooks-plugin-black = ">=21.12.0"
Expand Down
51 changes: 48 additions & 3 deletions download-artifact/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion download-artifact/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.9"
pontos = ">=23.3.0"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks-plugin-pylint = ">=22.8.0"
autohooks-plugin-isort = ">=22.8.0"
autohooks-plugin-black = ">=22.8.0"
Expand Down
54 changes: 51 additions & 3 deletions helm-version-upgrade/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion helm-version-upgrade/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.9"
ruamel-yaml = "^0.18.9"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks-plugin-pylint = ">=22.8.0"
autohooks-plugin-isort = ">=22.8.0"
autohooks-plugin-black = ">=22.8.0"
Expand Down
48 changes: 45 additions & 3 deletions pr-conventional-commit-labeler/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pr-conventional-commit-labeler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.10"
pontos = ">=23.7.4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks = ">=21.7.0"
autohooks-plugin-ruff = ">=21.6.0"
autohooks-plugin-black = ">=21.12.0"
Expand Down
51 changes: 48 additions & 3 deletions trigger-workflow/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trigger-workflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
python = "^3.9"
pontos = ">=22.12.3"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
autohooks-plugin-pylint = ">=22.8.0"
autohooks-plugin-isort = ">=22.8.0"
autohooks-plugin-black = ">=22.8.0"
Expand Down
Loading