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 Apr 29, 2024
1 parent e6749c4 commit 498a968
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ attrs==23.2.0
# referencing
bcrypt==4.1.2
# via paramiko
blinker==1.7.0
blinker==1.8.1
# via flask
boto3==1.34.88
boto3==1.34.93
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.88
botocore==1.34.93
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.1
ddtrace==2.8.3
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -177,27 +177,27 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.0
pydantic==2.7.1
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via
# emmet-core
# maggma
pydash==8.0.0
pydash==8.0.1
# via maggma
pymatgen==2024.4.13
# via
# emmet-core
# pymatgen-analysis-alloys
pymatgen-analysis-alloys==0.0.6
# via emmet-api (emmet/emmet-api/setup.py)
pymongo==4.6.3
pymongo==4.7.0
# via
# maggma
# mongogrant
Expand All @@ -219,7 +219,7 @@ pyyaml==6.0.1
# via pybtex
pyzmq==26.0.2
# via maggma
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
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.7.0
pydantic==2.7.1
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 498a968

Please sign in to comment.