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 1, 2024
1 parent 58eb77d commit 8e59160
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
20 changes: 11 additions & 9 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.49
boto3==1.34.54
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.49
botocore==1.34.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,15 +57,15 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.6.5
ddtrace==2.7.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.78.0rc4
emmet-core==0.78.6
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand Down Expand Up @@ -111,7 +111,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.63.3
maggma==0.63.4
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.5
# via
Expand All @@ -132,7 +132,7 @@ monty==2024.2.26
# pymatgen
mpmath==1.3.0
# via sympy
msgpack==1.0.7
msgpack==1.0.8
# via maggma
networkx==3.2.1
# via pymatgen
Expand Down Expand Up @@ -179,7 +179,7 @@ pybtex==0.24.0
# pymatgen
pycparser==2.21
# via cffi
pydantic==2.6.2
pydantic==2.6.3
# via
# emmet-core
# fastapi
Expand All @@ -193,7 +193,7 @@ pydantic-settings==2.2.1
# maggma
pydash==7.0.7
# via maggma
pymatgen==2024.2.23
pymatgen==2024.3.1
# via
# emmet-core
# pymatgen-analysis-alloys
Expand All @@ -207,7 +207,7 @@ pynacl==1.5.0
# via paramiko
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# botocore
# maggma
Expand Down Expand Up @@ -264,6 +264,8 @@ sniffio==1.3.1
# via anyio
spglib==2.3.1
# via pymatgen
sqlparse==0.4.4
# via ddtrace
sshtunnel==0.4.0
# via maggma
starlette==0.36.3
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 @@ -65,19 +65,19 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.6.2
pydantic==2.6.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.16.3
# via pydantic
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.2.23
pymatgen==2024.3.1
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
Expand Down

0 comments on commit 8e59160

Please sign in to comment.