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 Feb 24, 2025
1 parent 67db93e commit f284dea
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
14 changes: 7 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==25.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.36.25
boto3==1.36.26
# via flask-mongorest-mpcontribs
botocore==1.36.25
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,11 +72,11 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.21.1
ddtrace==2.21.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.12
# via ipykernel
decorator==5.1.1
decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
Expand Down Expand Up @@ -248,7 +248,7 @@ more-itertools==10.6.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
mpmath==1.3.0
# via sympy
narwhals==1.27.1
narwhals==1.28.0
# via plotly
nbclassic==1.2.0
# via notebook
Expand Down Expand Up @@ -418,7 +418,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.23.0
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -446,7 +446,7 @@ send2trash==1.8.3
# via
# jupyter-server
# notebook
setproctitle==1.3.4
setproctitle==1.3.5
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
six==1.17.0
# via
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
decorator==5.1.1
decorator==5.2.1
# via ipython
dnspython==2.7.0
# via
Expand Down Expand Up @@ -94,7 +94,7 @@ msgpack==1.1.0
# via
# bravado
# bravado-core
narwhals==1.27.1
narwhals==1.28.0
# via plotly
networkx==3.4.2
# via pymatgen
Expand Down Expand Up @@ -185,7 +185,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.23.0
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.21.1
ddtrace==2.21.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.12
# via ipykernel
decorator==5.1.1
decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
Expand Down Expand Up @@ -182,7 +182,7 @@ msgpack==1.1.0
# via
# bravado
# bravado-core
narwhals==1.27.1
narwhals==1.28.0
# via plotly
nbclient==0.10.2
# via nbconvert
Expand Down Expand Up @@ -325,7 +325,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.23.0
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand Down
14 changes: 7 additions & 7 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==25.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.36.25
boto3==1.36.26
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.36.25
botocore==1.36.26
# via
# boto3
# s3transfer
Expand All @@ -46,11 +46,11 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.21.1
ddtrace==2.21.2
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.12
# via ipykernel
decorator==5.1.1
decorator==5.2.1
# via ipython
defusedxml==0.7.1
# via nbconvert
Expand Down Expand Up @@ -187,7 +187,7 @@ msgpack==1.1.0
# via
# bravado
# bravado-core
narwhals==1.27.1
narwhals==1.28.0
# via plotly
nbclient==0.10.2
# via nbconvert
Expand Down Expand Up @@ -313,7 +313,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.23.0
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand All @@ -332,7 +332,7 @@ scipy==1.15.2
# pymatgen
semantic-version==2.10.0
# via mpcontribs-client
setproctitle==1.3.4
setproctitle==1.3.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
simplejson==3.20.1
# via
Expand Down

0 comments on commit f284dea

Please sign in to comment.