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 8, 2023
1 parent 66c9130 commit 87c8e63
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.28.79
boto3==1.28.80
# via flask-mongorest-mpcontribs
botocore==1.31.79
botocore==1.31.80
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -265,7 +265,7 @@ mpmath==1.3.0
# via sympy
nbclassic==1.0.0
# via notebook
nbclient==0.8.0
nbclient==0.9.0
# via nbconvert
nbconvert==7.11.0
# via
Expand Down Expand Up @@ -301,7 +301,7 @@ numpy==1.26.1
# pymatgen
# scipy
# spglib
opentelemetry-api==1.20.0
opentelemetry-api==1.21.0
# via ddtrace
orjson==3.9.10
# via flask-mongorest-mpcontribs
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 @@ -208,7 +208,7 @@ msgpack==1.0.7
# bravado-core
nbclassic==1.0.0
# via notebook
nbclient==0.8.0
nbclient==0.9.0
# via nbconvert
nbconvert==7.11.0
# via
Expand Down Expand Up @@ -243,7 +243,7 @@ numpy==1.26.1
# pymatgen
# scipy
# spglib
opentelemetry-api==1.20.0
opentelemetry-api==1.21.0
# via ddtrace
overrides==7.4.0
# via jupyter-server
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 @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.28.79
boto3==1.28.80
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.31.79
botocore==1.31.80
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -193,7 +193,7 @@ msgpack==1.0.7
# via
# bravado
# bravado-core
nbclient==0.8.0
nbclient==0.9.0
# via nbconvert
nbconvert==7.11.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand All @@ -215,7 +215,7 @@ numpy==1.26.1
# pymatgen
# scipy
# spglib
opentelemetry-api==1.20.0
opentelemetry-api==1.21.0
# via ddtrace
packaging==23.2
# via
Expand Down

0 comments on commit 87c8e63

Please sign in to comment.