From 9cbebfded9ad2f000a5b07bca90c31f297deddb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 19:50:28 +0300 Subject: [PATCH] Bump aiosqlite from 0.19.0 to 0.20.0 (#44) 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9aef865..e09509d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ orjson==3.9.15 uvloop==0.19.0 SQLAlchemy==2.0.27 alembic==1.13.1 -aiosqlite==0.19.0 +aiosqlite==0.20.0 asyncclick===8.1.7.1 anyio==4.2.0 aiocache==0.12.2