From 13dc5e073c29070d05822f06c2136ee4e6011874 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Apr 2024 17:11:01 +0000 Subject: [PATCH] upgrade dependencies for deployment --- emmet-api/requirements/deployment.txt | 10 +++++----- emmet-core/requirements/deployment.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/emmet-api/requirements/deployment.txt b/emmet-api/requirements/deployment.txt index 2ee764081e..7f1aaa5e01 100644 --- a/emmet-api/requirements/deployment.txt +++ b/emmet-api/requirements/deployment.txt @@ -24,11 +24,11 @@ bcrypt==4.1.2 # via paramiko blinker==1.7.0 # via flask -boto3==1.34.82 +boto3==1.34.84 # via # emmet-api (emmet/emmet-api/setup.py) # maggma -botocore==1.34.82 +botocore==1.34.84 # via # boto3 # s3transfer @@ -191,7 +191,7 @@ pydantic-settings==2.2.1 # maggma pydash==8.0.0 # via maggma -pymatgen==2024.3.1 +pymatgen==2024.4.13 # via # emmet-core # pymatgen-analysis-alloys @@ -217,7 +217,7 @@ pytz==2024.1 # via pandas pyyaml==6.0.1 # via pybtex -pyzmq==25.1.2 +pyzmq==26.0.0 # via maggma referencing==0.34.0 # via @@ -261,7 +261,7 @@ sniffio==1.3.1 # via anyio spglib==2.4.0 # via pymatgen -sqlparse==0.4.4 +sqlparse==0.5.0 # via ddtrace sshtunnel==0.4.0 # via maggma diff --git a/emmet-core/requirements/deployment.txt b/emmet-core/requirements/deployment.txt index 183985b3b1..f34b185fc4 100644 --- a/emmet-core/requirements/deployment.txt +++ b/emmet-core/requirements/deployment.txt @@ -73,7 +73,7 @@ pydantic-core==2.18.1 # via pydantic pydantic-settings==2.2.1 # via emmet-core (emmet/emmet-core/setup.py) -pymatgen==2024.3.1 +pymatgen==2024.4.13 # via emmet-core (emmet/emmet-core/setup.py) pyparsing==3.1.2 # via matplotlib