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 Apr 1, 2024
1 parent 342a437 commit 11e01ea
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 54 deletions.
35 changes: 17 additions & 18 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ bleach==6.1.0
# via nbconvert
blinker==1.7.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.1.1
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.69
boto3==1.34.74
# via flask-mongorest-mpcontribs
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -79,9 +79,9 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
ddsketch==3.0.1
# via ddtrace
ddtrace==2.7.4
ddtrace==2.7.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -155,13 +155,13 @@ idna==3.6
# anyio
# jsonschema
# requests
importlib-metadata==6.11.0
importlib-metadata==7.0.0
# via opentelemetry-api
ipykernel==6.29.3
ipykernel==6.29.4
# via
# nbclassic
# notebook
ipython==8.22.2
ipython==8.23.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -259,7 +259,7 @@ mongoengine==0.28.2
# atlasq-tschaume
# flask-mongoengine-tschaume
# marshmallow-mongoengine
monty==2024.2.26
monty==2024.3.31
# via pymatgen
more-itertools==10.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -303,9 +303,9 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.23.0
opentelemetry-api==1.24.0
# via ddtrace
orjson==3.9.15
orjson==3.10.0
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand All @@ -330,7 +330,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -345,10 +345,8 @@ prometheus-client==0.20.0
# notebook
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.0
# via
# ddsketch
# ddtrace
protobuf==5.26.1
# via ddtrace
psutil==5.9.8
# via ipykernel
psycopg2-binary==2.9.9
Expand All @@ -361,15 +359,15 @@ pure-eval==0.2.2
# via stack-data
pybtex==0.24.0
# via pymatgen
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
# ipython
# nbconvert
pymatgen==2024.3.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.6.2
pymongo==4.6.3
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -533,6 +531,7 @@ typing-extensions==4.10.0
# anyio
# cattrs
# ddtrace
# ipython
tzdata==2024.1
# via pandas
tzlocal==5.2
Expand Down
11 changes: 6 additions & 5 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
boltons==23.1.1
boltons==24.0.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
bravado==11.0.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -52,7 +52,7 @@ idna==3.6
# via
# jsonschema
# requests
ipython==8.22.2
ipython==8.23.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
isoduration==20.11.0
# via jsonschema
Expand Down Expand Up @@ -84,7 +84,7 @@ matplotlib-inline==0.1.6
# via ipython
monotonic==1.6
# via bravado
monty==2024.2.26
monty==2024.3.31
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -118,7 +118,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand All @@ -140,7 +140,7 @@ pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.3.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.6.2
pymongo==4.6.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -231,6 +231,7 @@ types-python-dateutil==2.9.0.20240316
typing-extensions==4.10.0
# via
# bravado
# ipython
# swagger-spec-validator
tzdata==2024.1
# via pandas
Expand Down
29 changes: 14 additions & 15 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bleach==6.1.0
# via nbconvert
blinker==1.7.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
boltons==23.1.1
boltons==24.0.0
# via mpcontribs-client
bravado==11.0.3
# via mpcontribs-client
Expand All @@ -52,9 +52,9 @@ contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
ddsketch==3.0.1
# via ddtrace
ddtrace==2.7.4
ddtrace==2.7.5
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -94,11 +94,11 @@ idna==3.6
# anyio
# jsonschema
# requests
importlib-metadata==6.11.0
importlib-metadata==7.0.0
# via opentelemetry-api
ipykernel==6.29.3
ipykernel==6.29.4
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
ipython==8.22.2
ipython==8.23.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -179,7 +179,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.2.26
monty==2024.3.31
# via pymatgen
mpcontribs-client==5.7.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -211,7 +211,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.23.0
opentelemetry-api==1.24.0
# via ddtrace
overrides==7.7.0
# via jupyter-server
Expand All @@ -235,7 +235,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand All @@ -249,10 +249,8 @@ prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.0
# via
# ddsketch
# ddtrace
protobuf==5.26.1
# via ddtrace
psutil==5.9.8
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand All @@ -265,7 +263,7 @@ pure-eval==0.2.2
# via stack-data
pybtex==0.24.0
# via pymatgen
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.17.2
# via
Expand All @@ -275,7 +273,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.3.1
# via mpcontribs-client
pymongo==4.6.2
pymongo==4.6.3
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -419,6 +417,7 @@ typing-extensions==4.10.0
# bravado
# cattrs
# ddtrace
# ipython
# swagger-spec-validator
tzdata==2024.1
# via pandas
Expand Down
31 changes: 15 additions & 16 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
boltons==23.1.1
boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.69
boto3==1.34.74
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.69
botocore==1.34.74
# via
# boto3
# s3transfer
Expand All @@ -52,9 +52,9 @@ contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
ddsketch==3.0.1
# via ddtrace
ddtrace==2.7.4
ddtrace==2.7.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -111,11 +111,11 @@ idna==3.6
# via
# jsonschema
# requests
importlib-metadata==6.11.0
importlib-metadata==7.0.0
# via opentelemetry-api
ipykernel==6.29.3
ipykernel==6.29.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.22.2
ipython==8.23.0
# via
# ipykernel
# mpcontribs-client
Expand Down Expand Up @@ -183,7 +183,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.2.26
monty==2024.3.31
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
Expand Down Expand Up @@ -217,7 +217,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.23.0
opentelemetry-api==1.24.0
# via ddtrace
packaging==24.0
# via
Expand All @@ -239,7 +239,7 @@ parso==0.8.3
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.2.0
pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand All @@ -251,10 +251,8 @@ plotly==5.20.0
# pymatgen
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.0
# via
# ddsketch
# ddtrace
protobuf==5.26.1
# via ddtrace
psutil==5.9.8
# via ipykernel
ptyprocess==0.7.0
Expand All @@ -271,7 +269,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.3.1
# via mpcontribs-client
pymongo==4.6.2
pymongo==4.6.3
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -401,6 +399,7 @@ typing-extensions==4.10.0
# bravado
# cattrs
# ddtrace
# ipython
# swagger-spec-validator
tzdata==2024.1
# via pandas
Expand Down

0 comments on commit 11e01ea

Please sign in to comment.