From 2ee4d5012b48a01ef32b49d7de013b3d33cea7ec Mon Sep 17 00:00:00 2001 From: Quan Date: Wed, 11 Feb 2026 12:00:04 +0800 Subject: [PATCH] =?UTF-8?q?chore(dependencies):=20=E6=9B=B4=E6=96=B0=20Pyt?= =?UTF-8?q?hon=20=E7=89=88=E6=9C=AC=E8=A6=81=E6=B1=82=E5=B9=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20dependabot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..62266bc --- /dev/null +++ b/.github/dependabot.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0466e2e..511e570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] readme = "README.md" license = "GPL-3.0" -requires-python = ">=3.12,<3.13" +requires-python = ">=3.12" dependencies = [ "aiofiles>=25.1.0", "aiosqlite>=0.22.1",