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 Jan 2, 2024
1 parent a5bb2fb commit d6e1fb1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 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.2.0
comm==0.2.1
# via ipykernel
contourpy==1.2.0
# via matplotlib
Expand Down Expand Up @@ -203,7 +203,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.5.1
jupyter-core==5.6.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -267,7 +267,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.13.1
nbconvert==7.14.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -329,7 +329,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -509,7 +509,7 @@ tornado==6.4
# terminado
tqdm==4.66.1
# via pymatgen
traitlets==5.14.0
traitlets==5.14.1
# via
# comm
# ipykernel
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -223,7 +223,7 @@ tqdm==4.66.1
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
traitlets==5.14.0
traitlets==5.14.1
# via
# ipython
# matplotlib-inline
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cffi==1.16.0
# via argon2-cffi-bindings
charset-normalizer==3.3.2
# via requests
comm==0.2.0
comm==0.2.1
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -151,7 +151,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.5.1
jupyter-core==5.6.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -212,7 +212,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.13.1
nbconvert==7.14.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -269,7 +269,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand Down Expand Up @@ -441,7 +441,7 @@ tqdm==4.66.1
# via
# mpcontribs-client
# pymatgen
traitlets==5.14.0
traitlets==5.14.1
# via
# comm
# ipykernel
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
comm==0.2.0
comm==0.2.1
# via ipykernel
contourpy==1.2.0
# via matplotlib
Expand Down Expand Up @@ -154,7 +154,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# nbclient
jupyter-core==5.5.1
jupyter-core==5.6.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -197,7 +197,7 @@ msgpack==1.0.7
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.13.1
nbconvert==7.14.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.1.0
pillow==10.2.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand Down Expand Up @@ -381,7 +381,7 @@ tqdm==4.66.1
# via
# mpcontribs-client
# pymatgen
traitlets==5.14.0
traitlets==5.14.1
# via
# comm
# ipykernel
Expand Down

0 comments on commit d6e1fb1

Please sign in to comment.