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 29, 2024
1 parent dbdca70 commit ef9b333
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 38 deletions.
34 changes: 18 additions & 16 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
blinker==1.7.0
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.88
boto3==1.34.93
# via flask-mongorest-mpcontribs
botocore==1.34.88
botocore==1.34.93
# 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.1
ddtrace==2.8.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -122,7 +122,7 @@ flask==2.2.5
# flask-mongoengine-tschaume
# flask-rq2
# flask-sse
flask-compress==1.14
flask-compress==1.15
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
flask-marshmallow==1.2.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -140,7 +140,7 @@ fonttools==4.51.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
freezegun==1.4.0
freezegun==1.5.0
# via rq-scheduler
future==1.0.0
# via uncertainties
Expand All @@ -161,7 +161,7 @@ ipykernel==6.29.4
# via
# nbclassic
# notebook
ipython==8.23.0
ipython==8.24.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.3
nbconvert==7.16.4
# via
# jupyter-server
# nbclassic
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.0
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
# via pymatgen
Expand Down Expand Up @@ -367,7 +367,7 @@ pygments==2.17.2
# nbconvert
pymatgen==2024.4.13
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.6.3
pymongo==4.7.0
# via
# flask-mongorest-mpcontribs
# mongoengine
Expand Down Expand Up @@ -408,17 +408,17 @@ pyzmq==24.0.1
# jupyter-server
# nbclassic
# notebook
redis==5.0.3
redis==5.0.4
# via
# flask-rq2
# flask-sse
# rq
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
# jupyter-events
regex==2024.4.16
regex==2024.4.28
# via dateparser
requests==2.31.0
# via
Expand Down Expand Up @@ -497,7 +497,7 @@ terminado==0.18.1
# jupyter-server-terminals
# nbclassic
# notebook
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tornado==6.4
# via
Expand Down Expand Up @@ -554,7 +554,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.7.0
websocket-client==1.8.0
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -573,7 +573,9 @@ zope-event==5.0
zope-interface==6.3
# via gevent
zstandard==0.22.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# via
# flask-compress
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)

# The following packages are considered to be unsafe in a requirements file:
# setuptools
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ idna==3.7
# via
# jsonschema
# requests
ipython==8.23.0
ipython==8.24.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
isoduration==20.11.0
# via jsonschema
Expand Down Expand Up @@ -140,7 +140,7 @@ pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.4.13
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.6.3
pymongo==4.7.0
# 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.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down
18 changes: 9 additions & 9 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.1.0
# via nbconvert
blinker==1.7.0
blinker==1.8.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
boltons==24.0.0
# via mpcontribs-client
Expand Down Expand Up @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.1
ddtrace==2.8.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -98,7 +98,7 @@ importlib-metadata==7.0.0
# via opentelemetry-api
ipykernel==6.29.4
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
ipython==8.23.0
ipython==8.24.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -191,7 +191,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.3
nbconvert==7.16.4
# via jupyter-server
nbformat==5.10.4
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.0
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
# via
Expand Down Expand Up @@ -273,7 +273,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.4.13
# via mpcontribs-client
pymongo==4.6.3
pymongo==4.7.0
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -303,7 +303,7 @@ pyzmq==26.0.2
# ipykernel
# jupyter-client
# jupyter-server
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -381,7 +381,7 @@ terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tornado==6.4
# via
Expand Down Expand Up @@ -437,7 +437,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.7.0
websocket-client==1.8.0
# via jupyter-server
widgetsnbextension==4.0.10
# via ipywidgets
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.88
boto3==1.34.93
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.88
botocore==1.34.93
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.1
ddtrace==2.8.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -115,7 +115,7 @@ importlib-metadata==7.0.0
# via opentelemetry-api
ipykernel==6.29.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.23.0
ipython==8.24.0
# via
# ipykernel
# mpcontribs-client
Expand Down Expand Up @@ -197,7 +197,7 @@ msgpack==1.0.8
# bravado-core
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.3
nbconvert==7.16.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.10.4
# via
Expand Down Expand Up @@ -243,7 +243,7 @@ pillow==10.3.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.0
platformdirs==4.2.1
# via jupyter-core
plotly==5.21.0
# via
Expand All @@ -269,7 +269,7 @@ pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.4.13
# via mpcontribs-client
pymongo==4.6.3
pymongo==4.7.0
# via mpcontribs-client
pyparsing==3.1.2
# via matplotlib
Expand Down Expand Up @@ -297,9 +297,9 @@ pyzmq==26.0.2
# via
# ipykernel
# jupyter-client
redis==5.0.3
redis==5.0.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -370,7 +370,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tornado==6.4
# via
Expand Down

0 comments on commit ef9b333

Please sign in to comment.