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 16, 2024
1 parent ed63b5d commit 479baae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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.42
boto3==1.34.44
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.42
botocore==1.34.44
# via
# boto3
# s3transfer
Expand All @@ -51,21 +51,21 @@ click==8.1.7
# uvicorn
contourpy==1.2.0
# via matplotlib
cryptography==42.0.2
cryptography==42.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.6.2
ddtrace==2.6.3
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.5.0
dnspython==2.6.0
# via
# maggma
# pymongo
emmet-core==0.78.0rc3
emmet-core==0.78.0rc4
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand All @@ -79,7 +79,7 @@ fastapi==0.109.2
# maggma
flask==3.0.2
# via mongogrant
fonttools==4.48.1
fonttools==4.49.0
# via matplotlib
future==0.18.3
# via uncertainties
Expand Down Expand Up @@ -111,13 +111,13 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.63.1
maggma==0.63.2
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.2
matplotlib==3.8.3
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -169,7 +169,7 @@ pillow==10.2.0
# via matplotlib
plotly==5.19.0
# via pymatgen
protobuf==4.25.2
protobuf==4.25.3
# via
# ddsketch
# ddtrace
Expand All @@ -187,7 +187,7 @@ pydantic==2.6.1
# pydantic-settings
pydantic-core==2.16.2
# via pydantic
pydantic-settings==2.1.0
pydantic-settings==2.2.0
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -249,7 +249,7 @@ sentinels==1.0.0
# via mongomock
setproctitle==1.3.3
# via emmet-api (emmet/emmet-api/setup.py)
shapely==2.0.2
shapely==2.0.3
# via
# emmet-api (emmet/emmet-api/setup.py)
# pymatgen-analysis-alloys
Expand Down
4 changes: 2 additions & 2 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.0
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.48.1
fonttools==4.49.0
# via matplotlib
future==0.18.3
# via uncertainties
Expand Down Expand Up @@ -71,7 +71,7 @@ pydantic==2.6.1
# pydantic-settings
pydantic-core==2.16.2
# via pydantic
pydantic-settings==2.1.0
pydantic-settings==2.2.0
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.2.8
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 479baae

Please sign in to comment.