1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Upgrade SQLAlchemy to 2.0.2 (#86436)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Erik Montnemery
2023-02-08 15:17:32 +01:00
committed by GitHub
parent 93dafefd96
commit 94519de8dd
37 changed files with 583 additions and 430 deletions

View File

@@ -1904,6 +1904,9 @@ async def test_connect_args_priority(hass, config_url):
def on_connect_url(self, url):
return False
def _builtin_onconnect(self):
...
class MockEntrypoint:
def engine_created(*_):
...