Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #1140

Merged
merged 6 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions emmet-api/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.51
boto3==1.35.54
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,7 @@ cryptography==43.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -77,7 +77,7 @@ idna==3.10
# requests
imageio==2.36.0
# via scikit-image
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
jmespath==1.0.1
# via
Expand Down Expand Up @@ -135,9 +135,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
Expand Down Expand Up @@ -178,11 +178,11 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pymatgen==2024.10.29
# via
Expand Down Expand Up @@ -222,7 +222,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down
22 changes: 11 additions & 11 deletions emmet-api/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.51
boto3==1.35.54
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -60,7 +60,7 @@ csscompressor==0.9.5
# via mkdocs-minify-plugin
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -106,7 +106,7 @@ idna==3.10
# requests
imageio==2.36.0
# via scikit-image
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -238,9 +238,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
Expand Down Expand Up @@ -298,11 +298,11 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pydocstyle==6.3.0
# via emmet-api (setup.py)
Expand Down Expand Up @@ -368,7 +368,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -430,7 +430,7 @@ tqdm==4.66.6
# pymatgen
types-requests==2.32.0.20241016
# via emmet-api (setup.py)
types-setuptools==75.2.0.20241025
types-setuptools==75.3.0.20241105
# via emmet-api (setup.py)
typing-extensions==4.12.2
# via
Expand All @@ -457,7 +457,7 @@ uvicorn==0.32.0
# via maggma
virtualenv==20.27.1
# via pre-commit
watchdog==5.0.3
watchdog==6.0.0
# via mkdocs
wcmatch==10.0
# via mkdocs-awesome-pages-plugin
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 @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.51
boto3==1.35.54
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -47,7 +47,7 @@ cryptography==43.0.3
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -75,7 +75,7 @@ idna==3.10
# requests
imageio==2.36.0
# via scikit-image
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
jmespath==1.0.1
# via
Expand Down Expand Up @@ -133,9 +133,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
Expand Down Expand Up @@ -176,11 +176,11 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pymatgen==2024.10.29
# via
Expand Down Expand Up @@ -220,7 +220,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down
22 changes: 11 additions & 11 deletions emmet-api/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.51
boto3==1.35.54
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -60,7 +60,7 @@ csscompressor==0.9.5
# via mkdocs-minify-plugin
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.16.0
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand Down Expand Up @@ -102,7 +102,7 @@ idna==3.10
# requests
imageio==2.36.0
# via scikit-image
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -234,9 +234,9 @@ numpy==1.26.4
# shapely
# spglib
# tifffile
opentelemetry-api==1.27.0
opentelemetry-api==1.28.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
Expand Down Expand Up @@ -294,11 +294,11 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pydocstyle==6.3.0
# via emmet-api (setup.py)
Expand Down Expand Up @@ -364,7 +364,7 @@ referencing==0.35.1
# jsonschema-specifications
requests==2.32.3
# via pymatgen
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -421,7 +421,7 @@ tqdm==4.66.6
# pymatgen
types-requests==2.32.0.20241016
# via emmet-api (setup.py)
types-setuptools==75.2.0.20241025
types-setuptools==75.3.0.20241105
# via emmet-api (setup.py)
typing-extensions==4.12.2
# via
Expand All @@ -445,7 +445,7 @@ uvicorn==0.32.0
# via maggma
virtualenv==20.27.1
# via pre-commit
watchdog==5.0.3
watchdog==6.0.0
# via mkdocs
wcmatch==10.0
# via mkdocs-awesome-pages-plugin
Expand Down
14 changes: 7 additions & 7 deletions emmet-builders/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.51
boto3==1.35.54
# via maggma
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -177,7 +177,7 @@ numpy==1.26.4
# spglib
# statsmodels
# tifffile
orjson==3.10.10
orjson==3.10.11
# via maggma
packaging==24.1
# via
Expand Down Expand Up @@ -233,11 +233,11 @@ pydantic==2.9.2
# pydantic-settings
pydantic-core==2.23.4
# via pydantic
pydantic-settings==2.6.0
pydantic-settings==2.6.1
# via
# emmet-core
# maggma
pydash==8.0.3
pydash==8.0.4
# via maggma
pymatgen==2024.10.29
# via
Expand Down Expand Up @@ -297,7 +297,7 @@ requests==2.32.3
# pymatgen
robocrys==0.2.10
# via emmet-core
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -378,7 +378,7 @@ tqdm==4.66.6
# matminer
# mdanalysis
# pymatgen
typeguard==4.4.0
typeguard==4.4.1
# via inflect
typing-extensions==4.12.2
# via
Expand Down
Loading