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 28, 2022
1 parent b12fc93 commit d26cda8
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 42 deletions.
31 changes: 17 additions & 14 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ blinker==1.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==21.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.26.15
boto3==1.26.17
# via flask-mongorest-mpcontribs
botocore==1.29.15
botocore==1.29.17
# via
# boto3
# s3transfer
Expand All @@ -60,11 +60,13 @@ click==8.1.3
# via
# flask
# rq
comm==0.1.1
# via ipykernel
contourpy==1.0.6
# via matplotlib
croniter==1.3.8
# via rq-scheduler
cryptography==38.0.3
cryptography==38.0.4
# via pyopenssl
css-html-js-minify==2.5.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -86,7 +88,7 @@ dnspython==2.2.1
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymongo
emmet-core==0.38.9
emmet-core==0.38.11
# via mp-api
entrypoints==0.4
# via jupyter-client
Expand Down Expand Up @@ -140,15 +142,15 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via
# flask
# nbconvert
ipykernel==6.17.1
ipykernel==6.18.1
# via
# nbclassic
# notebook
ipython==8.6.0
ipython==8.7.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand All @@ -172,7 +174,7 @@ jmespath==1.0.1
# botocore
json2html==1.3.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
jsonschema==4.17.0
jsonschema==4.17.1
# via
# ddtrace
# flasgger-tschaume
Expand All @@ -184,7 +186,7 @@ jupyter-client==7.4.7
# nbclassic
# nbclient
# notebook
jupyter-core==5.0.0
jupyter-core==5.1.0
# via
# jupyter-client
# jupyter-server
Expand Down Expand Up @@ -238,7 +240,7 @@ monty==2022.9.9
# pymatgen
more-itertools==9.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
mp-api==0.29.7
mp-api==0.29.8
# via pymatgen
mpmath==1.2.1
# via sympy
Expand Down Expand Up @@ -296,7 +298,7 @@ packaging==21.3
# redis
palettable==3.3.0
# via pymatgen
pandas==1.5.1
pandas==1.5.2
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -455,7 +457,7 @@ spglib==2.0.2
# via
# emmet-core
# pymatgen
stack-data==0.6.1
stack-data==0.6.2
# via ipython
supervisor==4.2.4
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -486,6 +488,7 @@ tqdm==4.64.1
# via pymatgen
traitlets==5.5.0
# via
# comm
# ipykernel
# ipython
# jupyter-client
Expand All @@ -511,7 +514,7 @@ uncertainties==3.1.7
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymatgen
urllib3==1.26.12
urllib3==1.26.13
# via
# botocore
# requests
Expand All @@ -531,7 +534,7 @@ werkzeug==2.2.2
# flask
xmltodict==0.13.0
# via ddtrace
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata
zope-event==4.5.0
# via gevent
Expand Down
12 changes: 6 additions & 6 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dnspython==2.2.1
# via
# pyisemail
# pymongo
emmet-core==0.38.9
emmet-core==0.38.11
# via mp-api
executing==1.2.0
# via stack-data
Expand All @@ -46,7 +46,7 @@ idna==3.4
# via
# jsonschema
# requests
ipython==8.6.0
ipython==8.7.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
jedi==0.18.2
# via ipython
Expand Down Expand Up @@ -78,7 +78,7 @@ monty==2022.9.9
# emmet-core
# mp-api
# pymatgen
mp-api==0.29.7
mp-api==0.29.8
# via pymatgen
mpmath==1.2.1
# via sympy
Expand All @@ -102,7 +102,7 @@ packaging==21.3
# via matplotlib
palettable==3.3.0
# via pymatgen
pandas==1.5.1
pandas==1.5.2
# via
# -r python/requirements.txt
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -206,7 +206,7 @@ spglib==2.0.2
# via
# emmet-core
# pymatgen
stack-data==0.6.1
stack-data==0.6.2
# via ipython
strict-rfc3339==0.7
# via jsonschema
Expand Down Expand Up @@ -238,7 +238,7 @@ ujson==5.5.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.12
urllib3==1.26.13
# via requests
wcwidth==0.2.5
# via prompt-toolkit
Expand Down
23 changes: 13 additions & 10 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ cffi==1.15.1
# via argon2-cffi-bindings
charset-normalizer==2.1.1
# via requests
comm==0.1.1
# via ipykernel
contourpy==1.0.6
# via matplotlib
cycler==0.11.0
Expand All @@ -62,7 +64,7 @@ dnspython==2.2.1
# via
# pyisemail
# pymongo
emmet-core==0.38.9
emmet-core==0.38.11
# via mp-api
entrypoints==0.4
# via jupyter-client
Expand All @@ -87,14 +89,14 @@ idna==3.4
# anyio
# jsonschema
# requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via nbconvert
ipykernel==6.17.1
ipykernel==6.18.1
# via
# ipywidgets
# nbclassic
# notebook
ipython==8.6.0
ipython==8.7.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -135,7 +137,7 @@ jupyter-client==7.4.7
# nbclassic
# nbclient
# notebook
jupyter-core==5.0.0
jupyter-core==5.1.0
# via
# jupyter-client
# jupyter-kernel-gateway
Expand Down Expand Up @@ -181,7 +183,7 @@ monty==2022.9.9
# emmet-core
# mp-api
# pymatgen
mp-api==0.29.7
mp-api==0.29.8
# via pymatgen
mpcontribs-client==4.5.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -239,7 +241,7 @@ packaging==21.3
# nbconvert
palettable==3.3.0
# via pymatgen
pandas==1.5.1
pandas==1.5.2
# via
# -r python/requirements.txt
# mpcontribs-client
Expand Down Expand Up @@ -387,7 +389,7 @@ spglib==2.0.2
# via
# emmet-core
# pymatgen
stack-data==0.6.1
stack-data==0.6.2
# via ipython
strict-rfc3339==0.7
# via jsonschema
Expand Down Expand Up @@ -425,6 +427,7 @@ tqdm==4.64.1
# pymatgen
traitlets==5.5.0
# via
# comm
# ipykernel
# ipython
# ipywidgets
Expand All @@ -449,7 +452,7 @@ ujson==5.5.0
# via mpcontribs-client
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.12
urllib3==1.26.13
# via requests
wcwidth==0.2.5
# via prompt-toolkit
Expand All @@ -465,7 +468,7 @@ widgetsnbextension==4.0.3
# via ipywidgets
xmltodict==0.13.0
# via ddtrace
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
27 changes: 15 additions & 12 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ boltons==21.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.26.15
boto3==1.26.17
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.29.15
botocore==1.29.17
# via
# boto3
# s3transfer
Expand All @@ -43,6 +43,8 @@ certifi==2022.9.24
# via requests
charset-normalizer==2.1.1
# via requests
comm==0.1.1
# via ipykernel
contourpy==1.0.6
# via matplotlib
cycler==0.11.0
Expand Down Expand Up @@ -72,7 +74,7 @@ dnspython==2.2.1
# via
# pyisemail
# pymongo
emmet-core==0.38.9
emmet-core==0.38.11
# via mp-api
entrypoints==0.4
# via jupyter-client
Expand Down Expand Up @@ -104,11 +106,11 @@ idna==3.4
# via
# jsonschema
# requests
importlib-metadata==5.0.0
importlib-metadata==5.1.0
# via nbconvert
ipykernel==6.17.1
ipykernel==6.18.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.6.0
ipython==8.7.0
# via
# ipykernel
# mpcontribs-client
Expand Down Expand Up @@ -143,7 +145,7 @@ jupyter-client==7.4.7
# via
# ipykernel
# nbclient
jupyter-core==5.0.0
jupyter-core==5.1.0
# via
# jupyter-client
# nbconvert
Expand Down Expand Up @@ -176,7 +178,7 @@ monty==2022.9.9
# mp-api
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
mp-api==0.29.7
mp-api==0.29.8
# via pymatgen
mpcontribs-client==4.5.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand Down Expand Up @@ -221,7 +223,7 @@ packaging==21.3
# redis
palettable==3.3.0
# via pymatgen
pandas==1.5.1
pandas==1.5.2
# via
# -r python/requirements.txt
# mpcontribs-client
Expand Down Expand Up @@ -358,7 +360,7 @@ spglib==2.0.2
# pymatgen
sqlparse==0.4.3
# via django
stack-data==0.6.1
stack-data==0.6.2
# via ipython
strict-rfc3339==0.7
# via jsonschema
Expand Down Expand Up @@ -386,6 +388,7 @@ tqdm==4.64.1
# pymatgen
traitlets==5.5.0
# via
# comm
# ipykernel
# ipython
# jupyter-client
Expand All @@ -405,7 +408,7 @@ ujson==5.5.0
# via mpcontribs-client
uncertainties==3.1.7
# via pymatgen
urllib3==1.26.12
urllib3==1.26.13
# via
# botocore
# requests
Expand All @@ -421,7 +424,7 @@ whitenoise==6.2.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
xmltodict==0.13.0
# via ddtrace
zipp==3.10.0
zipp==3.11.0
# via importlib-metadata
zope-event==4.5.0
# via gevent
Expand Down

0 comments on commit d26cda8

Please sign in to comment.