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 Apr 2, 2024
1 parent a909cbb commit eb75be9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.74
boto3==1.34.76
# via flask-mongorest-mpcontribs
botocore==1.34.74
botocore==1.34.76
# via
# boto3
# s3transfer
Expand All @@ -65,7 +65,7 @@ click==8.1.7
# rq
comm==0.2.2
# via ipykernel
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cramjam==2.8.3
# via python-snappy
Expand Down Expand Up @@ -558,7 +558,7 @@ websocket-client==1.7.0
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
werkzeug==3.0.1
werkzeug==3.0.2
# via
# flasgger-tschaume
# flask
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ comm==0.2.2
# via
# ipykernel
# ipywidgets
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
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 @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.74
boto3==1.34.76
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.74
botocore==1.34.76
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ charset-normalizer==3.3.2
# via requests
comm==0.2.2
# via ipykernel
contourpy==1.2.0
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
Expand Down

0 comments on commit eb75be9

Please sign in to comment.