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 Oct 28, 2024
1 parent 7e0ad85 commit 0fdcf93
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.46
boto3==1.35.49
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.46
botocore==1.35.49
# via
# boto3
# s3transfer
bytecode==0.15.1
bytecode==0.16.0
# via ddtrace
certifi==2024.8.30
# via requests
Expand Down Expand Up @@ -59,7 +59,7 @@ emmet-core==0.84.3rc3
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.6.1
# via ddtrace
fastapi==0.115.3
fastapi==0.115.4
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
Expand Down Expand Up @@ -164,7 +164,7 @@ pillow==11.0.0
# scikit-image
plotly==5.24.1
# via pymatgen
protobuf==5.28.2
protobuf==5.28.3
# via ddtrace
pybtex==0.24.0
# via
Expand All @@ -186,7 +186,7 @@ pydantic-settings==2.6.0
# maggma
pydash==8.0.3
# via maggma
pymatgen==2024.10.22
pymatgen==2024.10.27
# via
# emmet-core
# mp-pyrho
Expand Down Expand Up @@ -262,7 +262,7 @@ spglib==2.5.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.41.0
starlette==0.41.2
# via fastapi
sympy==1.13.3
# via pymatgen
Expand All @@ -272,7 +272,7 @@ tenacity==9.0.0
# via plotly
tifffile==2024.9.20
# via scikit-image
tqdm==4.66.5
tqdm==4.66.6
# via
# maggma
# pymatgen
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.10.22
pymatgen==2024.10.27
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.2.0
# via matplotlib
Expand Down Expand Up @@ -111,7 +111,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
tqdm==4.66.5
tqdm==4.66.6
# via pymatgen
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit 0fdcf93

Please sign in to comment.