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 Nov 5, 2024
1 parent f107072 commit 664aa35
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.15.1
ddtrace==2.16.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -139,7 +139,7 @@ idna==3.10
# anyio
# jsonschema
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
ipykernel==6.29.5
# via
Expand Down Expand Up @@ -282,7 +282,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
orjson==3.10.11
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -526,7 +526,7 @@ websocket-client==1.8.0
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
werkzeug==3.1.1
werkzeug==3.1.2
# via
# flasgger-tschaume
# flask
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.15.1
ddtrace==2.16.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -81,7 +81,7 @@ idna==3.10
# anyio
# jsonschema
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
importlib-resources==6.4.5
# via swagger-spec-validator
Expand Down Expand Up @@ -202,7 +202,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
overrides==7.7.0
# via jupyter-server
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.15.1
ddtrace==2.16.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -97,7 +97,7 @@ idna==3.10
# via
# jsonschema
# requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
importlib-resources==6.4.5
# via swagger-spec-validator
Expand Down Expand Up @@ -207,7 +207,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
packaging==24.1
# via
Expand Down

0 comments on commit 664aa35

Please sign in to comment.