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 12, 2024
1 parent 3fc9ad8 commit 1630722
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.57
boto3==1.35.59
# via flask-mongorest-mpcontribs
botocore==1.35.57
botocore==1.35.59
# via
# boto3
# s3transfer
Expand All @@ -58,7 +58,7 @@ click==8.1.7
# rq
comm==0.2.2
# via ipykernel
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cramjam==2.9.0
# via python-snappy
Expand All @@ -72,7 +72,7 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.16.0
ddtrace==2.16.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.8
# via ipykernel
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.8.30
# via requests
charset-normalizer==3.4.0
# via requests
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ comm==0.2.2
# via
# ipykernel
# ipywidgets
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.16.0
ddtrace==2.16.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.8
# via ipykernel
Expand Down
8 changes: 4 additions & 4 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.57
boto3==1.35.59
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.35.57
botocore==1.35.59
# via
# boto3
# s3transfer
Expand All @@ -42,11 +42,11 @@ charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via ipykernel
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.16.0
ddtrace==2.16.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.8
# via ipykernel
Expand Down

0 comments on commit 1630722

Please sign in to comment.