From 399f09e5fd305f74cf01fbe8cf5481247b04ec7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:38:55 +0000 Subject: [PATCH] Update aiosqlite requirement from ~=0.10.0 to ~=0.19.0 in /server Updates the requirements on [aiosqlite](https://github.com/omnilib/aiosqlite) to permit the latest version. - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/aiosqlite/compare/v0.10.0...v0.19.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 36c2263..fc324c7 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,7 +2,7 @@ pyyaml~=5.1.1 aiodns~=2.0.0 aiohttp~=3.5.0 aiohttp-jinja2~=1.1.2 -aiosqlite~=0.10.0 +aiosqlite~=0.19.0 base58~=1.0.0 indy_vdr~=0.3.4 cchardet~=2.1.0