From aec8e5c77efa4c6965f0939e44eec7fcc1dbcac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:20:41 +0000 Subject: [PATCH] deps(deps): bump aiosqlite from 0.20.0 to 0.21.0 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-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.local.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.local.txt b/requirements.local.txt index a252cdb..087e539 100644 --- a/requirements.local.txt +++ b/requirements.local.txt @@ -6,7 +6,7 @@ aiogram==3.16.0 # Updated from 3.14.0 # Async SQLite -aiosqlite==0.20.0 +aiosqlite==0.21.0 # Async File I/O aiofiles==24.1.0 diff --git a/requirements.txt b/requirements.txt index 8822f95..b1f2af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aiogram==3.16.0 # Updated from 3.14.0 # Async SQLite -aiosqlite==0.20.0 +aiosqlite==0.21.0 # Async File I/O aiofiles==24.1.0