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 22, 2023
1 parent dd4eab7 commit 732ffad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.29.5
boto3==1.29.6
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.32.5
botocore==1.32.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -216,14 +216,14 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==2.5.1
pydantic==2.5.2
# via
# emmet-core
# fastapi
# inflect
# maggma
# pydantic-settings
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pydantic-settings==2.1.0
# via
Expand Down
8 changes: 4 additions & 4 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.29.5
boto3==1.29.6
# via maggma
botocore==1.32.5
botocore==1.32.6
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -267,14 +267,14 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==2.5.1
pydantic==2.5.2
# via
# emmet-core
# fastapi
# inflect
# maggma
# pydantic-settings
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pydantic-settings==2.1.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 @@ -65,11 +65,11 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.5.1
pydantic==2.5.2
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.14.3
pydantic-core==2.14.5
# via pydantic
pydantic-settings==2.1.0
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 732ffad

Please sign in to comment.