Skip to content

Commit

Permalink
Update jsonschema requirement from <4,>=3.2.0 to >=3.2.0,<5 in /api
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2024
1 parent 9c421b7 commit 6be89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pytest-django>=3.1.2,<4
requests>=2.18.4,<3
pillow>=8.1.0
numpy>=1.19.5
jsonschema>=3.2.0,<4
jsonschema>=3.2.0,<5
zeep>=4.0.0

setuptools>=65.5.1
Expand Down

0 comments on commit 6be89a7

Please sign in to comment.