From 395ea1ac69a79a3a82eff3dfe0714fafc344842c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:29:02 +0000 Subject: [PATCH] chore(deps): update dependency pydantic to ~=2.10.4 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1212a0eb..cc791847d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin' python-magic-bin~=0.4.14; sys_platform == 'win32' python_json_logger~=2.0.4 PyYAML~=6.0 -pydantic~=2.8.2 +pydantic~=2.10.4 requests~=2.32.2 setuptools~=71.1.0 cachetools~=5.4.0 diff --git a/setup.cfg b/setup.cfg index a3ca75bfb..212988fee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,7 +37,7 @@ install_requires = # Filigran datefinder~=0.7.3 pika~=1.3.0 - pydantic~=2.8.2 + pydantic~=2.10.4 python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin' python-magic-bin~=0.4.14; sys_platform == 'win32' python_json_logger~=2.0.4