mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Bump pydantic to 2.11.2 (#142302)
changelog: https://github.com/pydantic/pydantic/compare/v2.11.1...v2.11.2
This commit is contained in:
parent
52724c5c22
commit
39ebc103df
@ -130,7 +130,7 @@ multidict>=6.0.2
|
|||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.11.1
|
pydantic==2.11.2
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
@ -14,7 +14,7 @@ license-expression==30.4.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.16.0a7
|
mypy-dev==1.16.0a7
|
||||||
pre-commit==4.0.0
|
pre-commit==4.0.0
|
||||||
pydantic==2.11.1
|
pydantic==2.11.2
|
||||||
pylint==3.3.6
|
pylint==3.3.6
|
||||||
pylint-per-file-ignores==1.4.0
|
pylint-per-file-ignores==1.4.0
|
||||||
pipdeptree==2.25.1
|
pipdeptree==2.25.1
|
||||||
|
@ -159,7 +159,7 @@ multidict>=6.0.2
|
|||||||
backoff>=2.0
|
backoff>=2.0
|
||||||
|
|
||||||
# ensure pydantic version does not float since it might have breaking changes
|
# ensure pydantic version does not float since it might have breaking changes
|
||||||
pydantic==2.11.1
|
pydantic==2.11.2
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user