From fb53de8ad2d7e70e384ad1253475a974b64822ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 05:15:56 +0000 Subject: [PATCH] Bump mendeleev from 0.15.0 to 0.16.0 Bumps [mendeleev](https://github.com/lmmentel/mendeleev) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/lmmentel/mendeleev/releases) - [Changelog](https://github.com/lmmentel/mendeleev/blob/master/CHANGES.rst) - [Commits](https://github.com/lmmentel/mendeleev/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: mendeleev dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 892b59df..bcf0b5ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ documentation = "https://jageo.github.io/LobsterPy/" changelog = "https://jageo.github.io/LobsterPy/about/changelog.html" [project.optional-dependencies] -featurizer = ["mendeleev==0.15.0"] +featurizer = ["mendeleev==0.16.0"] dev = ["pre-commit>=2.12.1"] tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov"] docs = [