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 10, 2024
1 parent 5144d73 commit c66f2f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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.121
boto3==1.34.122
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.121
botocore==1.34.122
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -64,7 +64,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.8.5
ddtrace==2.9.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -179,7 +179,7 @@ orjson==3.10.3
# via
# fastapi
# maggma
packaging==24.0
packaging==24.1
# via
# gunicorn
# matplotlib
Expand Down Expand Up @@ -321,7 +321,7 @@ tqdm==4.66.4
# pymatgen
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# anyio
# asgiref
Expand All @@ -338,7 +338,7 @@ tzdata==2024.1
# via pandas
ujson==5.10.0
# via fastapi
uncertainties==3.2.0
uncertainties==3.2.1
# via pymatgen
urllib3==2.2.1
# via
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
packaging==24.0
packaging==24.1
# via
# matplotlib
# plotly
Expand Down Expand Up @@ -109,14 +109,14 @@ tenacity==8.3.0
# via plotly
tqdm==4.66.4
# via pymatgen
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
# pydantic-core
tzdata==2024.1
# via pandas
uncertainties==3.2.0
uncertainties==3.2.1
# via pymatgen
urllib3==2.2.1
# via requests

0 comments on commit c66f2f1

Please sign in to comment.