freebsd-ports/devel/py-jsonschema-spec/files/patch-pyproject.toml
Po-Chuan Hsieh a007f613f6
devel/py-jsonschema-spec: Allow build with py-referencing 0.33.0
- Bump PORTREVISION for package change
2024-02-21 23:07:22 +08:00

11 lines
313 B
TOML

--- pyproject.toml.orig 2023-08-16 17:46:54 UTC
+++ pyproject.toml
@@ -44,7 +44,7 @@ pathable = "^0.4.1"
python = "^3.8.0"
PyYAML = ">=5.1"
requests = {version = "^2.31.0", optional = true}
-referencing = ">=0.28.0,<0.31.0"
+referencing = ">=0.28.0,<0.34.0"
[tool.poetry.dev-dependencies]
pre-commit = "*"