From 6c66528c316017b4abdc14d8cc54ba03d17914af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:55:17 +0000 Subject: [PATCH] chore(deps): update aiosqlite requirement from >=0.20.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.20.0...v0.22.1) --- updated-dependencies: - dependency-name: aiosqlite dependency-version: 0.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a542ccd..5d27954 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ httpx>=0.27.0 pyyaml>=6.0.2 ruamel.yaml>=0.18.6 python-dotenv>=1.0.1 -aiosqlite>=0.20.0 +aiosqlite>=0.22.1 python-multipart>=0.0.9