From 989c65340f8f80e8dab3d939d713146968b9ba4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 01:35:19 +0000 Subject: [PATCH] Update dependency pydantic to v1.10.13 [SECURITY] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- requirements_doc.txt | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 97539f4b..bddc65d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ opencv-python-headless==4.9.0.80 pandas==2.2.1 pillow==10.2.0 plotly==5.20.0 -pydantic==1.10.7 +pydantic==1.10.13 starfile==0.5.6 workflows==2.26 zocalo==0.30.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index 0107c908..4c956af1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,7 +9,7 @@ opencv-python==4.9.0.80 pandas==2.2.1 pillow==10.2.0 plotly==5.20.0 -pydantic==1.10.7 +pydantic==1.10.13 pytest-cov==4.1.0 pytest-mock==3.12.0 pytest==8.1.1 diff --git a/requirements_doc.txt b/requirements_doc.txt index a38be914..454a6314 100644 --- a/requirements_doc.txt +++ b/requirements_doc.txt @@ -5,6 +5,6 @@ mrcfile==1.5.0 pandas==2.2.1 pillow==10.2.0 plotly==5.20.0 -pydantic==1.10.7 +pydantic==1.10.13 Sphinx==4.5.0 sphinx-rtd-theme==1.0.0 diff --git a/setup.cfg b/setup.cfg index 01dbc7e5..c3d80436 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = pandas pillow plotly - pydantic ==1.10.7 + pydantic ==1.10.13 pyyaml starfile workflows