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 Nov 3, 2023
1 parent 6057d3a commit 3fe057d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
14 changes: 5 additions & 9 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ click==8.1.7
# flask
# mongogrant
# uvicorn
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cryptography==41.0.5
# via paramiko
cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.6
ddtrace==2.0.7
# via emmet-api (emmet/emmet-api/setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -83,7 +83,7 @@ fastapi==0.104.1
# maggma
flask==3.0.0
# via mongogrant
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
future==0.18.3
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.9.25
monty==2023.11.3
# via
# emmet-core
# maggma
Expand Down Expand Up @@ -207,8 +207,6 @@ protobuf==4.25.0
# via
# ddsketch
# ddtrace
psutil==5.9.6
# via ddtrace
pubchempy==1.0.4
# via robocrys
pybtex==0.24.0
Expand Down Expand Up @@ -370,9 +368,7 @@ uvicorn==0.23.2
werkzeug==3.0.1
# via flask
wrapt==1.15.0
# via
# ddtrace
# deprecated
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.17.0
Expand Down
6 changes: 3 additions & 3 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click==8.1.7
# flask
# mongogrant
# uvicorn
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cryptography==41.0.5
# via paramiko
Expand All @@ -81,7 +81,7 @@ filelock==3.13.1
# triton
flask==3.0.0
# via mongogrant
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
frozenlist==1.4.0
# via
Expand Down Expand Up @@ -158,7 +158,7 @@ mongogrant==0.3.3
# via maggma
mongomock==4.1.2
# via maggma
monty==2023.9.25
monty==2023.11.3
# via
# emmet-core
# maggma
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 @@ -10,11 +10,11 @@ certifi==2023.7.22
# via requests
charset-normalizer==3.3.2
# via requests
contourpy==1.1.1
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
fonttools==4.43.1
fonttools==4.44.0
# via matplotlib
future==0.18.3
# via uncertainties
Expand All @@ -30,7 +30,7 @@ matplotlib==3.8.1
# via
# -r python/requirements.txt
# pymatgen
monty==2023.9.25
monty==2023.11.3
# via
# emmet-core (emmet/emmet-core/setup.py)
# pymatgen
Expand Down Expand Up @@ -89,7 +89,7 @@ pyyaml==6.0.1
# via pybtex
requests==2.31.0
# via pymatgen
ruamel-yaml==0.18.4
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down

0 comments on commit 3fe057d

Please sign in to comment.