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 Aug 29, 2023
1 parent 533800d commit 0575dd7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,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.28.35
boto3==1.28.37
# via flask-mongorest-mpcontribs
botocore==1.31.35
botocore==1.31.37
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -81,7 +81,7 @@ dateparser==1.1.8
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==1.18.2
ddtrace==1.18.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.6.7.post1
# via ipykernel
Expand All @@ -95,7 +95,7 @@ dnspython==2.4.2
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymongo
emmet-core==0.66.0
emmet-core==0.67.0
# via mp-api
entrypoints==0.4
# via jupyter-client
Expand Down Expand Up @@ -277,7 +277,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.7.4
nbconvert==7.8.0
# via
# jupyter-server
# nbclassic
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 @@ -34,7 +34,7 @@ dnspython==2.4.2
# via
# pyisemail
# pymongo
emmet-core==0.66.0
emmet-core==0.67.0
# via mp-api
executing==1.2.0
# via stack-data
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 @@ -57,7 +57,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.18.2
ddtrace==1.18.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.6.7.post1
# via ipykernel
Expand All @@ -71,7 +71,7 @@ dnspython==2.4.2
# via
# pyisemail
# pymongo
emmet-core==0.66.0
emmet-core==0.67.0
# via mp-api
entrypoints==0.4
# via jupyter-client
Expand Down Expand Up @@ -219,7 +219,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.8.0
# via nbconvert
nbconvert==7.7.4
nbconvert==7.8.0
# via
# jupyter-server
# nbclassic
Expand Down
12 changes: 6 additions & 6 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ boltons==23.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.28.35
boto3==1.28.37
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.31.35
botocore==1.31.37
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.18.2
ddtrace==1.18.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.6.7.post1
# via ipykernel
Expand All @@ -79,7 +79,7 @@ dnspython==2.4.2
# via
# pyisemail
# pymongo
emmet-core==0.66.0
emmet-core==0.67.0
# via mp-api
envier==0.4.0
# via ddtrace
Expand Down Expand Up @@ -150,7 +150,7 @@ jsonschema[format]==4.19.0
# swagger-spec-validator
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter-client==8.3.0
jupyter-client==8.3.1
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -202,7 +202,7 @@ msgpack==1.0.5
# mp-api
nbclient==0.8.0
# via nbconvert
nbconvert==7.7.4
nbconvert==7.8.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand Down

0 comments on commit 0575dd7

Please sign in to comment.