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 3, 2024
1 parent b8cf897 commit 51bcc82
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
36 changes: 17 additions & 19 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ bcrypt==4.1.3
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.113
boto3==1.34.117
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.113
botocore==1.34.117
# via
# boto3
# s3transfer
bytecode==0.15.1
# via ddtrace
cattrs==23.2.3
# via ddtrace
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand Down Expand Up @@ -75,7 +75,7 @@ dnspython==2.6.1
# pymongo
email-validator==2.1.1
# via fastapi
emmet-core==0.83.6
emmet-core==0.83.7
# via emmet-api (emmet/emmet-api/setup.py)
envier==0.5.1
# via ddtrace
Expand All @@ -91,10 +91,8 @@ fastapi-cli==0.0.4
# via fastapi
flask==3.0.3
# via mongogrant
fonttools==4.52.1
fonttools==4.53.0
# via matplotlib
future==1.0.0
# via uncertainties
gunicorn==22.0.0
# via emmet-api (emmet/emmet-api/setup.py)
h11==0.14.0
Expand All @@ -113,7 +111,7 @@ idna==3.7
# email-validator
# httpx
# requests
importlib-metadata==7.0.0
importlib-metadata==7.1.0
# via opentelemetry-api
itsdangerous==2.2.0
# via flask
Expand Down Expand Up @@ -175,7 +173,7 @@ numpy==1.26.4
# scipy
# shapely
# spglib
opentelemetry-api==1.24.0
opentelemetry-api==1.25.0
# via ddtrace
orjson==3.10.3
# via
Expand Down Expand Up @@ -207,23 +205,23 @@ pybtex==0.24.0
# pymatgen
pycparser==2.22
# via cffi
pydantic==2.7.1
pydantic==2.7.2
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.18.2
pydantic-core==2.18.3
# via pydantic
pydantic-settings==2.2.1
pydantic-settings==2.3.0
# via
# emmet-core
# maggma
pydash==8.0.1
# via maggma
pygments==2.18.0
# via rich
pymatgen==2024.5.1
pymatgen==2024.4.13
# via
# emmet-core
# pymatgen-analysis-alloys
Expand Down Expand Up @@ -261,7 +259,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.2
requests==2.32.3
# via
# mongogrant
# pymatgen
Expand Down Expand Up @@ -311,7 +309,7 @@ sshtunnel==0.4.0
# via maggma
starlette==0.37.2
# via fastapi
sympy==1.12
sympy==1.12.1
# via pymatgen
tabulate==0.9.0
# via pymatgen
Expand All @@ -323,7 +321,7 @@ tqdm==4.66.4
# pymatgen
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# anyio
# asgiref
Expand All @@ -340,13 +338,13 @@ tzdata==2024.1
# via pandas
ujson==5.10.0
# via fastapi
uncertainties==3.1.7
uncertainties==3.2.0
# via pymatgen
urllib3==2.2.1
# via
# botocore
# requests
uvicorn[standard]==0.29.0
uvicorn[standard]==0.30.1
# via
# fastapi
# maggma
Expand All @@ -362,7 +360,7 @@ wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.19.0
zipp==3.19.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 9 additions & 11 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
#
annotated-types==0.7.0
# via pydantic
certifi==2024.2.2
certifi==2024.6.2
# via requests
charset-normalizer==3.3.2
# via requests
contourpy==1.2.1
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.52.1
fonttools==4.53.0
# via matplotlib
future==1.0.0
# via uncertainties
idna==3.7
# via requests
joblib==1.4.2
Expand Down Expand Up @@ -65,13 +63,13 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.7.1
pydantic==2.7.2
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.18.2
pydantic-core==2.18.3
# via pydantic
pydantic-settings==2.2.1
pydantic-settings==2.3.0
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.4.13
# via emmet-core (emmet/emmet-core/setup.py)
Expand All @@ -87,7 +85,7 @@ pytz==2024.1
# via pandas
pyyaml==6.0.1
# via pybtex
requests==2.32.2
requests==2.32.3
# via pymatgen
ruamel-yaml==0.18.6
# via pymatgen
Expand All @@ -103,22 +101,22 @@ six==1.16.0
# python-dateutil
spglib==2.4.0
# via pymatgen
sympy==1.12
sympy==1.12.1
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.3.0
# via plotly
tqdm==4.66.4
# via pymatgen
typing-extensions==4.12.0
typing-extensions==4.12.1
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
# pydantic-core
tzdata==2024.1
# via pandas
uncertainties==3.1.7
uncertainties==3.2.0
# via pymatgen
urllib3==2.2.1
# via requests

0 comments on commit 51bcc82

Please sign in to comment.