Skip to content

Commit 54f3bb8

Browse files
authored
Bump pydantic to 2.11.13 (home-assistant#142612)
changelog: pydantic/pydantic@v2.11.2...v2.11.3
1 parent fa291c2 commit 54f3bb8

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
@@ -130,7 +130,7 @@ multidict>=6.0.2
130130
backoff>=2.0
131131

132132
# ensure pydantic version does not float since it might have breaking changes
133-
pydantic==2.11.2
133+
pydantic==2.11.3
134134

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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license-expression==30.4.1
1414
mock-open==1.4.0
1515
mypy-dev==1.16.0a7
1616
pre-commit==4.0.0
17-
pydantic==2.11.2
17+
pydantic==2.11.3
1818
pylint==3.3.6
1919
pylint-per-file-ignores==1.4.0
2020
pipdeptree==2.25.1

script/gen_requirements_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
backoff>=2.0
160160
161161
# ensure pydantic version does not float since it might have breaking changes
162-
pydantic==2.11.2
162+
pydantic==2.11.3
163163
164164
# Required for Python 3.12.4 compatibility (#119223).
165165
mashumaro>=3.13.1

0 commit comments

Comments
 (0)