1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update pydantic to 2.11.9 (#152213)

This commit is contained in:
Marc Mueller
2025-09-13 16:17:49 +02:00
committed by GitHub
parent b87e581cde
commit 3690497e1f
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ multidict>=6.0.2
backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.11.7
pydantic==2.11.9
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1

View File

@@ -15,7 +15,7 @@ license-expression==30.4.3
mock-open==1.4.0
mypy-dev==1.18.0a4
pre-commit==4.2.0
pydantic==2.11.7
pydantic==2.11.9
pylint==3.3.8
pylint-per-file-ignores==1.4.0
pipdeptree==2.26.1

View File

@@ -155,7 +155,7 @@ multidict>=6.0.2
backoff>=2.0
# ensure pydantic version does not float since it might have breaking changes
pydantic==2.11.7
pydantic==2.11.9
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1