freebsd-ports/devel/py-jsonschema-path/files/patch-pyproject.toml
Po-Chuan Hsieh 895329f280
devel/py-jsonschema-path: Allow build with py-referencing 0.32.0
- Bump PORTREVISION for package change
2023-12-14 13:48:26 +08:00

11 lines
313 B
TOML

--- pyproject.toml.orig 2023-11-15 07:57:02 UTC
+++ pyproject.toml
@@ -45,7 +45,7 @@ pathable = "^0.4.1"
python = "^3.8.0"
PyYAML = ">=5.1"
requests = {version = "^2.31.0", optional = true}
-referencing = ">=0.28.0,<0.32.0"
+referencing = ">=0.28.0,<0.33.0"
[tool.poetry.dev-dependencies]
pre-commit = "*"