Skip to content

Commit

Permalink
setup.py: Update jsonschema upper version limit
Browse files Browse the repository at this point in the history
We already work with jsonschema 4.10.x in the bookworm image.

Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
jan-kiszka committed Sep 25, 2023
1 parent 9a9f4ce commit f4fb559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
install_requires=[
'PyYAML>=3.0,<7',
'distro>=1.0.0,<2',
'jsonschema>=2.5.0,<4',
'jsonschema>=2.5.0,<5',
'kconfiglib>=14.1.0,<15',
],

Expand Down

0 comments on commit f4fb559

Please sign in to comment.