From 9b54b63253f54488cd8f98e537255cda3e6c54f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:30:18 +0000 Subject: [PATCH] Update aiosqlite requirement from ~=0.10.0 to ~=0.20.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.20.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..7d63a28 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.20.0 base58~=1.0.0 indy_vdr~=0.3.4 cchardet~=2.1.0