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 Jun 3, 2024
1 parent 9d5ba64 commit ccd638f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.117
boto3==1.34.118
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.117
botocore==1.34.118
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ dnspython==2.6.1
# pymongo
email-validator==2.1.1
# via fastapi
emmet-core==0.83.7
emmet-core==0.83.8
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand Down Expand Up @@ -205,13 +205,13 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.2
pydantic==2.7.3
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.3
pydantic-core==2.18.4
# via pydantic
pydantic-settings==2.3.0
# 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 @@ -63,11 +63,11 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.7.2
pydantic==2.7.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.18.3
pydantic-core==2.18.4
# via pydantic
pydantic-settings==2.3.0
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit ccd638f

Please sign in to comment.