From 9aaa585d4e5c3a0bb5b27f63704066b558b31f76 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:41 +0000 Subject: [PATCH 1/8] update dependencies for . (macos-latest/py3.10) --- requirements/macos-latest_py3.10.txt | 9 +++------ requirements/macos-latest_py3.10_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/macos-latest_py3.10.txt b/requirements/macos-latest_py3.10.txt index 6b8f40847..54dc49f24 100644 --- a/requirements/macos-latest_py3.10.txt +++ b/requirements/macos-latest_py3.10.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==2.3.3 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -129,6 +129,3 @@ tzdata==2025.3 # via pandas urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/macos-latest_py3.10_extras.txt b/requirements/macos-latest_py3.10_extras.txt index f22ad7bf3..e91cb44be 100644 --- a/requirements/macos-latest_py3.10_extras.txt +++ b/requirements/macos-latest_py3.10_extras.txt @@ -106,7 +106,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -147,8 +147,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==8.38.0 # via maggma (pyproject.toml) isodate==0.7.2 @@ -310,7 +308,9 @@ pandas==2.3.3 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -499,8 +499,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -553,6 +551,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From c67bc31cf46e4027f2085ff1a61f2ff890baf8e1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:04 +0000 Subject: [PATCH 2/8] update dependencies for . (macos-latest/py3.11) --- requirements/macos-latest_py3.11.txt | 9 +++------ requirements/macos-latest_py3.11_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/macos-latest_py3.11.txt b/requirements/macos-latest_py3.11.txt index edbea27e8..e0393684e 100644 --- a/requirements/macos-latest_py3.11.txt +++ b/requirements/macos-latest_py3.11.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==3.0.0 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -124,6 +124,3 @@ typing-inspection==0.4.2 # pydantic-settings urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/macos-latest_py3.11_extras.txt b/requirements/macos-latest_py3.11_extras.txt index 84c3f9e2a..0aa4fc16f 100644 --- a/requirements/macos-latest_py3.11_extras.txt +++ b/requirements/macos-latest_py3.11_extras.txt @@ -99,7 +99,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -140,8 +140,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==9.10.0 # via maggma (pyproject.toml) ipython-pygments-lexers==1.1.1 @@ -305,7 +303,9 @@ pandas==3.0.0 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -489,8 +489,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -536,6 +534,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From 1f73e0d82c2de77f6eec475ea3f9b01587192dd4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:14 +0000 Subject: [PATCH 3/8] update dependencies for . (macos-latest/py3.12) --- requirements/macos-latest_py3.12.txt | 9 +++------ requirements/macos-latest_py3.12_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/macos-latest_py3.12.txt b/requirements/macos-latest_py3.12.txt index c1d4f89d9..18b68e357 100644 --- a/requirements/macos-latest_py3.12.txt +++ b/requirements/macos-latest_py3.12.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==3.0.0 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -124,6 +124,3 @@ typing-inspection==0.4.2 # pydantic-settings urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/macos-latest_py3.12_extras.txt b/requirements/macos-latest_py3.12_extras.txt index 5ab7346d9..d041c8384 100644 --- a/requirements/macos-latest_py3.12_extras.txt +++ b/requirements/macos-latest_py3.12_extras.txt @@ -99,7 +99,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -140,8 +140,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==9.10.0 # via maggma (pyproject.toml) ipython-pygments-lexers==1.1.1 @@ -305,7 +303,9 @@ pandas==3.0.0 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -489,8 +489,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -535,6 +533,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From 6a2c27d73f8c8471a249bc6282cab0340560a4ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:38 +0000 Subject: [PATCH 4/8] update dependencies for . (macos-latest/py3.9) --- requirements/macos-latest_py3.9.txt | 9 +++------ requirements/macos-latest_py3.9_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/macos-latest_py3.9.txt b/requirements/macos-latest_py3.9.txt index b38325874..8d334168e 100644 --- a/requirements/macos-latest_py3.9.txt +++ b/requirements/macos-latest_py3.9.txt @@ -31,8 +31,6 @@ dnspython==2.7.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==2.3.3 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==2.23 # via cffi pydantic==2.12.5 @@ -130,6 +130,3 @@ tzdata==2025.3 # via pandas urllib3==1.26.20 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/macos-latest_py3.9_extras.txt b/requirements/macos-latest_py3.9_extras.txt index fcdd2939b..c4de7b514 100644 --- a/requirements/macos-latest_py3.9_extras.txt +++ b/requirements/macos-latest_py3.9_extras.txt @@ -104,7 +104,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -151,8 +151,6 @@ importlib-resources==6.5.2 # spglib iniconfig==2.1.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==8.18.1 # via maggma (pyproject.toml) isodate==0.7.2 @@ -314,7 +312,9 @@ pandas==2.3.3 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -504,8 +504,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==81.0.0.20260209 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # aioitertools @@ -563,6 +561,3 @@ zipp==3.23.0 # via # importlib-metadata # importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From eeefb6289a6ad6d115afe6fd8b921882be94ce15 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:12 +0000 Subject: [PATCH 5/8] update dependencies for . (ubuntu-latest/py3.10) --- requirements/ubuntu-latest_py3.10.txt | 9 +++------ requirements/ubuntu-latest_py3.10_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/ubuntu-latest_py3.10.txt b/requirements/ubuntu-latest_py3.10.txt index a5038d484..db4f7b9ae 100644 --- a/requirements/ubuntu-latest_py3.10.txt +++ b/requirements/ubuntu-latest_py3.10.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==2.3.3 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -129,6 +129,3 @@ tzdata==2025.3 # via pandas urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ubuntu-latest_py3.10_extras.txt b/requirements/ubuntu-latest_py3.10_extras.txt index 7ec33b8f9..12b15737b 100644 --- a/requirements/ubuntu-latest_py3.10_extras.txt +++ b/requirements/ubuntu-latest_py3.10_extras.txt @@ -106,7 +106,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -147,8 +147,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==8.38.0 # via maggma (pyproject.toml) isodate==0.7.2 @@ -310,7 +308,9 @@ pandas==2.3.3 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -499,8 +499,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -553,6 +551,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From e971e416f6524021fa16efab7004ace6b7b54cf6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:14 +0000 Subject: [PATCH 6/8] update dependencies for . (ubuntu-latest/py3.11) --- requirements/ubuntu-latest_py3.11.txt | 9 +++------ requirements/ubuntu-latest_py3.11_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/ubuntu-latest_py3.11.txt b/requirements/ubuntu-latest_py3.11.txt index 6448f2e57..5dace15ca 100644 --- a/requirements/ubuntu-latest_py3.11.txt +++ b/requirements/ubuntu-latest_py3.11.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==3.0.0 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -124,6 +124,3 @@ typing-inspection==0.4.2 # pydantic-settings urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ubuntu-latest_py3.11_extras.txt b/requirements/ubuntu-latest_py3.11_extras.txt index e3df97dd0..1fe551f11 100644 --- a/requirements/ubuntu-latest_py3.11_extras.txt +++ b/requirements/ubuntu-latest_py3.11_extras.txt @@ -99,7 +99,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -140,8 +140,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==9.10.0 # via maggma (pyproject.toml) ipython-pygments-lexers==1.1.1 @@ -305,7 +303,9 @@ pandas==3.0.0 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -489,8 +489,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -536,6 +534,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From 6adce9950fb0c3945a24ba375aeb9c090393ced7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:09 +0000 Subject: [PATCH 7/8] update dependencies for . (ubuntu-latest/py3.12) --- requirements/ubuntu-latest_py3.12.txt | 9 +++------ requirements/ubuntu-latest_py3.12_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/ubuntu-latest_py3.12.txt b/requirements/ubuntu-latest_py3.12.txt index bd420f2a4..d49a275d0 100644 --- a/requirements/ubuntu-latest_py3.12.txt +++ b/requirements/ubuntu-latest_py3.12.txt @@ -31,8 +31,6 @@ dnspython==2.8.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==3.0.0 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==3.0 # via cffi pydantic==2.12.5 @@ -124,6 +124,3 @@ typing-inspection==0.4.2 # pydantic-settings urllib3==2.6.3 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ubuntu-latest_py3.12_extras.txt b/requirements/ubuntu-latest_py3.12_extras.txt index 355a90a15..08b957c7d 100644 --- a/requirements/ubuntu-latest_py3.12_extras.txt +++ b/requirements/ubuntu-latest_py3.12_extras.txt @@ -99,7 +99,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -140,8 +140,6 @@ idna==3.11 # requests iniconfig==2.3.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==9.10.0 # via maggma (pyproject.toml) ipython-pygments-lexers==1.1.1 @@ -305,7 +303,9 @@ pandas==3.0.0 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -489,8 +489,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==82.0.0.20260210 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # anyio @@ -535,6 +533,3 @@ werkzeug==3.1.5 # moto xmltodict==1.0.2 # via moto - -# The following packages are considered to be unsafe in a requirements file: -# setuptools From 57a35ca52c600857eb909eaf265142039bf5dd52 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 11 Feb 2026 18:23:13 +0000 Subject: [PATCH 8/8] update dependencies for . (ubuntu-latest/py3.9) --- requirements/ubuntu-latest_py3.9.txt | 9 +++------ requirements/ubuntu-latest_py3.9_extras.txt | 13 ++++--------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/requirements/ubuntu-latest_py3.9.txt b/requirements/ubuntu-latest_py3.9.txt index ec9562930..105159caa 100644 --- a/requirements/ubuntu-latest_py3.9.txt +++ b/requirements/ubuntu-latest_py3.9.txt @@ -31,8 +31,6 @@ dnspython==2.7.0 # via # maggma (pyproject.toml) # pymongo -invoke==2.2.1 - # via paramiko jmespath==1.1.0 # via # boto3 @@ -61,7 +59,9 @@ packaging==26.0 pandas==2.3.3 # via maggma (pyproject.toml) paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel pycparser==2.23 # via cffi pydantic==2.12.5 @@ -130,6 +130,3 @@ tzdata==2025.3 # via pandas urllib3==1.26.20 # via botocore - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/requirements/ubuntu-latest_py3.9_extras.txt b/requirements/ubuntu-latest_py3.9_extras.txt index f075248d6..bc3b12fee 100644 --- a/requirements/ubuntu-latest_py3.9_extras.txt +++ b/requirements/ubuntu-latest_py3.9_extras.txt @@ -104,7 +104,7 @@ execnet==2.1.2 # via pytest-xdist executing==2.2.1 # via stack-data -fastapi==0.128.7 +fastapi==0.128.8 # via maggma (pyproject.toml) fastjsonschema==2.21.2 # via nbformat @@ -151,8 +151,6 @@ importlib-resources==6.5.2 # spglib iniconfig==2.1.0 # via pytest -invoke==2.2.1 - # via paramiko ipython==8.18.1 # via maggma (pyproject.toml) isodate==0.7.2 @@ -314,7 +312,9 @@ pandas==2.3.3 # maggma (pyproject.toml) # pymatgen paramiko==3.5.1 - # via sshtunnel + # via + # maggma (pyproject.toml) + # sshtunnel parso==0.8.6 # via jedi pathspec==1.0.4 @@ -504,8 +504,6 @@ types-python-dateutil==2.9.0.20260124 # via maggma (pyproject.toml) types-pyyaml==6.0.12.20250915 # via maggma (pyproject.toml) -types-setuptools==81.0.0.20260209 - # via maggma (pyproject.toml) typing-extensions==4.15.0 # via # aioitertools @@ -563,6 +561,3 @@ zipp==3.23.0 # via # importlib-metadata # importlib-resources - -# The following packages are considered to be unsafe in a requirements file: -# setuptools