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 21, 2023
1 parent 51dc3e3 commit 0318745
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.29.3
boto3==1.29.5
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.32.3
botocore==1.32.5
# via
# boto3
# s3transfer
bytecode==0.15.1
# via ddtrace
cattrs==23.2.1
cattrs==23.2.2
# via ddtrace
certifi==2023.11.17
# via requests
Expand Down Expand Up @@ -69,11 +69,11 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.73.3
emmet-core[all]==0.74.0
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.4.0
# via ddtrace
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via
# anyio
# cattrs
Expand Down Expand Up @@ -125,7 +125,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.57.10
maggma==0.58.0
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.3
# via
Expand Down
12 changes: 6 additions & 6 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.29.3
boto3==1.29.5
# via maggma
botocore==1.32.3
botocore==1.32.5
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -67,9 +67,9 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all,ml]==0.73.3
emmet-core[all,ml]==0.74.0
# via emmet-builders (emmet/emmet-builders/setup.py)
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via anyio
fastapi==0.104.1
# via maggma
Expand Down Expand Up @@ -132,7 +132,7 @@ lightning-utilities==0.10.0
# via
# pytorch-lightning
# torchmetrics
maggma==0.57.10
maggma==0.58.0
# via emmet-builders (emmet/emmet-builders/setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -433,7 +433,7 @@ uvicorn==0.24.0.post1
# via maggma
werkzeug==3.0.1
# via flask
yarl==1.9.2
yarl==1.9.3
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 0318745

Please sign in to comment.