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 Dec 10, 2024
1 parent 3248b93 commit 2850ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.1
# via paramiko
boto3==1.35.76
boto3==1.35.78
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.76
botocore==1.35.78
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -63,7 +63,7 @@ fastapi==0.115.6
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
fonttools==4.55.2
fonttools==4.55.3
# via matplotlib
gunicorn==23.0.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -103,7 +103,7 @@ matplotlib==3.9.3
# pymatgen
mongomock==4.3.0
# via maggma
monty==2024.10.21
monty==2024.12.10
# via
# emmet-core
# maggma
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.55.2
fonttools==4.55.3
# via matplotlib
idna==3.10
# via requests
Expand All @@ -28,7 +28,7 @@ matplotlib==3.9.3
# via
# -r python/requirements.txt
# pymatgen
monty==2024.10.21
monty==2024.12.10
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down

0 comments on commit 2850ad9

Please sign in to comment.