Skip to content

Commit

Permalink
Fix: Update deprecated dev dependency specification for poetry 2.0
Browse files Browse the repository at this point in the history
Use the current specification of development dependencies for poetry.
The old toml config raises a warning with the poetry 2.0.
  • Loading branch information
bjoernricks authored and greenbonebot committed Jan 6, 2025
1 parent d6f2561 commit cfa184d
Show file tree
Hide file tree
Showing 12 changed files with 293 additions and 24 deletions.
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

0 comments on commit cfa184d

Please sign in to comment.