AceFire6 / ordered-arrowverse

A listing of all shows in the Arrowverse in watch order to ensure continuity and sensible ordering for crossover episodes
https://arrowverse.info
100 stars 33 forks source link

Update aiosqlite to 0.13.0 #264

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates aiosqlite from 0.10.0 to 0.13.0.

Changelog ### 0.13.0 ``` ------- Feature release - `cursor.execute*()` now returns the cursor to match sqlite3 API (62) - `Connection.set_trace_callback()` now supported (62) - `Connection.iterdump()` is now supported (66) - Fixed possible hung thread if connection failed (55) - Dropped support for Python 3.5 $ git shortlog -s v0.12.0...v0.13.0 32 John Reese 1 pyup.io bot 5 shipmints ``` ### 0.12.0 ``` ------- Feature Release - Add support for custom functions (58) - Official support for Python 3.8 $ git shortlog -s v0.11.0...v0.12.0 4 John Reese 1 dmitrypolo 3 pyup.io bot ``` ### 0.11.0 ``` - Added support for `set_progress_handler` (49) - Improved and updated documentation $ git shortlog -s v0.10.0...v0.11.0 11 John Reese 4 Stanislas 2 Vladislav Yarmak 1 pyup-bot 5 tat2grl85 ```
Links - PyPI: https://pypi.org/project/aiosqlite - Changelog: https://pyup.io/changelogs/aiosqlite/ - Homepage: https://aiosqlite.omnilib.dev