Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 6, 2023
1 parent a3cedd9 commit ef286af
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ click==8.1.7
# via
# flask
# rq
comm==0.1.4
comm==0.2.0
# via ipykernel
contourpy==1.2.0
# via matplotlib
Expand Down Expand Up @@ -213,9 +213,9 @@ jupyter-core==5.5.0
# nbconvert
# nbformat
# notebook
jupyter-events==0.8.0
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.9.1
jupyter-server==2.10.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -267,7 +267,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.10.0
nbconvert==7.11.0
# via
# jupyter-server
# nbclassic
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cffi==1.16.0
# via argon2-cffi-bindings
charset-normalizer==3.3.2
# via requests
comm==0.1.4
comm==0.2.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -160,11 +160,11 @@ jupyter-core==5.5.0
# nbconvert
# nbformat
# notebook
jupyter-events==0.8.0
jupyter-events==0.9.0
# via jupyter-server
jupyter-kernel-gateway==2.5.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.9.1
jupyter-server==2.10.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -210,7 +210,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.10.0
nbconvert==7.11.0
# via
# jupyter-server
# nbclassic
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
comm==0.1.4
comm==0.2.0
# via ipykernel
contourpy==1.2.0
# via matplotlib
Expand Down Expand Up @@ -148,7 +148,7 @@ jsonschema[format]==4.19.2
# swagger-spec-validator
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter-client==8.5.0
jupyter-client==8.6.0
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -195,7 +195,7 @@ msgpack==1.0.7
# bravado-core
nbclient==0.8.0
# via nbconvert
nbconvert==7.10.0
nbconvert==7.11.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand Down

0 comments on commit ef286af

Please sign in to comment.