Skip to content

Commit

Permalink
build(deps): bump jsonschema from 4.22.0 to 4.23.0 in /server
Browse files Browse the repository at this point in the history
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.22.0 to 4.23.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.22.0...v4.23.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 Sep 2, 2024
1 parent ade0010 commit e9d0b28
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.8
pyyaml==6.0.1
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.22.0;python_version>="3.8"
jsonschema==4.23.0;python_version>="3.8"
requests==2.31.0;python_version<"3.8"
requests==2.32.3;python_version>="3.8"
psycopg2-binary==2.9.9
Expand Down

0 comments on commit e9d0b28

Please sign in to comment.