Skip to content

Commit

Permalink
Automated dependency upgrades (#784)
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 19, 2023
1 parent 0254a13 commit e1319ef
Show file tree
Hide file tree
Showing 48 changed files with 1,296 additions and 848 deletions.
50 changes: 31 additions & 19 deletions emmet-api/requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements/macos-latest_py3.10.txt --resolver=backtracking
# pip-compile --output-file=requirements/macos-latest_py3.10.txt
#
aioitertools==0.11.0
# via maggma
anyio==3.7.1
# via starlette
# via
# httpcore
# starlette
attrs==23.1.0
# via
# cattrs
Expand All @@ -18,11 +20,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.3
boto3==1.28.5
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.3
botocore==1.31.5
# via
# boto3
# s3transfer
Expand All @@ -31,14 +33,16 @@ bytecode==0.14.2
cattrs==23.1.2
# via ddtrace
certifi==2023.5.7
# via requests
# via
# httpcore
# requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.6
# via
# flask
# mongogrant
Expand All @@ -51,15 +55,15 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.16.0
ddtrace==1.16.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.3.0
dnspython==2.4.0
# via
# maggma
# pymongo
emmet-core[all]==0.60.1
emmet-core[all]==0.60.2
# via
# emmet-api (setup.py)
# mp-api
Expand All @@ -81,10 +85,14 @@ future==0.18.3
# via
# matminer
# uncertainties
gunicorn==20.1.0
gunicorn==21.1.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn-tschaume
# via
# httpcore
# uvicorn-tschaume
httpcore==0.17.3
# via dnspython
idna==3.4
# via
# anyio
Expand All @@ -106,9 +114,9 @@ joblib==1.3.1
# pymatgen
# pymatgen-analysis-diffusion
# scikit-learn
jsonschema==4.18.3
jsonschema==4.18.4
# via maggma
jsonschema-specifications==2023.6.1
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
Expand Down Expand Up @@ -168,6 +176,7 @@ orjson==3.9.2
# via maggma
packaging==23.1
# via
# gunicorn
# matplotlib
# mongomock
# plotly
Expand Down Expand Up @@ -205,7 +214,7 @@ pydantic==1.10.11
# pymatgen
pydash==7.0.5
# via maggma
pymatgen==2023.7.11
pymatgen==2023.7.17
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -234,11 +243,11 @@ python-dateutil==2.8.2
# pandas
pytz==2023.3
# via pandas
pyyaml==6.0
pyyaml==6.0.1
# via pybtex
pyzmq==24.0.1
# via maggma
referencing==0.29.1
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -250,7 +259,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.10
rpds-py==0.9.2
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -287,7 +296,10 @@ six==1.16.0
# pybtex
# python-dateutil
sniffio==1.3.0
# via anyio
# via
# anyio
# dnspython
# httpcore
spglib==2.0.2
# via
# emmet-core
Expand Down Expand Up @@ -337,7 +349,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
62 changes: 37 additions & 25 deletions emmet-api/requirements/macos-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --all-extras --output-file=requirements/macos-latest_py3.10_extras.txt --resolver=backtracking
# pip-compile --all-extras --output-file=requirements/macos-latest_py3.10_extras.txt
#
aioitertools==0.11.0
# via maggma
anyio==3.7.1
# via starlette
# via
# httpcore
# starlette
attrs==23.1.0
# via
# cattrs
Expand All @@ -18,11 +20,11 @@ bcrypt==4.0.1
# via paramiko
blinker==1.6.2
# via flask
boto3==1.28.3
boto3==1.28.5
# via
# emmet-api (setup.py)
# maggma
botocore==1.31.3
botocore==1.31.5
# via
# boto3
# s3transfer
Expand All @@ -33,7 +35,9 @@ bytecode==0.14.2
cattrs==23.1.2
# via ddtrace
certifi==2023.5.7
# via requests
# via
# httpcore
# requests
cffi==1.15.1
# via
# cryptography
Expand All @@ -42,7 +46,7 @@ cfgv==3.3.1
# via pre-commit
charset-normalizer==3.2.0
# via requests
click==8.1.5
click==8.1.6
# via
# flask
# mkdocs
Expand All @@ -62,17 +66,17 @@ cycler==0.11.0
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==1.16.0
ddtrace==1.16.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
distlib==0.3.6
distlib==0.3.7
# via virtualenv
dnspython==2.3.0
dnspython==2.4.0
# via
# maggma
# pymongo
emmet-core[all]==0.60.1
emmet-core[all]==0.60.2
# via
# emmet-api (setup.py)
# mp-api
Expand Down Expand Up @@ -101,14 +105,18 @@ future==0.18.3
# uncertainties
ghp-import==2.1.0
# via mkdocs
griffe==0.32.0
griffe==0.32.3
# via mkdocstrings-python
gunicorn==20.1.0
gunicorn==21.1.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn-tschaume
# via
# httpcore
# uvicorn-tschaume
htmlmin2==0.1.13
# via mkdocs-minify-plugin
httpcore==0.17.3
# via dnspython
identify==2.5.24
# via pre-commit
idna==3.4
Expand Down Expand Up @@ -141,9 +149,9 @@ joblib==1.3.1
# scikit-learn
jsmin==3.0.1
# via mkdocs-minify-plugin
jsonschema==4.18.3
jsonschema==4.18.4
# via maggma
jsonschema-specifications==2023.6.1
jsonschema-specifications==2023.7.1
# via jsonschema
kiwisolver==1.4.4
# via matplotlib
Expand Down Expand Up @@ -200,7 +208,7 @@ mkdocstrings[python]==0.22.0
# via
# emmet-api (setup.py)
# mkdocstrings-python
mkdocstrings-python==1.1.2
mkdocstrings-python==1.2.0
# via mkdocstrings
mongogrant==0.3.3
# via maggma
Expand Down Expand Up @@ -256,6 +264,7 @@ orjson==3.9.2
# via maggma
packaging==23.1
# via
# gunicorn
# matplotlib
# mkdocs
# mongomock
Expand All @@ -271,7 +280,7 @@ paramiko==3.2.0
# via sshtunnel
pillow==10.0.0
# via matplotlib
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
plotly==5.15.0
# via pymatgen
Expand Down Expand Up @@ -311,7 +320,7 @@ pyflakes==3.0.1
# via flake8
pygments==2.15.1
# via mkdocs-material
pymatgen==2023.7.11
pymatgen==2023.7.17
# via
# emmet-core
# matminer
Expand Down Expand Up @@ -351,7 +360,7 @@ python-dateutil==2.8.2
# pandas
pytz==2023.3
# via pandas
pyyaml==6.0
pyyaml==6.0.1
# via
# mkdocs
# mkdocs-markdownextradata-plugin
Expand All @@ -363,7 +372,7 @@ pyyaml-env-tag==0.1
# via mkdocs
pyzmq==24.0.1
# via maggma
referencing==0.29.1
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -375,7 +384,7 @@ requests==2.31.0
# pymatgen
robocrys==0.2.8
# via emmet-core
rpds-py==0.8.10
rpds-py==0.9.2
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -413,7 +422,10 @@ six==1.16.0
# pybtex
# python-dateutil
sniffio==1.3.0
# via anyio
# via
# anyio
# dnspython
# httpcore
snowballstemmer==2.2.0
# via pydocstyle
spglib==2.0.2
Expand Down Expand Up @@ -450,7 +462,7 @@ tqdm==4.65.0
# pymatgen
types-requests==2.31.0.1
# via emmet-api (setup.py)
types-setuptools==68.0.0.1
types-setuptools==68.0.0.2
# via emmet-api (setup.py)
types-urllib3==1.26.25.13
# via types-requests
Expand All @@ -473,7 +485,7 @@ urllib3==1.26.16
# requests
uvicorn-tschaume==0.19.1
# via emmet-api (setup.py)
virtualenv==20.23.1
virtualenv==20.24.0
# via pre-commit
watchdog==3.0.0
# via mkdocs
Expand All @@ -487,7 +499,7 @@ wrapt==1.15.0
# via deprecated
xmltodict==0.13.0
# via ddtrace
zipp==3.16.1
zipp==3.16.2
# via importlib-metadata

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

0 comments on commit e1319ef

Please sign in to comment.