Skip to content

Commit

Permalink
Bump jsonschema to 4.20.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu authored Dec 18, 2023
1 parent 789aa41 commit b1b7321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ flask==2.2.2
python-dotenv==0.21.0
rq==1.11.1
redis==5.0.1
jsonschema==4.16.0
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.20.0;python_version>="3.8"
Werkzeug==2.2.3;python_version<"3.8"
Werkzeug==2.3.7;python_version>="3.8"
3 changes: 2 additions & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ rq==1.11.1
click==8.1.3
redis==5.0.1
pyyaml==6.0
jsonschema==4.16.0
jsonschema==4.17.3;python_version<"3.8"
jsonschema==4.20.0;python_version>="3.8"
requests==2.28.1
psycopg2-binary==2.9.5
supervisor==4.2.4

0 comments on commit b1b7321

Please sign in to comment.