From 3415a66416f48bcf5c1e531f7295f630b463972b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:35:14 +0000 Subject: [PATCH 1/3] Bump pydantic from 2.12.5 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 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 f370f05e..9dfeb879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "pydantic==2.12.5", + "pydantic==2.13.4", "pyiron_snippets==1.3.0", ] dynamic = [ "version",] From 3833f8accc787f6427cdad41db01c2c4bbb064c9 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 10 Jun 2026 16:35:37 +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 b5501582..69cea888 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -4,5 +4,5 @@ dependencies: - hatchling =1.30.1 - hatch-vcs =0.5.0 - python >=3.11, <3.15 -- pydantic =2.12.5 +- pydantic =2.13.4 - pyiron_snippets =1.3.0 From ce86c0c07b27826bddcf08718d032dba58fcaef1 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Wed, 10 Jun 2026 16:36:01 +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 584389bc..e27f7654 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -4,7 +4,7 @@ dependencies: - hatchling =1.30.1 - hatch-vcs =0.5.0 - python >=3.11, <3.15 -- pydantic =2.12.5 +- pydantic =2.13.4 - pyiron_snippets =1.3.0 - bagofholding =0.1.12 - ipytree =0.2.2 diff --git a/docs/environment.yml b/docs/environment.yml index cef52ee0..132a7ad6 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -10,7 +10,7 @@ dependencies: - hatchling =1.30.1 - hatch-vcs =0.5.0 - python >=3.11, <3.15 -- pydantic =2.12.5 +- pydantic =2.13.4 - pyiron_snippets =1.3.0 - bagofholding =0.1.12 - ipytree =0.2.2