From f7f1ea5e4ae9d965758a89426e7a13b384030407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:18:48 +0100 Subject: [PATCH] Chore(deps): Bump aiosqlite from 0.20.0 to 0.21.0 (#1964) Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.20.0 to 0.21.0. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.20.0...v0.21.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 240f2611..8ef1d9f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "aiohttp==3.11.11", "aiofiles==24.1.0", "aiorun==2025.1.1", - "aiosqlite==0.20.0", + "aiosqlite==0.21.0", "certifi==2025.1.31", "colorlog==6.9.0", "cryptography==44.0.1", diff --git a/requirements_all.txt b/requirements_all.txt index 275bc6e8..3b1435c4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ aiojellyfin==0.14.1 aiorun==2025.1.1 aioslimproto==3.1.0 aiosonos==0.1.9 -aiosqlite==0.20.0 +aiosqlite==0.21.0 async-upnp-client==0.43.0 audible==0.10.0 bidict==0.23.1 -- 2.34.1