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 Mar 11, 2024
1 parent 876cfc4 commit 183d74c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
15 changes: 7 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.54
boto3==1.34.59
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.54
botocore==1.34.59
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.7.0
ddtrace==2.7.2
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -109,7 +109,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
latexcodec==3.0.0
# via pybtex
maggma==0.63.4
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -151,7 +151,7 @@ opentelemetry-api==1.23.0
# via ddtrace
orjson==3.9.15
# via maggma
packaging==23.2
packaging==24.0
# via
# gunicorn
# matplotlib
Expand Down Expand Up @@ -205,7 +205,7 @@ pymongo==4.6.2
# mongogrant
pynacl==1.5.0
# via paramiko
pyparsing==3.1.1
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -257,7 +257,6 @@ six==1.16.0
# via
# ddsketch
# ddtrace
# latexcodec
# pybtex
# python-dateutil
sniffio==1.3.1
Expand Down Expand Up @@ -300,7 +299,7 @@ urllib3==2.0.7
# via
# botocore
# requests
uvicorn==0.27.1
uvicorn==0.28.0
# via maggma
werkzeug==3.0.1
# via flask
Expand Down
7 changes: 3 additions & 4 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ joblib==1.3.2
# via pymatgen
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
latexcodec==3.0.0
# via pybtex
matplotlib==3.8.3
# via
Expand All @@ -47,7 +47,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
packaging==23.2
packaging==24.0
# via
# matplotlib
# plotly
Expand Down Expand Up @@ -75,7 +75,7 @@ pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.3.1
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.1
pyparsing==3.1.2
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand All @@ -99,7 +99,6 @@ scipy==1.12.0
# pymatgen
six==1.16.0
# via
# latexcodec
# pybtex
# python-dateutil
spglib==2.3.1
Expand Down

0 comments on commit 183d74c

Please sign in to comment.