mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
11 lines
308 B
TOML
11 lines
308 B
TOML
--- pyproject.toml.orig 2023-09-20 20:02:43 UTC
|
|
+++ pyproject.toml
|
|
@@ -55,7 +55,7 @@ include = [
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8.0"
|
|
-jsonschema = "^4.19.1"
|
|
+jsonschema = "^4.19.0"
|
|
rfc3339-validator = "*" # requred by jsonschema for date-time checker
|
|
jsonschema-specifications = "^2023.5.2"
|
|
|