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 20, 2024
1 parent 28aba8e commit 86d6d78
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
20 changes: 10 additions & 10 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.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.103
boto3==1.34.108
# via flask-mongorest-mpcontribs
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -81,7 +81,7 @@ dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.4
ddtrace==2.8.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -240,7 +240,7 @@ marshmallow==3.21.2
# marshmallow-mongoengine
marshmallow-mongoengine==0.31.2
# via flask-mongorest-mpcontribs
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -259,7 +259,7 @@ mongoengine==0.28.2
# atlasq-tschaume
# flask-mongoengine-tschaume
# marshmallow-mongoengine
monty==2024.4.17
monty==2024.5.15
# via pymatgen
more-itertools==10.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -334,7 +334,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
platformdirs==4.2.1
platformdirs==4.2.2
# via jupyter-core
plotly==5.22.0
# via pymatgen
Expand Down Expand Up @@ -418,9 +418,9 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
regex==2024.5.10
regex==2024.5.15
# via dateparser
requests==2.31.0
requests==2.32.0
# via
# atlasq-tschaume
# pymatgen
Expand Down Expand Up @@ -566,11 +566,11 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.3
zope-interface==6.4
# via gevent
zstandard==0.22.0
# via
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 @@ -76,15 +76,15 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
matplotlib-inline==0.1.7
# via ipython
monotonic==1.6
# via bravado
monty==2024.4.17
monty==2024.5.15
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -165,7 +165,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via
# bravado
# bravado-core
Expand Down Expand Up @@ -235,7 +235,7 @@ typing-extensions==4.11.0
# swagger-spec-validator
tzdata==2024.1
# via pandas
ujson==5.9.0
ujson==5.10.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
uncertainties==3.1.7
# via pymatgen
Expand Down
14 changes: 7 additions & 7 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.4
ddtrace==2.8.5
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -167,7 +167,7 @@ markupsafe==2.1.5
# via
# jinja2
# nbconvert
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -179,7 +179,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.4.17
monty==2024.5.15
# via pymatgen
mpcontribs-client==5.8.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -239,7 +239,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.1
platformdirs==4.2.2
# via jupyter-core
plotly==5.22.0
# via
Expand Down Expand Up @@ -308,7 +308,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.31.0
requests==2.32.0
# via
# bravado
# bravado-core
Expand Down Expand Up @@ -421,7 +421,7 @@ typing-extensions==4.11.0
# swagger-spec-validator
tzdata==2024.1
# via pandas
ujson==5.9.0
ujson==5.10.0
# via mpcontribs-client
uncertainties==3.1.7
# via pymatgen
Expand All @@ -445,5 +445,5 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.1
zipp==3.18.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.103
boto3==1.34.108
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.103
botocore==1.34.108
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.4
ddtrace==2.8.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -171,7 +171,7 @@ markupsafe==2.1.5
# via
# jinja2
# nbconvert
matplotlib==3.8.4
matplotlib==3.9.0
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -183,7 +183,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.4.17
monty==2024.5.15
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
Expand Down Expand Up @@ -243,7 +243,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.1
platformdirs==4.2.2
# via jupyter-core
plotly==5.22.0
# via
Expand Down Expand Up @@ -303,7 +303,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
requests==2.32.0
# via
# bravado
# bravado-core
Expand Down Expand Up @@ -403,7 +403,7 @@ typing-extensions==4.11.0
# swagger-spec-validator
tzdata==2024.1
# via pandas
ujson==5.9.0
ujson==5.10.0
# via mpcontribs-client
uncertainties==3.1.7
# via pymatgen
Expand All @@ -427,11 +427,11 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.3
zope-interface==6.4
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 86d6d78

Please sign in to comment.