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 Apr 10, 2023
1 parent 920edf8 commit a452bb0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 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.106
boto3==1.26.109
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.29.106
botocore==1.29.109
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -48,15 +48,15 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.11.0
ddtrace==1.11.1
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.13
# via opentelemetry-api
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.50.0
emmet-core[all]==0.51.11
# via
# emmet-api (emmet/emmet-api/setup.py)
# mp-api
Expand Down Expand Up @@ -86,7 +86,7 @@ idna==3.4
# requests
importlib-metadata==6.0.1
# via opentelemetry-api
inflect==6.0.2
inflect==6.0.4
# via robocrys
itsdangerous==2.1.2
# via flask
Expand Down Expand Up @@ -124,15 +124,15 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2022.9.9
monty==2023.4.10
# via
# emmet-core
# maggma
# matminer
# mp-api
# pymatgen
# robocrys
mp-api==0.30.11
mp-api==0.30.10
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -161,15 +161,15 @@ numpy==1.21.6
# spglib
opentelemetry-api==1.17.0
# via ddtrace
orjson==3.8.9
orjson==3.8.10
# via maggma
packaging==23.0
# via
# ddtrace
# matplotlib
# mongomock
# plotly
palettable==3.3.0
palettable==3.3.1
# via pymatgen
pandas==2.0.0
# via
Expand All @@ -180,7 +180,7 @@ paramiko==3.1.0
# via sshtunnel
pillow==9.5.0
# via matplotlib
plotly==5.14.0
plotly==5.14.1
# via pymatgen
protobuf==4.22.1
# via
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.106
boto3==1.26.109
# via maggma
botocore==1.29.106
botocore==1.29.109
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.51.6
emmet-core[all]==0.51.11
# via
# emmet-builders (emmet/emmet-builders/setup.py)
# mp-api
Expand All @@ -58,7 +58,7 @@ idna==3.4
# via
# anyio
# requests
inflect==6.0.2
inflect==6.0.4
# via robocrys
itsdangerous==2.1.2
# via flask
Expand Down Expand Up @@ -96,7 +96,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2022.9.9
monty==2023.4.10
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -131,14 +131,14 @@ numpy==1.21.6
# seekpath
# shapely
# spglib
orjson==3.8.9
orjson==3.8.10
# via maggma
packaging==23.0
# via
# matplotlib
# mongomock
# plotly
palettable==3.3.0
palettable==3.3.1
# via pymatgen
pandas==2.0.0
# via
Expand All @@ -149,7 +149,7 @@ paramiko==3.1.0
# via sshtunnel
pillow==9.5.0
# via matplotlib
plotly==5.14.0
plotly==5.14.1
# via pymatgen
pubchempy==1.0.4
# via robocrys
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 @@ -28,13 +28,13 @@ matplotlib==3.7.1
# via
# -r python/requirements.txt
# pymatgen
monty==2022.9.9
monty==2023.4.10
# via
# emmet-core
# emmet-core (emmet/emmet-core/setup.py)
# mp-api
# pymatgen
mp-api==0.30.11
mp-api==0.31.0
# via pymatgen
mpmath==1.3.0
# via sympy
Expand All @@ -55,15 +55,15 @@ packaging==23.0
# via
# matplotlib
# plotly
palettable==3.3.0
palettable==3.3.1
# via pymatgen
pandas==2.0.0
# via
# -r python/requirements.txt
# pymatgen
pillow==9.5.0
# via matplotlib
plotly==5.14.0
plotly==5.14.1
# via pymatgen
pybtex==0.24.0
# via
Expand Down

0 comments on commit a452bb0

Please sign in to comment.