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 Jun 6, 2024
1 parent 05c75f3 commit ea81cd6
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
24 changes: 12 additions & 12 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.118
boto3==1.34.121
# via flask-mongorest-mpcontribs
botocore==1.34.118
botocore==1.34.121
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ cramjam==2.8.3
# via python-snappy
crontab==1.0.1
# via rq-scheduler
cryptography==42.0.7
cryptography==42.0.8
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -226,7 +226,7 @@ markupsafe==2.1.5
# jinja2
# nbconvert
# werkzeug
marshmallow==3.21.2
marshmallow==3.21.3
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -332,9 +332,9 @@ prometheus-client==0.20.0
# via
# jupyter-server
# notebook
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand All @@ -354,9 +354,9 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -396,7 +396,7 @@ pyzmq==26.0.3
# jupyter-client
# jupyter-server
# notebook
redis==5.0.4
redis==5.0.5
# via
# flask-rq2
# flask-sse
Expand Down Expand Up @@ -485,7 +485,7 @@ terminado==0.18.1
# notebook
tinycss2==1.3.0
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -532,7 +532,7 @@ urllib3==2.2.1
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -550,7 +550,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ plotly==5.22.0
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -136,9 +136,9 @@ pygments==2.18.0
# via ipython
pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.7.2
pymongo==4.7.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -243,5 +243,5 @@ urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
14 changes: 7 additions & 7 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ plotly==5.22.0
# pymatgen
prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via
Expand All @@ -269,9 +269,9 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-client
pymongo==4.7.2
pymongo==4.7.3
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -381,7 +381,7 @@ terminado==0.18.1
# jupyter-server-terminals
tinycss2==1.3.0
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -429,7 +429,7 @@ urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -443,5 +443,5 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
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.118
boto3==1.34.121
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.118
botocore==1.34.121
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -247,9 +247,9 @@ plotly==5.22.0
# via
# mpcontribs-client
# pymatgen
prompt-toolkit==3.0.45
prompt-toolkit==3.0.46
# via ipython
protobuf==5.27.0
protobuf==5.27.1
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand All @@ -265,9 +265,9 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.5.31
pymatgen==2024.6.4
# via mpcontribs-client
pymongo==4.7.2
pymongo==4.7.3
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -295,7 +295,7 @@ pyzmq==26.0.3
# via
# ipykernel
# jupyter-client
redis==5.0.4
redis==5.0.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.35.1
# via
Expand Down Expand Up @@ -370,7 +370,7 @@ tenacity==8.3.0
# via plotly
tinycss2==1.3.0
# via nbconvert
tornado==6.4
tornado==6.4.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -413,7 +413,7 @@ urllib3==2.2.1
# requests
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
webcolors==24.6.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -425,7 +425,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
Expand Down

0 comments on commit ea81cd6

Please sign in to comment.