From 429ae80181795a7acd65ed251543710ea17ec1e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 17:25:00 +0800 Subject: [PATCH] :arrow_up: Update aiosqlite requirement from ^0.19.0 to ^0.20.0 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.20.0) --- updated-dependencies: - dependency-name: aiosqlite dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c72046..302a1b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ thefuzz = "^0.22.1" cryptography = "^42.0.2" pillow = "^10.0.1" playwright = "1.39.0" -aiosqlite = { extras = ["sqlite"], version = "^0.19.0" } +aiosqlite = { extras = ["sqlite"], version = "^0.20.0" } simnet = { git = "https://github.com/PaiGramTeam/SIMNet" } gcsim-pypi = "^2.8.2.10" python-genshin-artifact = { version = "^1.0.4", optional = true }