Skip to content

Commit

Permalink
build(deps): bump jsonschema from 4.21.1 to 4.22.0 in /client
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 3c1232b
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.15.1
redis==5.0.3
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.21.1;python_version>="3.8"
jsonschema==4.22.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Werkzeug==2.3.8;python_version>="3.8"

0 comments on commit 3c1232b

Please sign in to comment.