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 11, 2024
1 parent ce3e927 commit b8a3e45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.54
boto3==1.35.57
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -136,11 +136,11 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.28.0
opentelemetry-api==1.28.1
# via ddtrace
orjson==3.10.11
# via maggma
packaging==24.1
packaging==24.2
# via
# gunicorn
# lazy-loader
Expand Down Expand Up @@ -224,7 +224,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -272,7 +272,7 @@ tenacity==9.0.0
# via plotly
tifffile==2024.9.20
# via scikit-image
tqdm==4.66.6
tqdm==4.67.0
# via
# maggma
# pymatgen
Expand Down Expand Up @@ -300,7 +300,7 @@ wrapt==1.16.0
# deprecated
xmltodict==0.14.2
# via ddtrace
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
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 @@ -47,7 +47,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
packaging==24.1
packaging==24.2
# via
# matplotlib
# plotly
Expand Down Expand Up @@ -111,7 +111,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
tqdm==4.66.6
tqdm==4.67.0
# via pymatgen
typing-extensions==4.12.2
# via
Expand Down

0 comments on commit b8a3e45

Please sign in to comment.