Skip to content

Commit

Permalink
Merge pull request #234 from sehlen-bsi/poetry-version-enforce
Browse files Browse the repository at this point in the history
Enforce Poetry Version >=1.8.0
  • Loading branch information
reneme authored Oct 18, 2024
2 parents f5d62af + 7bfd160 commit c118cb8
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/architecture/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ auditinfo = { path = "../../tools/auditinfo", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion docs/audit_method/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceref = { path = "../../tools/sourceref", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion docs/audit_report/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceref = { path = "../../tools/sourceref", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion docs/cryptodoc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceref = { path = "../../tools/sourceref", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion docs/testreport/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sourceref = { path = "../../tools/sourceref", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion docs/testspec/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ sourceref = { path = "../../tools/sourceref", develop = true }
esbonio = "^0.16.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/auditinfo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pyyaml = "^6.0"
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/auditupdate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ genaudit = { path = "../genaudit", develop = true }
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/auditutils/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ python = "^3.10"
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/genaudit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ auditinfo = { path = "../auditinfo", develop = true }
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/sourceref/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ auditinfo = { path = "../auditinfo", develop = true }
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion tools/tarball_checker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ auditinfo = { path = "../auditinfo", develop = true }
[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core>=1.8.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c118cb8

Please sign in to comment.