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 Dec 30, 2024
1 parent a017cdd commit 89bd134
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 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.86
boto3==1.35.90
# via flask-mongorest-mpcontribs
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
Expand All @@ -50,7 +50,7 @@ cffi==1.17.1
# via
# argon2-cffi-bindings
# cryptography
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand Down Expand Up @@ -204,7 +204,7 @@ jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.7
kiwisolver==1.4.8
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand All @@ -229,7 +229,7 @@ matplotlib-inline==0.1.7
# ipython
mimerender-pr36==0.0.2
# via flask-mongorest-mpcontribs
mistune==3.0.2
mistune==3.1.0
# via
# flasgger-tschaume
# nbconvert
Expand Down Expand Up @@ -284,7 +284,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.29.0
# via ddtrace
orjson==3.10.12
orjson==3.10.13
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cachetools==5.5.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
contourpy==1.3.1
# via matplotlib
Expand Down Expand Up @@ -70,7 +70,7 @@ jsonschema[format-nongpl]==4.23.0
# swagger-spec-validator
jsonschema-specifications==2024.10.1
# via jsonschema
kiwisolver==1.4.7
kiwisolver==1.4.8
# via matplotlib
latexcodec==3.0.0
# via pybtex
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 @@ -38,7 +38,7 @@ certifi==2024.12.14
# via requests
cffi==1.17.1
# via argon2-cffi-bindings
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
comm==0.2.2
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ jupyterlab-widgets==3.0.13
# via ipywidgets
kaleido==0.2.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
kiwisolver==1.4.7
kiwisolver==1.4.8
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand All @@ -164,7 +164,7 @@ matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
mistune==3.0.2
mistune==3.1.0
# via nbconvert
monotonic==1.6
# via bravado
Expand Down
10 changes: 5 additions & 5 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.86
boto3==1.35.90
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ cachetools==5.5.0
# via mpcontribs-client
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
comm==0.2.2
# via ipykernel
Expand Down Expand Up @@ -151,7 +151,7 @@ jupyter-core==5.7.2
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.7
kiwisolver==1.4.8
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand All @@ -167,7 +167,7 @@ matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
mistune==3.0.2
mistune==3.1.0
# via nbconvert
monotonic==1.6
# via bravado
Expand Down

0 comments on commit 89bd134

Please sign in to comment.