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 Feb 26, 2024
1 parent 6614352 commit aa9d938
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
36 changes: 18 additions & 18 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.44
boto3==1.34.49
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.34.44
botocore==1.34.49
# via
# boto3
# s3transfer
Expand All @@ -51,13 +51,13 @@ click==8.1.7
# uvicorn
contourpy==1.2.0
# via matplotlib
cryptography==42.0.3
cryptography==42.0.5
# via paramiko
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.6.3
ddtrace==2.6.5
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -73,15 +73,15 @@ exceptiongroup==1.2.0
# via
# anyio
# cattrs
fastapi==0.109.2
fastapi==0.110.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
flask==3.0.2
# via mongogrant
fonttools==4.49.0
# via matplotlib
future==0.18.3
future==1.0.0
# via uncertainties
gunicorn==21.2.0
# via emmet-api (emmet/emmet-api/setup.py)
Expand Down Expand Up @@ -111,7 +111,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.63.2
maggma==0.63.3
# via emmet-api (emmet/emmet-api/setup.py)
markupsafe==2.1.5
# via
Expand All @@ -125,7 +125,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2024.2.2
monty==2024.2.26
# via
# emmet-core
# maggma
Expand All @@ -147,9 +147,9 @@ numpy==1.26.4
# scipy
# shapely
# spglib
opentelemetry-api==1.22.0
opentelemetry-api==1.23.0
# via ddtrace
orjson==3.9.14
orjson==3.9.15
# via maggma
packaging==23.2
# via
Expand All @@ -159,7 +159,7 @@ packaging==23.2
# plotly
palettable==3.3.3
# via pymatgen
pandas==2.2.0
pandas==2.2.1
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -179,27 +179,27 @@ pybtex==0.24.0
# pymatgen
pycparser==2.21
# via cffi
pydantic==2.6.1
pydantic==2.6.2
# via
# emmet-core
# fastapi
# maggma
# pydantic-settings
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pydantic-settings==2.2.0
pydantic-settings==2.2.1
# via
# emmet-core
# maggma
pydash==7.0.7
# via maggma
pymatgen==2024.2.8
pymatgen==2024.2.23
# via
# emmet-core
# pymatgen-analysis-alloys
pymatgen-analysis-alloys==0.0.6
# via emmet-api (emmet/emmet-api/setup.py)
pymongo==4.6.1
pymongo==4.6.2
# via
# maggma
# mongogrant
Expand Down Expand Up @@ -260,7 +260,7 @@ six==1.16.0
# latexcodec
# pybtex
# python-dateutil
sniffio==1.3.0
sniffio==1.3.1
# via anyio
spglib==2.3.1
# via pymatgen
Expand All @@ -278,7 +278,7 @@ tqdm==4.66.2
# via
# maggma
# pymatgen
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# anyio
# asgiref
Expand Down
16 changes: 8 additions & 8 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cycler==0.12.1
# via matplotlib
fonttools==4.49.0
# via matplotlib
future==0.18.3
future==1.0.0
# via uncertainties
idna==3.6
# via requests
Expand All @@ -30,7 +30,7 @@ matplotlib==3.8.3
# via
# -r python/requirements.txt
# pymatgen
monty==2024.2.2
monty==2024.2.26
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand All @@ -53,7 +53,7 @@ packaging==23.2
# plotly
palettable==3.3.3
# via pymatgen
pandas==2.2.0
pandas==2.2.1
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -65,15 +65,15 @@ pybtex==0.24.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==2.6.1
pydantic==2.6.2
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic-settings
pydantic-core==2.16.2
pydantic-core==2.16.3
# via pydantic
pydantic-settings==2.2.0
pydantic-settings==2.2.1
# via emmet-core (emmet/emmet-core/setup.py)
pymatgen==2024.2.8
pymatgen==2024.2.23
# via emmet-core (emmet/emmet-core/setup.py)
pyparsing==3.1.1
# via matplotlib
Expand Down Expand Up @@ -112,7 +112,7 @@ tenacity==8.2.3
# via plotly
tqdm==4.66.2
# via pymatgen
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# emmet-core (emmet/emmet-core/setup.py)
# pydantic
Expand Down

0 comments on commit aa9d938

Please sign in to comment.