From 706e89c154c2563dd5b14988d60b592ff50da1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:44:13 +0000 Subject: [PATCH 1/2] Bump pydantic from 2.12.5 to 2.13.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.0. - [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.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9662c63d..cae29317 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,13 +56,13 @@ cluster = [ "h5py==3.16.0", ] validation = [ - "pydantic==2.12.5", + "pydantic==2.13.0", ] all = [ "mpi4py==4.1.1", "pysqa==0.4.0", "h5py==3.16.0", - "pydantic==2.12.5", + "pydantic==2.13.0", "pygraphviz==1.14", "networkx==3.6.1", "ipython==9.9.0", From 610f952e997689a3f372a9fac1b408e17d3a0550 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 13 Apr 2026 12:44:25 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment-integration.yml | 2 +- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- .ci_support/environment-win.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 21e246d2..965c2454 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -15,5 +15,5 @@ dependencies: - jupyter-book =1.0.0 - mpi4py =4.1.1 - python =3.12 -- pydantic =2.12.5 +- pydantic =2.13.0 - pyzmq =27.1.0 diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 6d7d31c8..83fb36d8 100644 --- a/.ci_support/environment-integration.yml +++ b/.ci_support/environment-integration.yml @@ -17,7 +17,7 @@ dependencies: - ipython =9.9.0 - matplotlib =3.10.8 - networkx =3.6.1 -- pydantic =2.12.5 +- pydantic =2.13.0 - pygraphviz =1.14 - pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index d2fcde43..c39e1559 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -11,7 +11,7 @@ dependencies: - ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.6.1 -- pydantic =2.12.5 +- pydantic =2.13.0 - pygraphviz =1.14 - pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 77240d89..b63febb2 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -11,7 +11,7 @@ dependencies: - ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.6.1 -- pydantic =2.12.5 +- pydantic =2.13.0 - pygraphviz =1.14 - pysqa =0.4.0 - pyzmq =27.1.0 diff --git a/.ci_support/environment-win.yml b/.ci_support/environment-win.yml index f7099b49..ced44ccf 100644 --- a/.ci_support/environment-win.yml +++ b/.ci_support/environment-win.yml @@ -11,6 +11,6 @@ dependencies: - ipython =9.9.0 - mpi4py =4.1.1 - networkx =3.6.1 -- pydantic =2.12.5 +- pydantic =2.13.0 - pygraphviz =1.14 - pyzmq =27.1.0