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 #1078

Merged
merged 6 commits into from
Aug 21, 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
19 changes: 14 additions & 5 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.1
boto3==1.35.2
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand All @@ -39,13 +39,15 @@ cffi==1.17.0
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via uvicorn
contourpy==1.2.1
# via matplotlib
cryptography==43.0.0
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.11.0
ddtrace==2.11.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -60,11 +62,15 @@ envier==0.5.2
exceptiongroup==1.2.2
# via anyio
fastapi==0.112.1
# via emmet-api (setup.py)
# via
# emmet-api (setup.py)
# maggma
fonttools==4.53.1
# via matplotlib
gunicorn==23.0.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn
idna==3.7
# via
# anyio
Expand All @@ -91,7 +97,7 @@ latexcodec==3.0.0
# via pybtex
lazy-loader==0.4
# via scikit-image
maggma==0.69.2
maggma[api]==0.69.2
# via emmet-api (setup.py)
matplotlib==3.9.2
# via pymatgen
Expand Down Expand Up @@ -273,6 +279,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# pydash
# uvicorn
tzdata==2024.1
# via pandas
uncertainties==3.2.2
Expand All @@ -281,6 +288,8 @@ urllib3==2.2.2
# via
# botocore
# requests
uvicorn==0.30.6
# via maggma
wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
Expand Down
20 changes: 14 additions & 6 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.1
boto3==1.35.2
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand All @@ -47,6 +47,7 @@ click==8.1.7
# via
# mkdocs
# mkdocstrings
# uvicorn
colorama==0.4.6
# via griffe
contourpy==1.2.1
Expand All @@ -59,7 +60,7 @@ csscompressor==0.9.5
# via mkdocs-minify-plugin
cycler==0.12.1
# via matplotlib
ddtrace==2.11.0
ddtrace==2.11.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -78,7 +79,9 @@ exceptiongroup==1.2.2
# anyio
# pytest
fastapi==0.112.1
# via emmet-api (setup.py)
# via
# emmet-api (setup.py)
# maggma
filelock==3.15.4
# via virtualenv
flake8==7.1.1
Expand All @@ -91,6 +94,8 @@ griffe==1.1.1
# via mkdocstrings-python
gunicorn==23.0.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn
htmlmin2==0.1.13
# via mkdocs-minify-plugin
identify==2.6.0
Expand Down Expand Up @@ -133,7 +138,7 @@ lazy-loader==0.4
# via scikit-image
livereload==2.7.0
# via emmet-api (setup.py)
maggma==0.69.2
maggma[api]==0.69.2
# via emmet-api (setup.py)
markdown==3.7
# via
Expand Down Expand Up @@ -372,7 +377,7 @@ s3transfer==0.10.2
# via boto3
scikit-image==0.24.0
# via pymatgen-analysis-defects
scipy==1.14.0
scipy==1.14.1
# via
# pymatgen
# scikit-image
Expand Down Expand Up @@ -432,6 +437,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# pydash
# uvicorn
tzdata==2024.1
# via pandas
uncertainties==3.2.2
Expand All @@ -441,6 +447,8 @@ urllib3==2.2.2
# botocore
# requests
# types-requests
uvicorn==0.30.6
# via maggma
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.2
Expand Down
18 changes: 13 additions & 5 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.1
boto3==1.35.2
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand All @@ -39,13 +39,15 @@ cffi==1.17.0
# pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via uvicorn
contourpy==1.2.1
# via matplotlib
cryptography==43.0.0
# via paramiko
cycler==0.12.1
# via matplotlib
ddtrace==2.11.0
ddtrace==2.11.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -58,11 +60,15 @@ emmet-core==0.84.2rc6
envier==0.5.2
# via ddtrace
fastapi==0.112.1
# via emmet-api (setup.py)
# via
# emmet-api (setup.py)
# maggma
fonttools==4.53.1
# via matplotlib
gunicorn==23.0.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn
idna==3.7
# via
# anyio
Expand All @@ -89,7 +95,7 @@ latexcodec==3.0.0
# via pybtex
lazy-loader==0.4
# via scikit-image
maggma==0.69.2
maggma[api]==0.69.2
# via emmet-api (setup.py)
matplotlib==3.9.2
# via pymatgen
Expand Down Expand Up @@ -277,6 +283,8 @@ urllib3==2.2.2
# via
# botocore
# requests
uvicorn==0.30.6
# via maggma
wrapt==1.16.0
# via deprecated
xmltodict==0.13.0
Expand Down
17 changes: 12 additions & 5 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.1
boto3==1.35.2
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand All @@ -47,6 +47,7 @@ click==8.1.7
# via
# mkdocs
# mkdocstrings
# uvicorn
colorama==0.4.6
# via griffe
contourpy==1.2.1
Expand All @@ -59,7 +60,7 @@ csscompressor==0.9.5
# via mkdocs-minify-plugin
cycler==0.12.1
# via matplotlib
ddtrace==2.11.0
ddtrace==2.11.1
# via emmet-api (setup.py)
deprecated==1.2.14
# via opentelemetry-api
Expand All @@ -74,7 +75,9 @@ emmet-core==0.84.2rc6
envier==0.5.2
# via ddtrace
fastapi==0.112.1
# via emmet-api (setup.py)
# via
# emmet-api (setup.py)
# maggma
filelock==3.15.4
# via virtualenv
flake8==7.1.1
Expand All @@ -87,6 +90,8 @@ griffe==1.1.1
# via mkdocstrings-python
gunicorn==23.0.0
# via emmet-api (setup.py)
h11==0.14.0
# via uvicorn
htmlmin2==0.1.13
# via mkdocs-minify-plugin
identify==2.6.0
Expand Down Expand Up @@ -129,7 +134,7 @@ lazy-loader==0.4
# via scikit-image
livereload==2.7.0
# via emmet-api (setup.py)
maggma==0.69.2
maggma[api]==0.69.2
# via emmet-api (setup.py)
markdown==3.7
# via
Expand Down Expand Up @@ -430,6 +435,8 @@ urllib3==2.2.2
# botocore
# requests
# types-requests
uvicorn==0.30.6
# via maggma
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.2
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -521,7 +521,7 @@ s3transfer==0.10.2
# via boto3
scikit-learn==1.5.1
# via matminer
scipy==1.14.0
scipy==1.14.1
# via
# ase
# dgl
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-core/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.1
boto3==1.35.2
# via maggma
botocore==1.35.1
botocore==1.35.2
# via
# boto3
# s3transfer
Expand Down
Loading