diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 965c2454..8e6739df 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.13.0 +- pydantic =2.13.1 - pyzmq =27.1.0 diff --git a/.ci_support/environment-integration.yml b/.ci_support/environment-integration.yml index 83fb36d8..2b6d4aa5 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.13.0 +- pydantic =2.13.1 - 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 c39e1559..c433890b 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.13.0 +- pydantic =2.13.1 - 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 b63febb2..fa2c7a2f 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.13.0 +- pydantic =2.13.1 - 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 ced44ccf..15cd65af 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.13.0 +- pydantic =2.13.1 - pygraphviz =1.14 - pyzmq =27.1.0 diff --git a/pyproject.toml b/pyproject.toml index cae29317..d52e8127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,13 +56,13 @@ cluster = [ "h5py==3.16.0", ] validation = [ - "pydantic==2.13.0", + "pydantic==2.13.1", ] all = [ "mpi4py==4.1.1", "pysqa==0.4.0", "h5py==3.16.0", - "pydantic==2.13.0", + "pydantic==2.13.1", "pygraphviz==1.14", "networkx==3.6.1", "ipython==9.9.0",