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 0ec549d commit 97ab2f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.28.79
boto3==1.28.80
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.79
botocore==1.31.80
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.72.9
emmet-core[all]==0.72.14
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.4.0
# via ddtrace
Expand Down Expand Up @@ -125,7 +125,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.57.6
maggma==0.57.7
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ numpy==1.26.1
# seekpath
# shapely
# spglib
opentelemetry-api==1.20.0
opentelemetry-api==1.21.0
# via ddtrace
orjson==3.9.10
# via maggma
Expand Down
8 changes: 4 additions & 4 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.28.79
boto3==1.28.80
# via maggma
botocore==1.31.79
botocore==1.31.80
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all,ml]==0.72.9
emmet-core[all,ml]==0.72.14
# via emmet-builders (emmet/emmet-builders/setup.py)
exceptiongroup==1.1.3
# via anyio
Expand Down Expand Up @@ -134,7 +134,7 @@ lightning-utilities==0.9.0
# via
# pytorch-lightning
# torchmetrics
maggma==0.57.6
maggma==0.57.7
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand Down

0 comments on commit 97ab2f8

Please sign in to comment.