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 May 7, 2024
1 parent 3cf0d2b commit 39be2f6
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 @@ -27,11 +27,11 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.98
boto3==1.34.99
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.98
botocore==1.34.99
# 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.3
ddtrace==2.8.4
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -88,7 +88,7 @@ fastapi==0.111.0
# emmet-api (emmet/emmet-api/setup.py)
# fastapi-cli
# maggma
fastapi-cli==0.0.2
fastapi-cli==0.0.3
# via fastapi
flask==3.0.3
# via mongogrant
Expand Down Expand Up @@ -316,7 +316,7 @@ sympy==1.12
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
tenacity==8.3.0
# via plotly
tqdm==4.66.4
# via
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 @@ -107,7 +107,7 @@ sympy==1.12
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
tenacity==8.3.0
# via plotly
tqdm==4.66.4
# via pymatgen
Expand Down

0 comments on commit 39be2f6

Please sign in to comment.