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 Nov 25, 2024
1 parent b455326 commit a705a61
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ attrs==24.2.0
# jsonlines
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via paramiko
boto3==1.35.63
boto3==1.35.68
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.63
botocore==1.35.68
# via
# boto3
# s3transfer
Expand All @@ -47,15 +47,15 @@ cryptography==43.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.16.2
ddtrace==2.17.0
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.15
# via opentelemetry-api
dnspython==2.7.0
# via
# maggma
# pymongo
emmet-core==0.84.3rc3
emmet-core==0.84.3rc4
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.6.1
# via ddtrace
Expand Down Expand Up @@ -136,9 +136,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.28.1
opentelemetry-api==1.28.2
# via ddtrace
orjson==3.10.11
orjson==3.10.12
# via maggma
packaging==24.2
# via
Expand Down Expand Up @@ -172,13 +172,13 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.9.2
pydantic==2.10.1
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ ruamel-yaml==0.18.6
# pymatgen
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
scikit-image==0.24.0
# via pymatgen-analysis-defects
Expand All @@ -262,7 +262,7 @@ spglib==2.5.0
# via pymatgen
sshtunnel==0.4.0
# via maggma
starlette==0.41.2
starlette==0.41.3
# via fastapi
sympy==1.13.3
# via pymatgen
Expand All @@ -272,7 +272,7 @@ tenacity==9.0.0
# via plotly
tifffile==2024.9.20
# via scikit-image
tqdm==4.67.0
tqdm==4.67.1
# via
# maggma
# pymatgen
Expand All @@ -292,9 +292,9 @@ urllib3==2.2.3
# via
# botocore
# requests
uvicorn==0.32.0
uvicorn==0.32.1
# via maggma
wrapt==1.16.0
wrapt==1.17.0
# via
# ddtrace
# deprecated
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,11 +65,11 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.9.2
pydantic==2.10.1
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.23.4
pydantic-core==2.27.1
# via pydantic
pydantic-settings==2.6.1
# via emmet-core (emmet/emmet-core/setup.py)
Expand Down Expand Up @@ -111,7 +111,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
tqdm==4.67.0
tqdm==4.67.1
# via pymatgen
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit a705a61

Please sign in to comment.