Skip to content

Commit

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

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

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

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

* 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 (macos-latest/py3.10)

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

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

* update dependencies for emmet-builders (macos-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 (macos-latest/py3.10)

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

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

* update dependencies for emmet-core (macos-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 Jul 13, 2023
1 parent e5748a2 commit c10464f
Show file tree
Hide file tree
Showing 48 changed files with 796 additions and 820 deletions.
42 changes: 20 additions & 22 deletions emmet-api/requirements/macos-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.1
boto3==1.28.3
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -38,28 +38,28 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# flask
# mongogrant
# uvicorn-tschaume
contourpy==1.1.0
# via matplotlib
cryptography==41.0.1
cryptography==41.0.2
# via paramiko
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.15.1
ddtrace==1.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.58.2
emmet-core[all]==0.60.1
# via
# emmet-api (setup.py)
# mp-api
Expand All @@ -75,10 +75,8 @@ fastapi==0.100.0
# maggma
flask==2.3.2
# via mongogrant
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
frozendict==2.3.8
# via pymatgen
future==0.18.3
# via
# matminer
Expand All @@ -91,7 +89,7 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==6.0.1
importlib-metadata==6.8.0
# via opentelemetry-api
inflect==7.0.0
# via robocrys
Expand All @@ -105,19 +103,18 @@ jmespath==1.0.1
# botocore
joblib==1.3.1
# via
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.0
# via
# ddtrace
# maggma
jsonschema==4.18.3
# via maggma
jsonschema-specifications==2023.6.1
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
latexcodec==2.0.1
# via pybtex
maggma==0.51.17
maggma==0.51.19
# via emmet-api (setup.py)
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -151,7 +148,7 @@ networkx==3.1
# via
# pymatgen
# robocrys
numpy==1.25.0
numpy==1.25.1
# via
# contourpy
# maggma
Expand All @@ -165,7 +162,7 @@ numpy==1.25.0
# seekpath
# shapely
# spglib
opentelemetry-api==1.18.0
opentelemetry-api==1.19.0
# via ddtrace
orjson==3.9.2
# via maggma
Expand Down Expand Up @@ -205,9 +202,10 @@ pydantic==1.10.11
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.6.28
pymatgen==2023.7.11
# via
# emmet-core
# matminer
Expand All @@ -219,7 +217,7 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2022.7.21
# via emmet-core
pymongo==4.4.0
pymongo==4.4.1
# via
# maggma
# matminer
Expand Down Expand Up @@ -252,7 +250,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.8
rpds-py==0.8.10
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -308,7 +306,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
# via plotly
threadpoolctl==3.1.0
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.65.0
# via
Expand Down Expand Up @@ -339,7 +337,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.15.0
zipp==3.16.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
46 changes: 22 additions & 24 deletions emmet-api/requirements/macos-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.1
boto3==1.28.3
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.1
botocore==1.31.3
# via
# boto3
# s3transfer
Expand All @@ -42,7 +42,7 @@ cfgv==3.3.1
# via pre-commit
charset-normalizer==3.2.0
# via requests
click==8.1.4
click==8.1.5
# via
# flask
# mkdocs
Expand All @@ -54,15 +54,15 @@ contourpy==1.1.0
# via matplotlib
coverage[toml]==7.2.7
# via pytest-cov
cryptography==41.0.1
cryptography==41.0.2
# via paramiko
csscompressor==0.9.5
# via mkdocs-minify-plugin
cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.15.1
ddtrace==1.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -72,7 +72,7 @@ dnspython==2.3.0
# via
# maggma
# pymongo
emmet-core[all]==0.58.2
emmet-core[all]==0.60.1
# via
# emmet-api (setup.py)
# mp-api
Expand All @@ -93,17 +93,15 @@ flake8==6.0.0
# via emmet-api (setup.py)
flask==2.3.2
# via mongogrant
fonttools==4.40.0
fonttools==4.41.0
# via matplotlib
frozendict==2.3.8
# via pymatgen
future==0.18.3
# via
# matminer
# uncertainties
ghp-import==2.1.0
# via mkdocs
griffe==0.31.0
griffe==0.32.0
# via mkdocstrings-python
gunicorn==20.1.0
# via emmet-api (setup.py)
Expand All @@ -117,7 +115,7 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==6.0.1
importlib-metadata==6.8.0
# via opentelemetry-api
inflect==7.0.0
# via robocrys
Expand All @@ -138,14 +136,13 @@ jmespath==1.0.1
# botocore
joblib==1.3.1
# via
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsmin==3.0.1
# via mkdocs-minify-plugin
jsonschema==4.18.0
# via
# ddtrace
# maggma
jsonschema==4.18.3
# via maggma
jsonschema-specifications==2023.6.1
# via jsonschema
kiwisolver==1.4.4
Expand All @@ -154,7 +151,7 @@ latexcodec==2.0.1
# via pybtex
livereload==2.6.3
# via emmet-api (setup.py)
maggma==0.51.17
maggma==0.51.19
# via emmet-api (setup.py)
markdown==3.3.7
# via
Expand Down Expand Up @@ -239,7 +236,7 @@ networkx==3.1
# robocrys
nodeenv==1.8.0
# via pre-commit
numpy==1.25.0
numpy==1.25.1
# via
# contourpy
# maggma
Expand All @@ -253,7 +250,7 @@ numpy==1.25.0
# seekpath
# shapely
# spglib
opentelemetry-api==1.18.0
opentelemetry-api==1.19.0
# via ddtrace
orjson==3.9.2
# via maggma
Expand Down Expand Up @@ -305,6 +302,7 @@ pydantic==1.10.11
# fastapi
# inflect
# maggma
# pymatgen
pydash==7.0.5
# via maggma
pydocstyle==6.3.0
Expand All @@ -313,7 +311,7 @@ pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via mkdocs-material
pymatgen==2023.6.28
pymatgen==2023.7.11
# via
# emmet-core
# matminer
Expand All @@ -325,11 +323,11 @@ pymatgen-analysis-alloys==0.0.6
# via emmet-core
pymatgen-analysis-diffusion==2022.7.21
# via emmet-core
pymdown-extensions==10.0.1
pymdown-extensions==10.1
# via
# mkdocs-material
# mkdocstrings
pymongo==4.4.0
pymongo==4.4.1
# via
# maggma
# matminer
Expand Down Expand Up @@ -377,7 +375,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.8
rpds-py==0.8.10
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -436,7 +434,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.2
# via plotly
threadpoolctl==3.1.0
threadpoolctl==3.2.0
# via scikit-learn
tomli==2.0.1
# via
Expand Down Expand Up @@ -489,7 +487,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.15.0
zipp==3.16.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit c10464f

Please sign in to comment.