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 Jun 22, 2023
1 parent f58928f commit 6f9539f
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 @@ -40,9 +40,9 @@ blinker==1.6.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.26.158
boto3==1.26.159
# via flask-mongorest-mpcontribs
botocore==1.29.158
botocore==1.29.159
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -94,7 +94,7 @@ dnspython==2.3.0
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymongo
emmet-core==0.57.1
emmet-core==0.57.2
# via mp-api
envier==0.4.0
# via ddtrace
Expand Down Expand Up @@ -442,7 +442,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rq==1.15.0
rq==1.15.1
# via
# flask-rq2
# rq-scheduler
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 @@ -32,7 +32,7 @@ dnspython==2.3.0
# via
# pyisemail
# pymongo
emmet-core==0.57.1
emmet-core==0.57.2
# via mp-api
executing==1.2.0
# via stack-data
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 @@ -68,7 +68,7 @@ dnspython==2.3.0
# via
# pyisemail
# pymongo
emmet-core==0.57.1
emmet-core==0.57.2
# via mp-api
entrypoints==0.4
# via jupyter-client
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 @@ -27,9 +27,9 @@ boltons==23.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.26.158
boto3==1.26.159
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.29.158
botocore==1.29.159
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ dnspython==2.3.0
# via
# pyisemail
# pymongo
emmet-core==0.57.1
emmet-core==0.57.2
# via mp-api
envier==0.4.0
# via ddtrace
Expand Down

0 comments on commit 6f9539f

Please sign in to comment.