fix(deps): bump pydantic 1.10.9 → 1.10.13 (CVE-2024-3772)

Fixes ReDoS vulnerability in pydantic email validation regex.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix/kind-mount-propagation^2
A. F. Dudley 2026-03-10 17:12:47 +00:00
parent b129aaa9a5
commit 1df32635de
3 changed files with 2094 additions and 2 deletions

View File

@ -25,7 +25,7 @@ dependencies = [
"click>=8.1.6", "click>=8.1.6",
"PyYAML>=6.0.1", "PyYAML>=6.0.1",
"ruamel.yaml>=0.17.32", "ruamel.yaml>=0.17.32",
"pydantic==1.10.9", "pydantic==1.10.13",
"tomli==2.0.1", "tomli==2.0.1",
"validators==0.22.0", "validators==0.22.0",
"kubernetes>=28.1.0", "kubernetes>=28.1.0",

View File

@ -6,7 +6,7 @@ python-on-whales>=0.64.0
click>=8.1.6 click>=8.1.6
PyYAML>=6.0.1 PyYAML>=6.0.1
ruamel.yaml>=0.17.32 ruamel.yaml>=0.17.32
pydantic==1.10.9 pydantic==1.10.13
tomli==2.0.1 tomli==2.0.1
validators==0.22.0 validators==0.22.0
kubernetes>=28.1.0 kubernetes>=28.1.0

2092
uv.lock 100644

File diff suppressed because it is too large Load Diff