mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 16:57:47 +01:00
Bump aioesphomeapi to 24.6.2 and cryptography to 43.0.0 (#7131)
This commit is contained in:
parent
23ffc3ddfb
commit
d3f2434c57
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
async_timeout==4.0.3; python_version <= "3.10"
|
async_timeout==4.0.3; python_version <= "3.10"
|
||||||
cryptography==42.0.2
|
cryptography==43.0.0
|
||||||
voluptuous==0.14.2
|
voluptuous==0.14.2
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
|
@ -13,7 +13,7 @@ platformio==6.1.15 # When updating platformio, also update Dockerfile
|
||||||
esptool==4.7.0
|
esptool==4.7.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
esphome-dashboard==20240620.0
|
esphome-dashboard==20240620.0
|
||||||
aioesphomeapi==24.3.0
|
aioesphomeapi==24.6.2
|
||||||
zeroconf==0.132.2
|
zeroconf==0.132.2
|
||||||
python-magic==0.4.27
|
python-magic==0.4.27
|
||||||
ruamel.yaml==0.18.6 # dashboard_import
|
ruamel.yaml==0.18.6 # dashboard_import
|
||||||
|
|
Loading…
Reference in a new issue