Bump sqlparse to 0.5.0 (#115681)
fixes https://github.com/home-assistant/core/security/dependabot/54 fixes https://github.com/home-assistant/core/security/dependabot/55
This commit is contained in:
parent
6a7a44c998
commit
7e35fcf11a
3 changed files with 3 additions and 3 deletions
|
@ -5,5 +5,5 @@
|
|||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/sql",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["SQLAlchemy==2.0.29", "sqlparse==0.4.4"]
|
||||
"requirements": ["SQLAlchemy==2.0.29", "sqlparse==0.5.0"]
|
||||
}
|
||||
|
|
|
@ -2592,7 +2592,7 @@ spiderpy==1.6.1
|
|||
spotipy==2.23.0
|
||||
|
||||
# homeassistant.components.sql
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
|
||||
# homeassistant.components.srp_energy
|
||||
srpenergy==1.3.6
|
||||
|
|
|
@ -1999,7 +1999,7 @@ spiderpy==1.6.1
|
|||
spotipy==2.23.0
|
||||
|
||||
# homeassistant.components.sql
|
||||
sqlparse==0.4.4
|
||||
sqlparse==0.5.0
|
||||
|
||||
# homeassistant.components.srp_energy
|
||||
srpenergy==1.3.6
|
||||
|
|
Loading…
Add table
Reference in a new issue