Skip to content

Commit

Permalink
Merge pull request #988 from materialsproject/auto-dependency-upgrades
Browse files Browse the repository at this point in the history
Automated dependency upgrades
  • Loading branch information
rkingsbury authored Aug 12, 2024
2 parents fd4d610 + 12997eb commit bc75106
Show file tree
Hide file tree
Showing 12 changed files with 152 additions and 152 deletions.
14 changes: 7 additions & 7 deletions requirements/macos-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ aioitertools==0.11.0
# via maggma (pyproject.toml)
annotated-types==0.7.0
# via pydantic
attrs==24.1.0
attrs==24.2.0
# via
# jsonlines
# jsonschema
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.34.153
boto3==1.34.158
# via maggma (pyproject.toml)
botocore==1.34.153
botocore==1.34.158
# via
# boto3
# s3transfer
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -51,13 +51,13 @@ numpy==1.26.4
# via
# maggma (pyproject.toml)
# pandas
orjson==3.10.6
orjson==3.10.7
# via maggma (pyproject.toml)
packaging==24.1
# via mongomock
pandas==2.2.2
# via maggma (pyproject.toml)
paramiko==3.4.0
paramiko==3.4.1
# via sshtunnel
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -90,7 +90,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
36 changes: 18 additions & 18 deletions requirements/macos-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyio==4.4.0
# starlette
asttokens==2.4.1
# via stack-data
attrs==24.1.0
attrs==24.2.0
# via
# jsonlines
# jsonschema
Expand All @@ -25,21 +25,21 @@ azure-core==1.30.2
# azure-storage-blob
azure-identity==1.17.1
# via maggma (pyproject.toml)
azure-storage-blob==12.21.0
azure-storage-blob==12.22.0
# via maggma (pyproject.toml)
babel==2.15.0
babel==2.16.0
# via mkdocs-material
backports-strenum==1.3.1
# via griffe
bcrypt==4.2.0
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.153
boto3==1.34.158
# via
# maggma (pyproject.toml)
# moto
botocore==1.34.153
botocore==1.34.158
# via
# boto3
# moto
Expand All @@ -49,7 +49,7 @@ certifi==2024.7.4
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -199,7 +199,7 @@ markupsafe==2.1.5
# mkdocs-autorefs
# mkdocstrings
# werkzeug
matplotlib==3.9.0
matplotlib==3.9.1.post1
# via pymatgen
matplotlib-inline==0.1.7
# via ipython
Expand Down Expand Up @@ -273,7 +273,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
orjson==3.10.6
orjson==3.10.7
# via maggma (pyproject.toml)
packaging==24.1
# via
Expand All @@ -290,7 +290,7 @@ pandas==2.2.2
# via
# maggma (pyproject.toml)
# pymatgen
paramiko==3.4.0
paramiko==3.4.1
# via sshtunnel
parso==0.8.4
# via jedi
Expand Down Expand Up @@ -344,7 +344,7 @@ pyjwt[crypto]==2.9.0
# via
# msal
# pyjwt
pymatgen==2024.7.18
pymatgen==2024.8.9
# via maggma (pyproject.toml)
pymdown-extensions==10.9
# via
Expand Down Expand Up @@ -387,7 +387,7 @@ python-multipart==0.0.9
# via starlette
pytz==2024.1
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via
# mkdocs
# mkdocs-get-deps
Expand Down Expand Up @@ -426,7 +426,7 @@ rich==13.7.1
# via
# memray
# textual
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand All @@ -436,7 +436,7 @@ ruamel-yaml==0.18.6
# pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.5.6
ruff==0.5.7
# via maggma (pyproject.toml)
s3transfer==0.10.2
# via boto3
Expand Down Expand Up @@ -465,13 +465,13 @@ starlette[full]==0.37.2
# via
# fastapi
# maggma (pyproject.toml)
sympy==1.13.1
sympy==1.13.2
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
textual==0.75.1
textual==0.76.0
# via memray
tomli==2.0.1
# via
Expand All @@ -489,9 +489,9 @@ traitlets==5.14.3
# nbformat
types-python-dateutil==2.9.0.20240316
# via maggma (pyproject.toml)
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via maggma (pyproject.toml)
types-setuptools==71.1.0.20240726
types-setuptools==71.1.0.20240806
# via maggma (pyproject.toml)
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -521,7 +521,7 @@ uvicorn==0.30.5
# via maggma (pyproject.toml)
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.1
watchdog==4.0.2
# via mkdocs
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
14 changes: 7 additions & 7 deletions requirements/macos-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ aioitertools==0.11.0
# via maggma (pyproject.toml)
annotated-types==0.7.0
# via pydantic
attrs==24.1.0
attrs==24.2.0
# via
# jsonlines
# jsonschema
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.34.153
boto3==1.34.158
# via maggma (pyproject.toml)
botocore==1.34.153
botocore==1.34.158
# via
# boto3
# s3transfer
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -51,13 +51,13 @@ numpy==1.26.4
# via
# maggma (pyproject.toml)
# pandas
orjson==3.10.6
orjson==3.10.7
# via maggma (pyproject.toml)
packaging==24.1
# via mongomock
pandas==2.2.2
# via maggma (pyproject.toml)
paramiko==3.4.0
paramiko==3.4.1
# via sshtunnel
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -90,7 +90,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand Down
36 changes: 18 additions & 18 deletions requirements/macos-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyio==4.4.0
# starlette
asttokens==2.4.1
# via stack-data
attrs==24.1.0
attrs==24.2.0
# via
# jsonlines
# jsonschema
Expand All @@ -25,19 +25,19 @@ azure-core==1.30.2
# azure-storage-blob
azure-identity==1.17.1
# via maggma (pyproject.toml)
azure-storage-blob==12.21.0
azure-storage-blob==12.22.0
# via maggma (pyproject.toml)
babel==2.15.0
babel==2.16.0
# via mkdocs-material
bcrypt==4.2.0
# via paramiko
blinker==1.8.2
# via flask
boto3==1.34.153
boto3==1.34.158
# via
# maggma (pyproject.toml)
# moto
botocore==1.34.153
botocore==1.34.158
# via
# boto3
# moto
Expand All @@ -47,7 +47,7 @@ certifi==2024.7.4
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==1.17.0
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -192,7 +192,7 @@ markupsafe==2.1.5
# mkdocs-autorefs
# mkdocstrings
# werkzeug
matplotlib==3.9.0
matplotlib==3.9.1.post1
# via pymatgen
matplotlib-inline==0.1.7
# via ipython
Expand Down Expand Up @@ -266,7 +266,7 @@ numpy==1.26.4
# pymatgen
# scipy
# spglib
orjson==3.10.6
orjson==3.10.7
# via maggma (pyproject.toml)
packaging==24.1
# via
Expand All @@ -283,7 +283,7 @@ pandas==2.2.2
# via
# maggma (pyproject.toml)
# pymatgen
paramiko==3.4.0
paramiko==3.4.1
# via sshtunnel
parso==0.8.4
# via jedi
Expand Down Expand Up @@ -337,7 +337,7 @@ pyjwt[crypto]==2.9.0
# via
# msal
# pyjwt
pymatgen==2024.7.18
pymatgen==2024.8.9
# via maggma (pyproject.toml)
pymdown-extensions==10.9
# via
Expand Down Expand Up @@ -380,7 +380,7 @@ python-multipart==0.0.9
# via starlette
pytz==2024.1
# via pandas
pyyaml==6.0.1
pyyaml==6.0.2
# via
# mkdocs
# mkdocs-get-deps
Expand Down Expand Up @@ -419,7 +419,7 @@ rich==13.7.1
# via
# memray
# textual
rpds-py==0.19.1
rpds-py==0.20.0
# via
# jsonschema
# referencing
Expand All @@ -429,7 +429,7 @@ ruamel-yaml==0.18.6
# pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.5.6
ruff==0.5.7
# via maggma (pyproject.toml)
s3transfer==0.10.2
# via boto3
Expand Down Expand Up @@ -458,13 +458,13 @@ starlette[full]==0.37.2
# via
# fastapi
# maggma (pyproject.toml)
sympy==1.13.1
sympy==1.13.2
# via pymatgen
tabulate==0.9.0
# via pymatgen
tenacity==9.0.0
# via plotly
textual==0.75.1
textual==0.76.0
# via memray
tqdm==4.66.5
# via
Expand All @@ -478,9 +478,9 @@ traitlets==5.14.3
# nbformat
types-python-dateutil==2.9.0.20240316
# via maggma (pyproject.toml)
types-pyyaml==6.0.12.20240724
types-pyyaml==6.0.12.20240808
# via maggma (pyproject.toml)
types-setuptools==71.1.0.20240726
types-setuptools==71.1.0.20240806
# via maggma (pyproject.toml)
typing-extensions==4.12.2
# via
Expand Down Expand Up @@ -508,7 +508,7 @@ uvicorn==0.30.5
# via maggma (pyproject.toml)
virtualenv==20.26.3
# via pre-commit
watchdog==4.0.1
watchdog==4.0.2
# via mkdocs
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
Loading

0 comments on commit bc75106

Please sign in to comment.