From 16a864bfc5b515d6d87831b7111bb4270288b4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:50:40 +0000 Subject: [PATCH] Bump mendeleev from 0.19.0 to 0.20.1 Bumps [mendeleev](https://github.com/lmmentel/mendeleev) from 0.19.0 to 0.20.1. - [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.19.0...v0.20.1) --- 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 f835a1ff9..13195aa2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "defusedxml==0.7.1", "h5py==3.12.1", "matplotlib==3.10.0", - "mendeleev==0.19.0", + "mendeleev==0.20.1", "mp-api==0.45.0", "numpy==1.26.4", "pandas==2.2.3",