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 3, 2024
1 parent 822b544 commit 6723cb3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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.72
boto3==1.35.74
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.72
botocore==1.35.74
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,15 +55,15 @@ dnspython==2.7.0
# via
# maggma
# pymongo
emmet-core==0.84.3rc4
emmet-core==0.84.3rc6
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.6.1
# via ddtrace
fastapi==0.115.5
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
fonttools==4.55.0
fonttools==4.55.1
# via matplotlib
gunicorn==23.0.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -172,7 +172,7 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.10.2
pydantic==2.10.3
# via
# emmet-core
# fastapi
Expand Down Expand Up @@ -224,7 +224,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.21.0
rpds-py==0.22.1
# via
# jsonschema
# referencing
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.0
fonttools==4.55.1
# via matplotlib
idna==3.10
# via requests
Expand Down Expand Up @@ -65,7 +65,7 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.10.2
pydantic==2.10.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
Expand Down

0 comments on commit 6723cb3

Please sign in to comment.