Bump platformio from 6.1.7 to 6.1.9 (#5066)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-08 14:31:49 +12:00 committed by GitHub
parent f3329fdc8c
commit cd514b140e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ tornado==6.3.2
tzlocal==5.0.1 # from time
tzdata>=2021.1 # from time
pyserial==3.5
platformio==6.1.7 # When updating platformio, also update Dockerfile
platformio==6.1.9 # When updating platformio, also update Dockerfile
esptool==4.6.2
click==8.1.6
esphome-dashboard==20230711.0

View File

@ -72,7 +72,7 @@ def clang_options(idedata):
# copy compiler flags, except those clang doesn't understand.
cmd.extend(
flag
for flag in idedata["cxx_flags"].split(" ")
for flag in idedata["cxx_flags"]
if flag
not in (
"-free",