mirror of
https://github.com/esphome/esphome.git
synced 2026-03-23 17:54:12 +08:00
Some checks failed
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run CodSpeed benchmarks (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04-arm) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04-arm) (push) Has been cancelled
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
631 B
Plaintext
34 lines
631 B
Plaintext
cryptography==46.0.5
|
|
voluptuous==0.16.0
|
|
PyYAML==6.0.3
|
|
paho-mqtt==1.6.1
|
|
colorama==0.4.6
|
|
icmplib==3.0.4
|
|
tornado==6.5.5
|
|
tzlocal==5.3.1 # from time
|
|
tzdata>=2021.1 # from time
|
|
pyserial==3.5
|
|
platformio==6.1.19
|
|
esptool==5.2.0
|
|
click==8.3.1
|
|
esphome-dashboard==20260210.0
|
|
aioesphomeapi==44.7.0
|
|
zeroconf==0.148.0
|
|
puremagic==1.30
|
|
ruamel.yaml==0.19.1 # dashboard_import
|
|
ruamel.yaml.clib==0.2.15 # dashboard_import
|
|
esphome-glyphsets==0.2.0
|
|
pillow==12.1.1
|
|
resvg-py==0.2.6
|
|
freetype-py==2.5.1
|
|
jinja2==3.1.6
|
|
bleak==2.1.1
|
|
smpclient==6.0.0
|
|
requests==2.32.5
|
|
|
|
# esp-idf >= 5.0 requires this
|
|
pyparsing >= 3.0
|
|
|
|
# For autocompletion
|
|
argcomplete>=2.0.0
|