Skip to content

Commit

Permalink
build(deps): bump jsonschema from 4.22.0 to 4.23.0 in /client
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 1, 2024
1 parent 50a0ad7 commit f2d6157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ python-dotenv==1.0.1;python_version>="3.8"
rq==1.16.2
redis==5.0.4
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.22.0;python_version>="3.8"
jsonschema==4.23.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Werkzeug==3.0.3;python_version>="3.8"

0 comments on commit f2d6157

Please sign in to comment.