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 Mar 15, 2024
1 parent 13dcf06 commit c7287fe
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
36 changes: 18 additions & 18 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.1.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.59
boto3==1.34.64
# via flask-mongorest-mpcontribs
botocore==1.34.59
botocore==1.34.64
# via
# boto3
# s3transfer
Expand All @@ -63,7 +63,7 @@ click==8.1.7
# via
# flask
# rq
comm==0.2.1
comm==0.2.2
# via ipykernel
contourpy==1.2.0
# via matplotlib
Expand All @@ -81,7 +81,7 @@ dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.2
ddtrace==2.7.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -136,7 +136,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -205,7 +205,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.7.1
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
Expand All @@ -215,13 +215,13 @@ jupyter-core==5.7.1
# nbconvert
# nbformat
# notebook
jupyter-events==0.9.0
jupyter-events==0.9.1
# via jupyter-server
jupyter-server==2.13.0
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.5.2
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -267,14 +267,14 @@ mpmath==1.3.0
# via sympy
nbclassic==1.0.0
# via notebook
nbclient==0.9.0
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.2
# via
# jupyter-server
# nbclassic
# notebook
nbformat==5.9.2
nbformat==5.10.3
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -336,7 +336,7 @@ pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
platformdirs==4.2.0
# via jupyter-core
plotly==5.19.0
plotly==5.20.0
# via pymatgen
prometheus-client==0.20.0
# via
Expand All @@ -345,7 +345,7 @@ prometheus-client==0.20.0
# notebook
prompt-toolkit==3.0.43
# via ipython
protobuf==4.25.3
protobuf==5.26.0
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -448,7 +448,7 @@ ruamel-yaml==0.18.6
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
s3transfer==0.10.1
# via boto3
scipy==1.12.0
# via
Expand Down Expand Up @@ -493,7 +493,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
terminado==0.18.0
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
Expand All @@ -511,7 +511,7 @@ tornado==6.4
# terminado
tqdm==4.66.2
# via pymatgen
traitlets==5.14.1
traitlets==5.14.2
# via
# comm
# ipykernel
Expand All @@ -526,7 +526,7 @@ traitlets==5.14.1
# nbconvert
# nbformat
# notebook
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240315
# via arrow
typing-extensions==4.10.0
# via
Expand All @@ -543,7 +543,7 @@ uncertainties==3.1.7
# pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.0.7
urllib3==2.2.1
# via
# botocore
# requests
Expand All @@ -567,7 +567,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
zipp==3.18.1
# 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 @@ -42,7 +42,7 @@ filetype==1.2.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
flatten-dict==0.4.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -122,7 +122,7 @@ pillow==10.2.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
plotly==5.19.0
plotly==5.20.0
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
Expand Down Expand Up @@ -222,11 +222,11 @@ tqdm==4.66.2
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
traitlets==5.14.1
traitlets==5.14.2
# via
# ipython
# matplotlib-inline
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240315
# via arrow
typing-extensions==4.10.0
# via
Expand Down
32 changes: 16 additions & 16 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cffi==1.16.0
# via argon2-cffi-bindings
charset-normalizer==3.3.2
# via requests
comm==0.2.1
comm==0.2.2
# via
# ipykernel
# ipywidgets
Expand All @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.2
ddtrace==2.7.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.1
# via ipykernel
Expand Down Expand Up @@ -83,7 +83,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.49.0
fonttools==4.50.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -129,14 +129,14 @@ jsonschema[format-nongpl]==4.21.1
# swagger-spec-validator
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.0
jupyter-client==8.6.1
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ipykernel
# jupyter-kernel-gateway
# jupyter-server
# nbclient
jupyter-core==5.7.1
jupyter-core==5.7.2
# via
# ipykernel
# jupyter-client
Expand All @@ -145,13 +145,13 @@ jupyter-core==5.7.1
# nbclient
# nbconvert
# nbformat
jupyter-events==0.9.0
jupyter-events==0.9.1
# via jupyter-server
jupyter-kernel-gateway==3.0.0
jupyter-kernel-gateway==3.0.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.13.0
# via jupyter-kernel-gateway
jupyter-server-terminals==0.5.2
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -189,11 +189,11 @@ msgpack==1.0.8
# via
# bravado
# bravado-core
nbclient==0.9.0
nbclient==0.10.0
# via nbconvert
nbconvert==7.16.2
# via jupyter-server
nbformat==5.9.2
nbformat==5.10.3
# via
# jupyter-server
# nbclient
Expand Down Expand Up @@ -241,15 +241,15 @@ pint==0.19.2
# via mpcontribs-client
platformdirs==4.2.0
# via jupyter-core
plotly==5.19.0
plotly==5.20.0
# via
# mpcontribs-client
# pymatgen
prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.43
# via ipython
protobuf==4.25.3
protobuf==5.26.0
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -379,7 +379,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
terminado==0.18.0
terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
Expand All @@ -396,7 +396,7 @@ tqdm==4.66.2
# via
# mpcontribs-client
# pymatgen
traitlets==5.14.1
traitlets==5.14.2
# via
# comm
# ipykernel
Expand All @@ -411,7 +411,7 @@ traitlets==5.14.1
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.8.19.20240311
types-python-dateutil==2.9.0.20240315
# via arrow
typing-extensions==4.10.0
# via
Expand Down Expand Up @@ -446,5 +446,5 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
Loading

0 comments on commit c7287fe

Please sign in to comment.