Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/alexa_devices/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "cloud_polling",
"loggers": ["aioamazondevices"],
"quality_scale": "bronze",
"requirements": ["aioamazondevices==3.1.2"]
"requirements": ["aioamazondevices==3.1.3"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ multidict>=6.0.2
backoff>=2.0

# 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).
mashumaro>=3.13.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license-expression==30.4.1
mock-open==1.4.0
mypy-dev==1.17.0a2
pre-commit==4.2.0
pydantic==2.11.6
pydantic==2.11.7
pylint==3.3.7
pylint-per-file-ignores==1.4.0
pipdeptree==2.26.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
backoff>=2.0

# 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).
mashumaro>=3.13.1
Expand Down
Loading