From 97801d0d590484fa9829f31f5b3a4703200a54ea Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Dec 2024 17:10:38 +0000 Subject: [PATCH] upgrade dependencies for deployment --- emmet-api/requirements/deployment.txt | 9 +++++---- emmet-core/requirements/deployment.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/emmet-api/requirements/deployment.txt b/emmet-api/requirements/deployment.txt index 07fd5750e6..b47c9a1b42 100644 --- a/emmet-api/requirements/deployment.txt +++ b/emmet-api/requirements/deployment.txt @@ -8,7 +8,7 @@ aioitertools==0.12.0 # via maggma annotated-types==0.7.0 # via pydantic -anyio==4.6.2.post1 +anyio==4.7.0 # via starlette asgi-logger==0.1.0 # via emmet-api (emmet/emmet-api/setup.py) @@ -21,11 +21,11 @@ attrs==24.2.0 # referencing bcrypt==4.2.1 # via paramiko -boto3==1.35.75 +boto3==1.35.76 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -botocore==1.35.75 +botocore==1.35.76 # via # boto3 # s3transfer @@ -63,7 +63,7 @@ fastapi==0.115.6 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -fonttools==4.55.1 +fonttools==4.55.2 # via matplotlib gunicorn==23.0.0 # via emmet-api (emmet/emmet-api/setup.py) @@ -278,6 +278,7 @@ tqdm==4.67.1 # pymatgen typing-extensions==4.12.2 # via + # anyio # ddtrace # emmet-core # fastapi diff --git a/emmet-core/requirements/deployment.txt b/emmet-core/requirements/deployment.txt index 792b1be927..584ea0f225 100644 --- a/emmet-core/requirements/deployment.txt +++ b/emmet-core/requirements/deployment.txt @@ -14,7 +14,7 @@ contourpy==1.3.1 # via matplotlib cycler==0.12.1 # via matplotlib -fonttools==4.55.1 +fonttools==4.55.2 # via matplotlib idna==3.10 # via requests