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 Feb 12, 2024
1 parent 314be5c commit 646026f
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 @@ -24,11 +24,11 @@ bcrypt==4.1.2
# via paramiko
blinker==1.7.0
# via flask
boto3==1.34.38
boto3==1.34.39
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.38
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -262,7 +262,7 @@ six==1.16.0
# python-dateutil
sniffio==1.3.0
# via anyio
spglib==2.3.0
spglib==2.3.1
# via pymatgen
sshtunnel==0.4.0
# via maggma
Expand All @@ -274,7 +274,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.1
tqdm==4.66.2
# via
# maggma
# pymatgen
Expand All @@ -290,15 +290,15 @@ typing-extensions==4.9.0
# pydantic-core
# pydash
# uvicorn
tzdata==2023.4
tzdata==2024.1
# via pandas
uncertainties==3.1.7
# via pymatgen
urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.27.0.post1
uvicorn==0.27.1
# via maggma
werkzeug==3.0.1
# via flask
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 @@ -102,22 +102,22 @@ six==1.16.0
# latexcodec
# pybtex
# python-dateutil
spglib==2.3.0
spglib==2.3.1
# via pymatgen
sympy==1.12
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.1
tqdm==4.66.2
# via pymatgen
typing-extensions==4.9.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
# pydantic-core
tzdata==2023.4
tzdata==2024.1
# via pandas
uncertainties==3.1.7
# via pymatgen
Expand Down

0 comments on commit 646026f

Please sign in to comment.