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 15, 2024
1 parent d550860 commit 13dc5e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.82
boto3==1.34.84
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.82
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -191,7 +191,7 @@ pydantic-settings==2.2.1
# maggma
pydash==8.0.0
# via maggma
pymatgen==2024.3.1
pymatgen==2024.4.13
# via
# emmet-core
# pymatgen-analysis-alloys
Expand All @@ -217,7 +217,7 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
pyzmq==25.1.2
pyzmq==26.0.0
# via maggma
referencing==0.34.0
# via
Expand Down Expand Up @@ -261,7 +261,7 @@ sniffio==1.3.1
# via anyio
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
sqlparse==0.5.0
# via ddtrace
sshtunnel==0.4.0
# via maggma
Expand Down
2 changes: 1 addition & 1 deletion emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pydantic-core==2.18.1
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.3.1
pymatgen==2024.4.13
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.2
# via matplotlib
Expand Down

0 comments on commit 13dc5e0

Please sign in to comment.