ports/devel/py-poetry/files/patch-pyproject.toml
Po-Chuan Hsieh c1fddad567
devel/py-poetry: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
2024-09-16 04:09:47 +08:00

11 lines
357 B
TOML

--- pyproject.toml.orig 2024-05-08 13:44:40 UTC
+++ pyproject.toml
@@ -41,7 +41,7 @@ installer = "^0.7.0"
fastjsonschema = "^2.18.0"
importlib-metadata = { version = ">=4.4", python = "<3.10" }
installer = "^0.7.0"
-keyring = "^24.0.0"
+keyring = ">=23.9.0,<25"
# packaging uses calver, so version is unclamped
packaging = ">=23.1"
pexpect = "^4.7.0"