From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:01:06 +0000 (+0200) Subject: Bump aiosqlite from 0.18.0 to 0.19.0 (#629) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=3b1149912aa5d3397343944b0941a9b74ffbe92f;p=music-assistant-server.git Bump aiosqlite from 0.18.0 to 0.19.0 (#629) Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/omnilib/aiosqlite/releases) - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index a48e6335..48bf6701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ server = [ "aiorun==2022.11.1", "coloredlogs==15.0.1", "databases==0.7.0", - "aiosqlite==0.18.0", + "aiosqlite==0.19.0", "python-slugify==8.0.1", "mashumaro==3.7", "memory-tempfile==2.2.3", diff --git a/requirements_all.txt b/requirements_all.txt index f05d4860..f189426a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ aiofiles==23.1.0 aiohttp==3.8.4 aiorun==2022.11.1 aioslimproto==2.2.0 -aiosqlite==0.18.0 +aiosqlite==0.19.0 async-upnp-client==0.33.1 asyncio-throttle==1.0.2 coloredlogs==15.0.1