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 Sep 19, 2024
1 parent 6eda7b7 commit 3afe98b
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 @@ -8,7 +8,7 @@ aioitertools==0.12.0
# via maggma
annotated-types==0.7.0
# via pydantic
anyio==4.4.0
anyio==4.5.0
# via starlette
asgi-logger==0.1.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand All @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.21
boto3==1.35.22
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.21
botocore==1.35.22
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc7
emmet-core==0.84.2rc9
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.2
# via ddtrace
Expand Down Expand Up @@ -165,7 +165,7 @@ pillow==10.4.0
# scikit-image
plotly==5.24.1
# via pymatgen
protobuf==5.28.1
protobuf==5.28.2
# via ddtrace
pybtex==0.24.0
# via
Expand All @@ -187,7 +187,7 @@ pydantic-settings==2.5.2
# maggma
pydash==8.0.3
# via maggma
pymatgen==2024.9.17
pymatgen==2024.9.17.1
# via
# emmet-core
# mp-pyrho
Expand All @@ -197,7 +197,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-api (emmet/emmet-api/setup.py)
pymatgen-analysis-defects==2024.7.19
# via emmet-api (emmet/emmet-api/setup.py)
pymongo==4.8.0
pymongo==4.9.1
# via maggma
pynacl==1.5.0
# via paramiko
Expand Down Expand Up @@ -264,7 +264,7 @@ sshtunnel==0.4.0
# via maggma
starlette==0.38.5
# via fastapi
sympy==1.13.2
sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via 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 @@ -72,7 +72,7 @@ pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.5.2
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.9.17
pymatgen==2024.9.17.1
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.4
# via matplotlib
Expand Down Expand Up @@ -102,7 +102,7 @@ six==1.16.0
# python-dateutil
spglib==2.5.0
# via pymatgen
sympy==1.13.2
sympy==1.13.3
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand Down

0 comments on commit 3afe98b

Please sign in to comment.