Skip to content

Commit

Permalink
Automated dependency upgrades (#805)
Browse files Browse the repository at this point in the history
* update dependencies for emmet-api (ubuntu-latest/py3.10)

* update dependencies for emmet-api (ubuntu-latest/py3.11)

* update dependencies for emmet-api (ubuntu-latest/py3.8)

* update dependencies for emmet-api (ubuntu-latest/py3.9)

* update dependencies for emmet-builders (ubuntu-latest/py3.10)

* update dependencies for emmet-builders (ubuntu-latest/py3.11)

* update dependencies for emmet-builders (ubuntu-latest/py3.8)

* update dependencies for emmet-builders (ubuntu-latest/py3.9)

* update dependencies for emmet-core (ubuntu-latest/py3.10)

* update dependencies for emmet-core (ubuntu-latest/py3.11)

* update dependencies for emmet-core (ubuntu-latest/py3.8)

* update dependencies for emmet-core (ubuntu-latest/py3.9)

---------

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
tschaume and github-actions committed Aug 14, 2023
1 parent 2eb40fa commit 0e59220
Show file tree
Hide file tree
Showing 24 changed files with 247 additions and 247 deletions.
20 changes: 10 additions & 10 deletions emmet-api/requirements/ubuntu-latest_py3.10.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.23
boto3==1.28.25
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.23
botocore==1.31.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,25 +51,25 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.17.3
ddtrace==1.18.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.0
emmet-core[all]==0.64.4
# via
# emmet-api (setup.py)
# mp-api
envier==0.4.0
# via ddtrace
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# anyio
# cattrs
fastapi==0.101.0
fastapi==0.101.1
# via
# emmet-api (setup.py)
# maggma
Expand Down Expand Up @@ -182,7 +182,7 @@ paramiko==3.3.1
# via sshtunnel
pillow==10.0.0
# via matplotlib
plotly==5.15.0
plotly==5.16.0
# via pymatgen
protobuf==4.24.0
# via
Expand All @@ -206,7 +206,7 @@ pydantic==1.10.12
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.7.20
pymatgen==2023.8.10
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -306,7 +306,7 @@ sympy==1.12
# pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
tenacity==8.2.3
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
Expand All @@ -333,7 +333,7 @@ urllib3==1.26.16
# requests
uvicorn-tschaume==0.19.1
# via emmet-api (setup.py)
werkzeug==2.3.6
werkzeug==2.3.7
# via flask
wrapt==1.15.0
# via deprecated
Expand Down
28 changes: 14 additions & 14 deletions emmet-api/requirements/ubuntu-latest_py3.10_extras.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.23
boto3==1.28.25
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.23
botocore==1.31.25
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ cffi==1.15.1
# via
# cryptography
# pynacl
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
# via requests
Expand All @@ -52,7 +52,7 @@ colorama==0.4.6
# via griffe
contourpy==1.1.0
# via matplotlib
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
# via paramiko
Expand All @@ -62,7 +62,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.17.3
ddtrace==1.18.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -72,18 +72,18 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.0
emmet-core[all]==0.64.4
# via
# emmet-api (setup.py)
# mp-api
envier==0.4.0
# via ddtrace
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# anyio
# cattrs
# pytest
fastapi==0.101.0
fastapi==0.101.1
# via
# emmet-api (setup.py)
# maggma
Expand Down Expand Up @@ -279,7 +279,7 @@ platformdirs==3.10.0
# via
# mkdocs
# virtualenv
plotly==5.15.0
plotly==5.16.0
# via pymatgen
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -317,7 +317,7 @@ pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via mkdocs-material
pymatgen==2023.7.20
pymatgen==2023.8.10
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -439,7 +439,7 @@ sympy==1.12
# pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
tenacity==8.2.3
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
Expand All @@ -448,7 +448,7 @@ tomli==2.0.1
# coverage
# mypy
# pytest
tornado==6.3.2
tornado==6.3.3
# via livereload
tqdm==4.66.1
# via
Expand Down Expand Up @@ -480,13 +480,13 @@ urllib3==1.26.16
# requests
uvicorn-tschaume==0.19.1
# via emmet-api (setup.py)
virtualenv==20.24.2
virtualenv==20.24.3
# via pre-commit
watchdog==3.0.0
# via mkdocs
wcmatch==8.4.1
# via mkdocs-awesome-pages-plugin
werkzeug==2.3.6
werkzeug==2.3.7
# via flask
wincertstore==0.2
# via emmet-api (setup.py)
Expand Down
18 changes: 9 additions & 9 deletions emmet-api/requirements/ubuntu-latest_py3.11.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.23
boto3==1.28.25
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.23
botocore==1.31.25
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,21 +51,21 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.17.3
ddtrace==1.18.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.0
emmet-core[all]==0.64.4
# via
# emmet-api (setup.py)
# mp-api
envier==0.4.0
# via ddtrace
fastapi==0.101.0
fastapi==0.101.1
# via
# emmet-api (setup.py)
# maggma
Expand Down Expand Up @@ -178,7 +178,7 @@ paramiko==3.3.1
# via sshtunnel
pillow==10.0.0
# via matplotlib
plotly==5.15.0
plotly==5.16.0
# via pymatgen
protobuf==4.24.0
# via
Expand All @@ -202,7 +202,7 @@ pydantic==1.10.12
# pymatgen
pydash==7.0.6
# via maggma
pymatgen==2023.7.20
pymatgen==2023.8.10
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -302,7 +302,7 @@ sympy==1.12
# pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
tenacity==8.2.3
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
Expand All @@ -328,7 +328,7 @@ urllib3==1.26.16
# requests
uvicorn-tschaume==0.19.1
# via emmet-api (setup.py)
werkzeug==2.3.6
werkzeug==2.3.7
# via flask
wrapt==1.15.0
# via deprecated
Expand Down
26 changes: 13 additions & 13 deletions emmet-api/requirements/ubuntu-latest_py3.11_extras.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.23
boto3==1.28.25
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.23
botocore==1.31.25
# via
# boto3
# s3transfer
Expand All @@ -38,7 +38,7 @@ cffi==1.15.1
# via
# cryptography
# pynacl
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.2.0
# via requests
Expand All @@ -52,7 +52,7 @@ colorama==0.4.6
# via griffe
contourpy==1.1.0
# via matplotlib
coverage[toml]==7.2.7
coverage[toml]==7.3.0
# via pytest-cov
cryptography==41.0.3
# via paramiko
Expand All @@ -62,7 +62,7 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.17.3
ddtrace==1.18.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -72,13 +72,13 @@ dnspython==2.4.2
# via
# maggma
# pymongo
emmet-core[all]==0.64.0
emmet-core[all]==0.64.4
# via
# emmet-api (setup.py)
# mp-api
envier==0.4.0
# via ddtrace
fastapi==0.101.0
fastapi==0.101.1
# via
# emmet-api (setup.py)
# maggma
Expand Down Expand Up @@ -274,7 +274,7 @@ platformdirs==3.10.0
# via
# mkdocs
# virtualenv
plotly==5.15.0
plotly==5.16.0
# via pymatgen
pluggy==1.2.0
# via pytest
Expand Down Expand Up @@ -312,7 +312,7 @@ pyflakes==3.1.0
# via flake8
pygments==2.16.1
# via mkdocs-material
pymatgen==2023.7.20
pymatgen==2023.8.10
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -434,11 +434,11 @@ sympy==1.12
# pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
tenacity==8.2.3
# via plotly
threadpoolctl==3.2.0
# via scikit-learn
tornado==6.3.2
tornado==6.3.3
# via livereload
tqdm==4.66.1
# via
Expand Down Expand Up @@ -469,13 +469,13 @@ urllib3==1.26.16
# requests
uvicorn-tschaume==0.19.1
# via emmet-api (setup.py)
virtualenv==20.24.2
virtualenv==20.24.3
# via pre-commit
watchdog==3.0.0
# via mkdocs
wcmatch==8.4.1
# via mkdocs-awesome-pages-plugin
werkzeug==2.3.6
werkzeug==2.3.7
# via flask
wincertstore==0.2
# via emmet-api (setup.py)
Expand Down

0 comments on commit 0e59220

Please sign in to comment.