Skip to content

Commit

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

0 comments on commit 554a2e5

Please sign in to comment.