From 7f6d15f009993cc5df86e581d6a71bfa6866b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:41:45 +0000 Subject: [PATCH 1/2] Bump zope-interface from 7.1.0 to 7.1.1 Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: zope-interface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/ubuntu-latest_py3.10_extras.txt | 2 +- requirements/ubuntu-latest_py3.11_extras.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/ubuntu-latest_py3.10_extras.txt b/requirements/ubuntu-latest_py3.10_extras.txt index c6ab6873..95243eae 100644 --- a/requirements/ubuntu-latest_py3.10_extras.txt +++ b/requirements/ubuntu-latest_py3.10_extras.txt @@ -1118,7 +1118,7 @@ zipp==3.20.2 # via importlib-metadata zope-event==5.0 # via gevent -zope-interface==7.1.0 +zope-interface==7.1.1 # via gevent # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/ubuntu-latest_py3.11_extras.txt b/requirements/ubuntu-latest_py3.11_extras.txt index 4dbbcdcc..bb199657 100644 --- a/requirements/ubuntu-latest_py3.11_extras.txt +++ b/requirements/ubuntu-latest_py3.11_extras.txt @@ -1097,7 +1097,7 @@ zipp==3.20.2 # via importlib-metadata zope-event==5.0 # via gevent -zope-interface==7.1.0 +zope-interface==7.1.1 # via gevent # The following packages are considered to be unsafe in a requirements file: From 8dfc8922e2bc82a51831dfaf313f26e02badeb60 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:41:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- crystal_toolkit/components/localenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crystal_toolkit/components/localenv.py b/crystal_toolkit/components/localenv.py index 8cc6a6dc..2620d5eb 100644 --- a/crystal_toolkit/components/localenv.py +++ b/crystal_toolkit/components/localenv.py @@ -21,7 +21,7 @@ LightStructureEnvironments, ) from pymatgen.analysis.graphs import MoleculeGraph, StructureGraph -from pymatgen.analysis.local_env import LocalStructOrderParams, CN_OPT_PARAMS +from pymatgen.analysis.local_env import CN_OPT_PARAMS, LocalStructOrderParams from pymatgen.core import Molecule, Structure from pymatgen.ext.matproj import MPRester from pymatgen.io.ase import AseAtomsAdaptor