Skip to content

Commit 2fdd3d6

Browse files
authored
Update pydantic to 2.11.6 (home-assistant#146745)
1 parent 6a1e3b6 commit 2fdd3d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ multidict>=6.0.2
131131
backoff>=2.0
132132

133133
# ensure pydantic version does not float since it might have breaking changes
134-
pydantic==2.11.5
134+
pydantic==2.11.6
135135

136136
# Required for Python 3.12.4 compatibility (#119223).
137137
mashumaro>=3.13.1

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license-expression==30.4.1
1515
mock-open==1.4.0
1616
mypy-dev==1.17.0a2
1717
pre-commit==4.2.0
18-
pydantic==2.11.5
18+
pydantic==2.11.6
1919
pylint==3.3.7
2020
pylint-per-file-ignores==1.4.0
2121
pipdeptree==2.26.1

script/gen_requirements_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
backoff>=2.0
156156
157157
# ensure pydantic version does not float since it might have breaking changes
158-
pydantic==2.11.5
158+
pydantic==2.11.6
159159
160160
# Required for Python 3.12.4 compatibility (#119223).
161161
mashumaro>=3.13.1

0 commit comments

Comments
 (0)