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 Nov 18, 2024
1 parent 0803819 commit 4a4b214
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,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.59
boto3==1.35.63
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.59
botocore==1.35.63
# via
# boto3
# s3transfer
Expand All @@ -47,9 +47,9 @@ cryptography==43.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.16.1
ddtrace==2.16.2
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
deprecated==1.2.15
# via opentelemetry-api
dnspython==2.7.0
# via
Expand All @@ -63,7 +63,7 @@ fastapi==0.115.5
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
fonttools==4.54.1
fonttools==4.55.0
# via matplotlib
gunicorn==23.0.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -101,7 +101,7 @@ matplotlib==3.9.2
# via
# -r python/requirements.txt
# pymatgen
mongomock==4.2.0.post1
mongomock==4.3.0
# via maggma
monty==2024.10.21
# via
Expand Down Expand Up @@ -186,7 +186,7 @@ pydantic-settings==2.6.1
# maggma
pydash==8.0.4
# via maggma
pymatgen==2024.10.29
pymatgen==2024.11.13
# via
# emmet-core
# mp-pyrho
Expand Down Expand Up @@ -246,7 +246,7 @@ scipy==1.14.1
# scikit-image
sentinels==1.0.0
# via mongomock
setproctitle==1.3.3
setproctitle==1.3.4
# via emmet-api (emmet/emmet-api/setup.py)
shapely==2.0.6
# via
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 @@ -14,7 +14,7 @@ contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.54.1
fonttools==4.55.0
# via matplotlib
idna==3.10
# via requests
Expand Down Expand Up @@ -73,7 +73,7 @@ pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.10.29
pymatgen==2024.11.13
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.2.0
# via matplotlib
Expand Down

0 comments on commit 4a4b214

Please sign in to comment.