From 35b0b2537971c368595ad4e9e6b10b5ae01f9038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:41:15 +0000 Subject: [PATCH 1/3] Bump pandas from 2.3.3 to 3.0.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.3 to 3.0.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.3...v3.0.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc1190da..30fc99dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "cloudpickle==3.1.2", "executorlib==1.7.4", "graphviz==0.21", - "pandas==2.3.3", + "pandas==3.0.0", "pint==0.25", "pyiron_snippets==1.0.2", "rdflib==7.1.4", From 7fba30f1c2819996ccaf6fcdc2e7153d14f56be8 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 26 Jan 2026 16:41:32 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index d840e5e8..0d5ac0a3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =2.3.3 +- pandas =3.0.0 - pint =0.25 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 From aa0c56516e1d51221bdabd99379f3609d5c645b6 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 26 Jan 2026 16:41:49 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index d840e5e8..0d5ac0a3 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -8,7 +8,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =2.3.3 +- pandas =3.0.0 - pint =0.25 - pyiron_snippets =1.0.2 - python >=3.11,<3.14 diff --git a/docs/environment.yml b/docs/environment.yml index 89c65b14..f0eb19ad 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -14,7 +14,7 @@ dependencies: - graphviz =9.0.0 - hatchling =1.28.0 - hatch-vcs =0.5.0 -- pandas =2.3.3 +- pandas =3.0.0 - pint =0.25 - pyiron_snippets =1.0.2 - python >=3.11,<3.14