From 6dadc53ea10302d693a49ad99818a0d3cc6bd2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:56:14 +0000 Subject: [PATCH] Update aiosqlite requirement from >=0.19.0 to >=0.22.1 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.19.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6eb7f34..cd697281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" requires-python = ">=3.13" dependencies = [ "python-telegram-bot[ext]>=20.0", - "aiosqlite>=0.19.0", + "aiosqlite>=0.22.1", "python-dotenv>=1.0.0", "aiohttp>=3.9.0", "pyyaml>=6.0",