@@ -12,10 +12,10 @@ classifiers = [
1212 " Framework :: AsyncIO" ,
1313 " Intended Audience :: Developers" ,
1414 " Natural Language :: English" ,
15- " Programming Language :: Python :: 3.13 " ,
15+ " Programming Language :: Python :: 3.14 " ,
1616 " Programming Language :: Python :: 3" ,
1717]
18- requires-python = " ==3.13 .2"
18+ requires-python = " ==3.14 .2"
1919dependencies = [] # Use dev for all dependencies
2020
2121[project .urls ]
@@ -27,14 +27,27 @@ Changelog = "https://github.com/andrew-codechimp/HA-Wasp-In-A-Box/releases"
2727
2828[dependency-groups ]
2929dev = [
30- " aiodns<4.0.0 " ,
30+ " aiodns" ,
3131 " colorlog" ,
32- " homeassistant==2026.1.0 " ,
32+ " homeassistant==2026.3.3 " ,
3333 " mypy" ,
34- " pycares<5.0.0 " ,
34+ " pycares" ,
3535 " pygments" ,
3636 " pytest-homeassistant-custom-component" ,
3737 " ruff" ,
38+ " hassil" ,
39+ " home_assistant_intents" ,
40+ " mutagen" ,
41+ " pymicro_vad" ,
42+ " pyspeex_noise" ,
43+ " PyTurboJPEG" ,
44+ " aiodhcpwatcher" ,
45+ " aiousbwatcher" ,
46+ " async-upnp-client" ,
47+ " go2rtc-client" ,
48+ " ha-ffmpeg" ,
49+ " paho-mqtt" ,
50+ " av" ,
3851]
3952
4053[tool .uv ]
@@ -123,7 +136,7 @@ voluptuous = "vol"
123136# Specify the target platform details in config, so your developers are
124137# free to run mypy on Windows, Linux, or macOS and get consistent
125138# results.
126- python_version = " 3.13 "
139+ python_version = " 3.14 "
127140platform = " linux"
128141
129142# show error messages from unrelated files
0 commit comments