From d07ab7e140e97c25551c6d3d1e8722f459b460c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 21:15:42 +0000 Subject: [PATCH] Update periodictable requirement from ~=1.7 to ~=2.0 in /pydatalab Updates the requirements on [periodictable](https://github.com/python-periodictable/periodictable) to permit the latest version. - [Release notes](https://github.com/python-periodictable/periodictable/releases) - [Changelog](https://github.com/python-periodictable/periodictable/blob/master/ChangeLog.rst) - [Commits](https://github.com/python-periodictable/periodictable/compare/v1.7.0...v2.0.2) --- updated-dependencies: - dependency-name: periodictable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pydatalab/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydatalab/pyproject.toml b/pydatalab/pyproject.toml index a95ca9151..506972198 100644 --- a/pydatalab/pyproject.toml +++ b/pydatalab/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">= 3.10, < 3.12" dependencies = [ "bokeh ~= 2.4, < 3.0", "matplotlib ~= 3.8", - "periodictable ~= 1.7", + "periodictable ~= 2.0", "pydantic[email, dotenv] < 2.0", "pint ~= 0.24", "pandas[excel] ~= 2.2",