Skip to content

Commit

Permalink
chore(deps): update jsonschema requirement from ==4.17.* to >=4.17,<4…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 0c53c83 commit 369ec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies = [
# Pinning due to 3.4 not being available upstream
"xxhash == 3.4.*",
# Pinning due to new 4.18 dependencies breaking pyinstaller implementation
"jsonschema == 4.17.*",
"jsonschema >= 4.17,< 4.23",
"pywin32 == 306; sys_platform == 'win32'",
"QtPy == 2.4.*",
]
Expand Down

0 comments on commit 369ec40

Please sign in to comment.