From 498a9680291b16416336a97b65dd6efbd2a58ef3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Apr 2024 17:11:00 +0000 Subject: [PATCH] upgrade dependencies for deployment --- emmet-api/requirements/deployment.txt | 18 +++++++++--------- emmet-core/requirements/deployment.txt | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/emmet-api/requirements/deployment.txt b/emmet-api/requirements/deployment.txt index 87c96e9f9c..55d0ae0a04 100644 --- a/emmet-api/requirements/deployment.txt +++ b/emmet-api/requirements/deployment.txt @@ -22,13 +22,13 @@ attrs==23.2.0 # referencing bcrypt==4.1.2 # via paramiko -blinker==1.7.0 +blinker==1.8.1 # via flask -boto3==1.34.88 +boto3==1.34.93 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -botocore==1.34.88 +botocore==1.34.93 # via # boto3 # s3transfer @@ -57,7 +57,7 @@ cycler==0.12.1 # via matplotlib ddsketch==3.0.1 # via ddtrace -ddtrace==2.8.1 +ddtrace==2.8.3 # via emmet-api (emmet/emmet-api/setup.py) deprecated==1.2.14 # via opentelemetry-api @@ -177,19 +177,19 @@ pybtex==0.24.0 # pymatgen pycparser==2.22 # via cffi -pydantic==2.7.0 +pydantic==2.7.1 # via # emmet-core # fastapi # maggma # pydantic-settings -pydantic-core==2.18.1 +pydantic-core==2.18.2 # via pydantic pydantic-settings==2.2.1 # via # emmet-core # maggma -pydash==8.0.0 +pydash==8.0.1 # via maggma pymatgen==2024.4.13 # via @@ -197,7 +197,7 @@ pymatgen==2024.4.13 # pymatgen-analysis-alloys pymatgen-analysis-alloys==0.0.6 # via emmet-api (emmet/emmet-api/setup.py) -pymongo==4.6.3 +pymongo==4.7.0 # via # maggma # mongogrant @@ -219,7 +219,7 @@ pyyaml==6.0.1 # via pybtex pyzmq==26.0.2 # via maggma -referencing==0.34.0 +referencing==0.35.0 # via # jsonschema # jsonschema-specifications diff --git a/emmet-core/requirements/deployment.txt b/emmet-core/requirements/deployment.txt index d723674987..088998d5f1 100644 --- a/emmet-core/requirements/deployment.txt +++ b/emmet-core/requirements/deployment.txt @@ -65,11 +65,11 @@ pybtex==0.24.0 # via # emmet-core (emmet/emmet-core/setup.py) # pymatgen -pydantic==2.7.0 +pydantic==2.7.1 # via # emmet-core (emmet/emmet-core/setup.py) # pydantic-settings -pydantic-core==2.18.1 +pydantic-core==2.18.2 # via pydantic pydantic-settings==2.2.1 # via emmet-core (emmet/emmet-core/setup.py)