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 28, 2023
1 parent 4f2c359 commit 0bb9d3e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
22 changes: 11 additions & 11 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.30
boto3==1.28.35
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.31.30
botocore==1.31.35
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,15 +51,15 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.18.0
ddtrace==1.18.2
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.6
emmet-core[all]==0.66.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand All @@ -69,11 +69,11 @@ exceptiongroup==1.1.3
# via
# anyio
# cattrs
fastapi==0.101.1
fastapi==0.103.0
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
flask==2.3.2
flask==2.3.3
# via mongogrant
fonttools==4.42.1
# via matplotlib
Expand Down Expand Up @@ -110,7 +110,7 @@ jsonschema==4.19.0
# via maggma
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
Expand Down Expand Up @@ -138,7 +138,7 @@ monty==2023.8.8
# mp-api
# pymatgen
# robocrys
mp-api==0.34.3
mp-api==0.35.1
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -188,7 +188,7 @@ pillow==10.0.0
# via matplotlib
plotly==5.16.1
# via pymatgen
protobuf==4.24.1
protobuf==4.24.2
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -222,7 +222,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2023.8.15
# via emmet-core
pymongo==4.4.1
pymongo==4.5.0
# via
# maggma
# matminer
Expand Down Expand Up @@ -255,7 +255,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand Down
18 changes: 9 additions & 9 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.30
boto3==1.28.35
# via maggma
botocore==1.31.30
botocore==1.31.35
# via
# boto3
# s3transfer
Expand All @@ -44,15 +44,15 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.6
emmet-core[all]==0.66.0
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
exceptiongroup==1.1.3
# via anyio
fastapi==0.101.1
fastapi==0.103.0
# via maggma
flask==2.3.2
flask==2.3.3
# via mongogrant
fonttools==4.42.1
# via matplotlib
Expand Down Expand Up @@ -83,7 +83,7 @@ jsonschema==4.19.0
# via maggma
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
Expand Down Expand Up @@ -113,7 +113,7 @@ monty==2023.8.8
# mp-api
# pymatgen
# robocrys
mp-api==0.34.3
mp-api==0.35.1
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -190,7 +190,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2023.8.15
# via emmet-core
pymongo==4.4.1
pymongo==4.5.0
# via
# maggma
# matminer
Expand Down Expand Up @@ -223,7 +223,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contourpy==1.1.0
# via matplotlib
cycler==0.11.0
# via matplotlib
emmet-core==0.64.6
emmet-core==0.66.0
# via mp-api
fonttools==4.42.1
# via matplotlib
Expand All @@ -22,7 +22,7 @@ idna==3.4
# via requests
joblib==1.3.2
# via pymatgen
kiwisolver==1.4.4
kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
Expand All @@ -36,7 +36,7 @@ monty==2023.8.8
# emmet-core (emmet/emmet-core/setup.py)
# mp-api
# pymatgen
mp-api==0.34.3
mp-api==0.35.1
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down

0 comments on commit 0bb9d3e

Please sign in to comment.