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 Jan 8, 2025
1 parent d820882 commit 19d8f1f
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 18 deletions.
23 changes: 16 additions & 7 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ blinker==1.9.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.1.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.35.94
boto3==1.35.95
# via flask-mongorest-mpcontribs
botocore==1.35.94
botocore==1.35.95
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -122,6 +122,10 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
flexcache==0.3
# via pint
flexparser==0.4
# via pint
fonttools==4.55.3
# via matplotlib
fqdn==1.5.1
Expand Down Expand Up @@ -213,7 +217,7 @@ markupsafe==3.0.2
# jinja2
# nbconvert
# werkzeug
marshmallow==3.24.1
marshmallow==3.24.2
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -284,7 +288,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.29.0
# via ddtrace
orjson==3.10.13
orjson==3.10.14
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand All @@ -311,10 +315,12 @@ pexpect==4.9.0
# via ipython
pillow==11.1.0
# via matplotlib
pint==0.19.2
pint==0.24.4
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
platformdirs==4.3.6
# via jupyter-core
# via
# jupyter-core
# pint
plotly==5.24.1
# via pymatgen
prometheus-client==0.21.1
Expand All @@ -323,7 +329,7 @@ prometheus-client==0.21.1
# notebook
prompt-toolkit==3.0.48
# via ipython
protobuf==5.29.2
protobuf==5.29.3
# via ddtrace
psutil==6.1.1
# via ipykernel
Expand Down Expand Up @@ -499,7 +505,10 @@ typing-extensions==4.12.2
# via
# anyio
# ddtrace
# flexcache
# flexparser
# ipython
# pint
tzdata==2024.2
# via pandas
tzlocal==5.2
Expand Down
11 changes: 10 additions & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ 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)
flexcache==0.3
# via pint
flexparser==0.4
# via pint
fonttools==4.55.3
# via matplotlib
fqdn==1.5.1
Expand Down Expand Up @@ -120,8 +124,10 @@ pexpect==4.9.0
# via ipython
pillow==11.1.0
# via matplotlib
pint==0.19.2
pint==0.24.4
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
platformdirs==4.3.6
# via pint
plotly==5.24.1
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -232,7 +238,10 @@ types-python-dateutil==2.9.0.20241206
typing-extensions==4.12.2
# via
# bravado
# flexcache
# flexparser
# ipython
# pint
# swagger-spec-validator
tzdata==2024.2
# via pandas
Expand Down
17 changes: 13 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
flexcache==0.3
# via pint
flexparser==0.4
# via pint
fonttools==4.55.3
# via matplotlib
fqdn==1.5.1
Expand Down Expand Up @@ -170,7 +174,7 @@ monotonic==1.6
# via bravado
monty==2025.1.3
# via pymatgen
mpcontribs-client==5.9.0
mpcontribs-client==5.10.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -228,10 +232,12 @@ pexpect==4.9.0
# via ipython
pillow==11.1.0
# via matplotlib
pint==0.19.2
pint==0.24.4
# via mpcontribs-client
platformdirs==4.3.6
# via jupyter-core
# via
# jupyter-core
# pint
plotly==5.24.1
# via
# mpcontribs-client
Expand All @@ -240,7 +246,7 @@ prometheus-client==0.21.1
# via jupyter-server
prompt-toolkit==3.0.48
# via ipython
protobuf==5.29.2
protobuf==5.29.3
# via ddtrace
psutil==6.1.1
# via
Expand Down Expand Up @@ -403,7 +409,10 @@ typing-extensions==4.12.2
# anyio
# bravado
# ddtrace
# flexcache
# flexparser
# ipython
# pint
# swagger-spec-validator
tzdata==2024.2
# via pandas
Expand Down
21 changes: 15 additions & 6 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==24.1.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.35.94
boto3==1.35.95
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.35.94
botocore==1.35.95
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -83,6 +83,10 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
flexcache==0.3
# via pint
flexparser==0.4
# via pint
fonttools==4.55.3
# via matplotlib
fqdn==1.5.1
Expand Down Expand Up @@ -175,7 +179,7 @@ monty==2025.1.3
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
mpcontribs-client==5.9.0
mpcontribs-client==5.10.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -231,17 +235,19 @@ pexpect==4.9.0
# via ipython
pillow==11.1.0
# via matplotlib
pint==0.19.2
pint==0.24.4
# via mpcontribs-client
platformdirs==4.3.6
# via jupyter-core
# via
# jupyter-core
# pint
plotly==5.24.1
# via
# mpcontribs-client
# pymatgen
prompt-toolkit==3.0.48
# via ipython
protobuf==5.29.2
protobuf==5.29.3
# via ddtrace
psutil==6.1.1
# via ipykernel
Expand Down Expand Up @@ -383,7 +389,10 @@ typing-extensions==4.12.2
# via
# bravado
# ddtrace
# flexcache
# flexparser
# ipython
# pint
# swagger-spec-validator
tzdata==2024.2
# via pandas
Expand Down

0 comments on commit 19d8f1f

Please sign in to comment.