Update python-databases to version 0.9.0 / rev 9 via SR 1201498
https://build.opensuse.org/request/show/1201498
by user StevenK + anag+factory
- Update to 0.9.0:
* Added
+ Allow SQLite query parameters and support cached databases
+ Support for unix socket for aiomysql and asyncmy
* Changed
+ Drop support for Python 3.7 and add support for Python 3.12
+ Add support for SQLAlchemy 2+
+ Allow SSL string parameters in PostgresSQL URL
+ Change isolation connections and transactions during concurrent usage
+ Bump up asyncmy version to fix No module named 'asyncmy.connection'
* Fixed
+ Fix the type-hints using more standard mode
- Switch to pyproject macros.