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 Dec 5, 2023
1 parent 0505873 commit fda30fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.6
boto3==1.33.8
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.33.6
botocore==1.33.8
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.74.5
emmet-core[all]==0.74.8
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.4.0
# via ddtrace
Expand Down Expand Up @@ -266,7 +266,7 @@ pyyaml==6.0.1
# via
# phonopy
# pybtex
pyzmq==25.1.1
pyzmq==25.1.2
# via maggma
referencing==0.31.1
# via
Expand Down
10 changes: 5 additions & 5 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.6
boto3==1.33.8
# via maggma
botocore==1.33.6
botocore==1.33.8
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,7 +67,7 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all,ml]==0.74.5
emmet-core[all,ml]==0.74.8
# via emmet-builders (emmet/emmet-builders/setup.py)
exceptiongroup==1.2.0
# via anyio
Expand All @@ -85,7 +85,7 @@ frozenlist==1.4.0
# via
# aiohttp
# aiosignal
fsspec[http]==2023.12.0
fsspec[http]==2023.12.1
# via
# pytorch-lightning
# torch
Expand Down Expand Up @@ -323,7 +323,7 @@ pyyaml==6.0.1
# phonopy
# pybtex
# pytorch-lightning
pyzmq==25.1.1
pyzmq==25.1.2
# via maggma
referencing==0.31.1
# via
Expand Down

0 comments on commit fda30fa

Please sign in to comment.