Skip to content

Commit

Permalink
⬆️ Update jsonschema requirement from ~=3.2.0 to ~=4.23.0
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@v3.2.0...v4.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 65e1bb4 commit 76d3ff6
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 @@ -29,7 +29,7 @@ requires-python = ">=3.9"
dependencies = [
"aiida-core[atomic_tools]~=2.3",
"importlib_resources",
"jsonschema~=3.2.0",
"jsonschema~=4.23.0",
"numpy",
"packaging",
"python-dateutil",
Expand Down

0 comments on commit 76d3ff6

Please sign in to comment.