⬆️ 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-03 17:25:00 +08:00 committed by GitHub
parent 1051b0b486
commit 429ae80181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }