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",