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 Mar 25, 2024
1 parent fb666ca commit 560e8fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyio==4.3.0
# via starlette
asgi-logger==0.1.0
# via emmet-api (emmet/emmet-api/setup.py)
asgiref==3.7.2
asgiref==3.8.1
# via asgi-logger
attrs==23.2.0
# via
Expand All @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.64
boto3==1.34.69
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.64
botocore==1.34.69
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,15 +57,15 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.3
ddtrace==2.7.4
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.78.7
emmet-core==0.80.0
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand Down Expand Up @@ -299,7 +299,7 @@ urllib3==2.2.1
# via
# botocore
# requests
uvicorn==0.28.0
uvicorn==0.29.0
# via maggma
werkzeug==3.0.1
# via flask
Expand Down

0 comments on commit 560e8fa

Please sign in to comment.