From 914823369ddcf6b14a252b253ad019bcd2f4d401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:17:32 +0100 Subject: [PATCH] Bump aiosqlite from 0.19.0 to 0.20.0 (#1123) Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.19.0...v0.20.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> --- pyproject.toml | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6268108f3..28e77834d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ server = [ "aiofiles==23.2.1", "aiorun==2023.7.2", "colorlog==6.8.2", - "aiosqlite==0.19.0", + "aiosqlite==0.20.0", "python-slugify==8.0.4", "mashumaro==3.12", "memory-tempfile==2.2.3", diff --git a/requirements_all.txt b/requirements_all.txt index f65b8fd3a..b4d2f17b4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -6,7 +6,7 @@ aiofiles==23.2.1 aiohttp==3.9.3 aiorun==2023.7.2 aioslimproto==2.3.3 -aiosqlite==0.19.0 +aiosqlite==0.20.0 async-upnp-client==0.38.2 asyncio-throttle==1.0.2 colorlog==6.8.2