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 May 2, 2024
1 parent a582332 commit 2c1b12a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 39 deletions.
28 changes: 14 additions & 14 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.8.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.93
boto3==1.34.97
# via flask-mongorest-mpcontribs
botocore==1.34.93
botocore==1.34.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -185,13 +185,13 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.4.0
joblib==1.4.2
# via pymatgen
json2html==1.3.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# flasgger-tschaume
# jupyter-events
Expand Down Expand Up @@ -234,7 +234,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
marshmallow==3.21.1
marshmallow==3.21.2
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -290,7 +290,7 @@ nest-asyncio==1.6.0
# notebook
networkx==3.3
# via pymatgen
notebook==6.5.6
notebook==6.5.7
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
notebook-shim==0.2.4
# via nbclassic
Expand All @@ -305,7 +305,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.24.0
# via ddtrace
orjson==3.10.1
orjson==3.10.2
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand Down Expand Up @@ -336,7 +336,7 @@ pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
plotly==5.22.0
# via pymatgen
prometheus-client==0.20.0
# via
Expand Down Expand Up @@ -365,9 +365,9 @@ pygments==2.17.2
# via
# ipython
# nbconvert
pymatgen==2024.4.13
pymatgen==2024.5.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.7.0
pymongo==4.7.1
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -401,7 +401,7 @@ pyyaml==6.0.1
# flasgger-tschaume
# jupyter-events
# pybtex
pyzmq==24.0.1
pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
Expand All @@ -413,7 +413,7 @@ redis==5.0.4
# flask-rq2
# flask-sse
# rq
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -436,7 +436,7 @@ rpds-py==0.18.0
# via
# jsonschema
# referencing
rq==1.16.1
rq==1.16.2
# via
# flask-rq2
# rq-scheduler
Expand Down Expand Up @@ -507,7 +507,7 @@ tornado==6.4
# nbclassic
# notebook
# terminado
tqdm==4.66.2
tqdm==4.66.3
# via pymatgen
traitlets==5.14.3
# via
Expand Down
14 changes: 7 additions & 7 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.1
# via ipython
joblib==1.4.0
joblib==1.4.2
# via pymatgen
json2html==1.3.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# bravado-core
# swagger-spec-validator
Expand Down Expand Up @@ -122,7 +122,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
plotly==5.21.0
plotly==5.22.0
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
Expand All @@ -138,9 +138,9 @@ pygments==2.17.2
# via ipython
pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.4.13
pymatgen==2024.5.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.7.0
pymongo==4.7.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand All @@ -161,7 +161,7 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -218,7 +218,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.2
tqdm==4.66.3
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
Expand Down
16 changes: 8 additions & 8 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ jinja2==3.1.3
# via
# jupyter-server
# nbconvert
joblib==1.4.0
joblib==1.4.2
# via pymatgen
json2html==1.3.0
# via mpcontribs-client
jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# bravado-core
# jupyter-events
Expand Down Expand Up @@ -241,7 +241,7 @@ pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
plotly==5.22.0
# via
# mpcontribs-client
# pymatgen
Expand Down Expand Up @@ -271,9 +271,9 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.4.13
pymatgen==2024.5.1
# via mpcontribs-client
pymongo==4.7.0
pymongo==4.7.1
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand All @@ -298,12 +298,12 @@ pyyaml==6.0.1
# jupyter-events
# pybtex
# swagger-spec-validator
pyzmq==26.0.2
pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
# jupyter-server
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -390,7 +390,7 @@ tornado==6.4
# jupyter-kernel-gateway
# jupyter-server
# terminado
tqdm==4.66.2
tqdm==4.66.3
# via
# mpcontribs-client
# pymatgen
Expand Down
20 changes: 10 additions & 10 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.93
boto3==1.34.97
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.93
botocore==1.34.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -133,7 +133,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.4.0
joblib==1.4.2
# via pymatgen
json2html==1.3.0
# via
Expand All @@ -143,7 +143,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.1
jsonschema[format-nongpl]==4.22.0
# via
# bravado-core
# nbformat
Expand Down Expand Up @@ -245,7 +245,7 @@ pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
plotly==5.22.0
# via
# mpcontribs-client
# pymatgen
Expand All @@ -267,9 +267,9 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.4.13
pymatgen==2024.5.1
# via mpcontribs-client
pymongo==4.7.0
pymongo==4.7.1
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand All @@ -293,13 +293,13 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
pyzmq==26.0.2
pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
redis==5.0.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.35.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -376,7 +376,7 @@ tornado==6.4
# via
# ipykernel
# jupyter-client
tqdm==4.66.2
tqdm==4.66.3
# via
# mpcontribs-client
# pymatgen
Expand Down

0 comments on commit 2c1b12a

Please sign in to comment.