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 Jun 12, 2024
1 parent 487cb1d commit 703cf7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.122
boto3==1.34.125
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.122
botocore==1.34.125
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -64,7 +64,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==3.0.1
# via ddtrace
ddtrace==2.9.0
ddtrace==2.9.1
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -75,7 +75,7 @@ dnspython==2.6.1
# pymongo
email-validator==2.1.1
# via fastapi
emmet-core==0.83.8
emmet-core==0.83.9
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand Down Expand Up @@ -133,7 +133,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==3.0.0
# via pybtex
maggma==0.67.0
maggma==0.68.4
# via emmet-api (emmet/emmet-api/setup.py)
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -175,7 +175,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.25.0
# via ddtrace
orjson==3.10.3
orjson==3.10.4
# via
# fastapi
# maggma
Expand Down Expand Up @@ -205,15 +205,15 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.3
pydantic==2.7.4
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.4
# via pydantic
pydantic-settings==2.3.1
pydantic-settings==2.3.2
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -303,8 +303,6 @@ sniffio==1.3.1
# httpx
spglib==2.4.0
# via pymatgen
sqlparse==0.5.0
# via ddtrace
sshtunnel==0.4.0
# via maggma
starlette==0.37.2
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 @@ -63,13 +63,13 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.7.3
pydantic==2.7.4
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.18.4
# via pydantic
pydantic-settings==2.3.1
pydantic-settings==2.3.2
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.4.13
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down

0 comments on commit 703cf7c

Please sign in to comment.