Skip to content

Commit

Permalink
chore(deps): update dependency poetry-core to >=2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 891015d commit 1e71707
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/asyncio/audit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/authn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/authz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/embargo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/file_scan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/intel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/redact/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/sanitize/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/share/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/asyncio/vault/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/audit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/authn/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/authz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/embargo/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/file_scan/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/intel/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ python_version = "3.9"
warn_unused_ignores = true

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/redact/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/sanitize/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/share/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion examples/vault/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ line-length = 120
profile = "black"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion packages/pangea-django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pytest-django = "^4.10.0"
pytest-mock = "^3.14.0"

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion packages/pangea-sdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ show_column_numbers = true
warn_unused_ignores = true

[build-system]
requires = ["poetry-core>=2.0.1"]
requires = ["poetry-core>=2.1.1"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1e71707

Please sign in to comment.