From 00b5fcf41376ef09d5f9b9f9f1ab674c673dbecd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 24 Sep 2024 21:01:38 +0000 Subject: [PATCH] upgrade dependencies for deployment --- emmet-api/requirements/deployment.txt | 8 ++++---- emmet-core/requirements/deployment.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/emmet-api/requirements/deployment.txt b/emmet-api/requirements/deployment.txt index 322d051239..27ce98b05c 100644 --- a/emmet-api/requirements/deployment.txt +++ b/emmet-api/requirements/deployment.txt @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.0 # via paramiko -boto3==1.35.25 +boto3==1.35.26 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -botocore==1.35.25 +botocore==1.35.26 # via # boto3 # s3transfer @@ -47,7 +47,7 @@ cryptography==43.0.1 # via paramiko cycler==0.12.1 # via matplotlib -ddtrace==2.12.2 +ddtrace==2.13.0 # via emmet-api (emmet/emmet-api/setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -65,7 +65,7 @@ fastapi==0.115.0 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -fonttools==4.54.0 +fonttools==4.54.1 # via matplotlib gunicorn==23.0.0 # via emmet-api (emmet/emmet-api/setup.py) diff --git a/emmet-core/requirements/deployment.txt b/emmet-core/requirements/deployment.txt index 2f7ae59fad..8065e169a6 100644 --- a/emmet-core/requirements/deployment.txt +++ b/emmet-core/requirements/deployment.txt @@ -14,7 +14,7 @@ contourpy==1.3.0 # via matplotlib cycler==0.12.1 # via matplotlib -fonttools==4.54.0 +fonttools==4.54.1 # via matplotlib idna==3.10 # via requests