mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 17:11:53 +02:00
Update pydantic to 2.11.7 (#146835)
This commit is contained in:
@ -131,7 +131,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.6
|
pydantic==2.11.7
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
@ -15,7 +15,7 @@ license-expression==30.4.1
|
|||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy-dev==1.17.0a2
|
mypy-dev==1.17.0a2
|
||||||
pre-commit==4.2.0
|
pre-commit==4.2.0
|
||||||
pydantic==2.11.6
|
pydantic==2.11.7
|
||||||
pylint==3.3.7
|
pylint==3.3.7
|
||||||
pylint-per-file-ignores==1.4.0
|
pylint-per-file-ignores==1.4.0
|
||||||
pipdeptree==2.26.1
|
pipdeptree==2.26.1
|
||||||
|
@ -155,7 +155,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.6
|
pydantic==2.11.7
|
||||||
|
|
||||||
# Required for Python 3.12.4 compatibility (#119223).
|
# Required for Python 3.12.4 compatibility (#119223).
|
||||||
mashumaro>=3.13.1
|
mashumaro>=3.13.1
|
||||||
|
Reference in New Issue
Block a user