Skip to content

Commit

Permalink
Bump poetry-core requirement
Browse files Browse the repository at this point in the history
poetry-core v2.0.0 did not break the build so we can bump the
poetry-core requirement to >=1,<3.

Fixes: #60
  • Loading branch information
robin-nitrokey committed Jan 22, 2025
1 parent a5e6fd9 commit 863c5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased

-
- Add support for `poetry-core` v2.

[All Changes](https://github.com/Nitrokey/nitrokey-sdk-py/compare/v0.2.4-rc.1...HEAD)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["poetry-core >=1,<2"]
requires = ["poetry-core >=1,<3"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
Expand Down

0 comments on commit 863c5f8

Please sign in to comment.