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 Jan 9, 2024
1 parent cff39b7 commit af6b846
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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==23.1.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.14
boto3==1.34.15
# via flask-mongorest-mpcontribs
botocore==1.34.14
botocore==1.34.15
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -215,7 +215,7 @@ jupyter-core==5.7.1
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.12.2
jupyter-server==2.12.3
# via
# nbclassic
# notebook-shim
Expand All @@ -232,7 +232,7 @@ markupsafe==2.1.3
# jinja2
# nbconvert
# werkzeug
marshmallow==3.20.1
marshmallow==3.20.2
# via
# flask-marshmallow
# marshmallow-mongoengine
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 @@ -166,7 +166,7 @@ jupyter-events==0.9.0
# via jupyter-server
jupyter-kernel-gateway==2.5.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.12.2
jupyter-server==2.12.3
# via
# nbclassic
# notebook-shim
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.14
boto3==1.34.15
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.14
botocore==1.34.15
# via
# boto3
# s3transfer
Expand Down

0 comments on commit af6b846

Please sign in to comment.