Skip to content

Commit

Permalink
chore(deps): update jsonschema requirement from ==4.17.* to >=4.17,<4.23
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.17.0...v4.22.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 0c53c83 commit bb7381f
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 bb7381f

Please sign in to comment.