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 Aug 10, 2023
1 parent 677286d commit 9e9e8c2
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.20
boto3==1.28.24
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.20
botocore==1.31.24
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,11 +55,11 @@ ddtrace==1.17.3
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.1
dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.63.1
emmet-core[all]==0.64.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand Down Expand Up @@ -101,7 +101,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.1
joblib==1.3.2
# via
# pymatgen
# pymatgen-analysis-diffusion
Expand Down Expand Up @@ -130,7 +130,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.5.8
monty==2023.8.8
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -167,7 +167,7 @@ numpy==1.21.6
# spglib
opentelemetry-api==1.19.0
# via ddtrace
orjson==3.9.3
orjson==3.9.4
# via maggma
packaging==23.1
# via
Expand All @@ -188,7 +188,7 @@ pillow==10.0.0
# via matplotlib
plotly==5.15.0
# via pymatgen
protobuf==4.23.4
protobuf==4.24.0
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -315,7 +315,7 @@ tenacity==8.2.2
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.65.0
tqdm==4.66.1
# via
# maggma
# matminer
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 @@ -16,9 +16,9 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.20
boto3==1.28.24
# via maggma
botocore==1.31.20
botocore==1.31.24
# via
# boto3
# s3transfer
Expand All @@ -40,11 +40,11 @@ cryptography==41.0.3
# via paramiko
cycler==0.11.0
# via matplotlib
dnspython==2.4.1
dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.63.1
emmet-core[all]==0.64.0
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand Down Expand Up @@ -74,7 +74,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.3.1
joblib==1.3.2
# via
# pymatgen
# pymatgen-analysis-diffusion
Expand Down Expand Up @@ -105,7 +105,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.5.8
monty==2023.8.8
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -140,7 +140,7 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.9.3
orjson==3.9.4
# via maggma
packaging==23.1
# via
Expand Down Expand Up @@ -277,7 +277,7 @@ tenacity==8.2.2
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.65.0
tqdm==4.66.1
# via
# maggma
# matminer
Expand Down
8 changes: 4 additions & 4 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.63.1
emmet-core==0.64.0
# via mp-api
fonttools==4.42.0
# via matplotlib
future==0.18.3
# via uncertainties
idna==3.4
# via requests
joblib==1.3.1
joblib==1.3.2
# via pymatgen
kiwisolver==1.4.4
# via matplotlib
Expand All @@ -30,7 +30,7 @@ matplotlib==3.7.2
# via
# -r python/requirements.txt
# pymatgen
monty==2023.5.8
monty==2023.8.8
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
Expand Down Expand Up @@ -120,7 +120,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
# via plotly
tqdm==4.65.0
tqdm==4.66.1
# via pymatgen
typing-extensions==4.7.1
# via
Expand Down

0 comments on commit 9e9e8c2

Please sign in to comment.