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 Mar 27, 2023
1 parent 33fee8b commit 052790f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ attrs==22.2.0
# jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.94
boto3==1.26.99
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.94
botocore==1.29.99
# via
# boto3
# s3transfer
Expand All @@ -42,19 +42,19 @@ click==8.1.3
# uvicorn-tschaume
contourpy==1.0.7
# via matplotlib
cryptography==39.0.2
cryptography==40.0.1
# via paramiko
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.9.3
ddtrace==1.10.1
# via emmet-api (emmet/emmet-api/setup.py)
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.51.0
emmet-core[all]==0.51.3
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand Down Expand Up @@ -159,7 +159,7 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.8.7
orjson==3.8.8
# via maggma
packaging==23.0
# via
Expand Down Expand Up @@ -192,15 +192,15 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==1.10.6
pydantic==1.10.7
# via
# emmet-core
# fastapi
# inflect
# maggma
pydash==6.0.2
# via maggma
pymatgen==2023.3.10
pymatgen==2023.3.23
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -229,7 +229,7 @@ python-dateutil==2.8.2
# maggma
# matplotlib
# pandas
pytz==2022.7.1
pytz==2023.2
# via pandas
pyyaml==6.0
# via pybtex
Expand Down
16 changes: 8 additions & 8 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==22.2.0
# via jsonschema
bcrypt==4.0.1
# via paramiko
boto3==1.26.94
boto3==1.26.99
# via maggma
botocore==1.29.94
botocore==1.29.99
# via
# boto3
# s3transfer
Expand All @@ -32,15 +32,15 @@ click==8.1.3
# mongogrant
contourpy==1.0.7
# via matplotlib
cryptography==39.0.2
cryptography==40.0.1
# via paramiko
cycler==0.11.0
# via matplotlib
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.51.0
emmet-core[all]==0.51.3
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand Down Expand Up @@ -135,7 +135,7 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.8.7
orjson==3.8.8
# via maggma
packaging==23.0
# via
Expand Down Expand Up @@ -163,15 +163,15 @@ pybtex==0.24.0
# robocrys
pycparser==2.21
# via cffi
pydantic==1.10.6
pydantic==1.10.7
# via
# emmet-core
# fastapi
# inflect
# maggma
pydash==6.0.2
# via maggma
pymatgen==2023.3.10
pymatgen==2023.3.23
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -200,7 +200,7 @@ python-dateutil==2.8.2
# maggma
# matplotlib
# pandas
pytz==2022.7.1
pytz==2023.2
# via pandas
pyyaml==6.0
# via pybtex
Expand Down
10 changes: 5 additions & 5 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contourpy==1.0.7
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.51.0
emmet-core==0.50.0
# via mp-api
fonttools==4.39.2
# via matplotlib
Expand All @@ -36,7 +36,7 @@ monty==2022.9.9
# emmet-core (emmet/emmet-core/setup.py)
# mp-api
# pymatgen
mp-api==0.30.10
mp-api==0.30.11
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -70,11 +70,11 @@ pybtex==0.24.0
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
pydantic==1.10.6
pydantic==1.10.7
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
pymatgen==2023.3.10
pymatgen==2023.3.23
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand All @@ -85,7 +85,7 @@ python-dateutil==2.8.2
# via
# matplotlib
# pandas
pytz==2022.7.1
pytz==2023.2
# via pandas
pyyaml==6.0
# via pybtex
Expand Down

0 comments on commit 052790f

Please sign in to comment.