chore(dependencies): 更新 Python 版本要求并配置 dependabot

This commit is contained in:
Quan
2026-02-11 12:00:04 +08:00
parent 27472257a8
commit 2ee4d5012b
2 changed files with 15 additions and 1 deletions

14
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
version: 2
registries:
pip_mirror:
type: python-index
url: https://mirrors.ustc.edu.cn/pypi/simple
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "cron"
cronjob: "0 0 * * 6"
timezone: "Asia/Shanghai"
registries:
- pip_mirror

View File

@@ -7,7 +7,7 @@ authors = [
] ]
readme = "README.md" readme = "README.md"
license = "GPL-3.0" license = "GPL-3.0"
requires-python = ">=3.12,<3.13" requires-python = ">=3.12"
dependencies = [ dependencies = [
"aiofiles>=25.1.0", "aiofiles>=25.1.0",
"aiosqlite>=0.22.1", "aiosqlite>=0.22.1",