Skip to content

Commit

Permalink
build(deps): bump jsonschema from 4.21.1 to 4.22.0 in /server
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.21.1 to 4.22.0.
- [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.21.1...v4.22.0)

---
updated-dependencies:
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 7a56e41 commit 295e7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.1.7
redis==5.0.3
pyyaml==6.0.1
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.21.1;python_version>="3.8"
jsonschema==4.22.0;python_version>="3.8"
requests==2.31.0
psycopg2-binary==2.9.9
supervisor==4.2.5

0 comments on commit 295e7dc

Please sign in to comment.