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 5, 2024
1 parent 505799e commit 1ec72fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 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.76
boto3==1.34.79
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.76
botocore==1.34.79
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,15 +57,15 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.7.5
ddtrace==2.8.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.82.0
emmet-core==0.82.1
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand All @@ -79,7 +79,7 @@ fastapi==0.110.1
# maggma
flask==3.0.2
# via mongogrant
fonttools==4.50.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand Down Expand Up @@ -117,7 +117,7 @@ markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.3
matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -239,7 +239,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.1
# via boto3
scipy==1.12.0
scipy==1.13.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -277,7 +277,7 @@ tqdm==4.66.2
# via
# maggma
# pymatgen
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# anyio
# asgiref
Expand Down
8 changes: 4 additions & 4 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.50.0
fonttools==4.51.0
# via matplotlib
future==1.0.0
# via uncertainties
Expand All @@ -26,7 +26,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
matplotlib==3.8.3
matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -93,7 +93,7 @@ ruamel-yaml==0.18.6
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.12.0
scipy==1.13.0
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -111,7 +111,7 @@ tenacity==8.2.3
# via plotly
tqdm==4.66.2
# via pymatgen
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
Expand Down

0 comments on commit 1ec72fe

Please sign in to comment.