From 95ad93deb5973ca331659a775dbcba5bdb6ad521 Mon Sep 17 00:00:00 2001 From: Azide Date: Tue, 30 Jul 2024 20:35:14 +0800 Subject: [PATCH] =?UTF-8?q?:wrench:=20=E7=89=88=E6=9C=AC=E7=BA=A6=E6=9D=9F?= =?UTF-8?q?=E6=94=B9=E4=B8=BA>=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 2 +- pyproject.toml | 38 +++++++++++++++++++------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 59297fe..a59c54e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base", "schedule:weekly", "group:allNonMajor"], "labels": ["dependencies"], - "rangeStrategy": "widen", + "rangeStrategy": "update-lockfile", "ignoreDeps": ["python"], "commitMessagePrefix": ":arrow_up:", "packageRules": [ diff --git a/pyproject.toml b/pyproject.toml index da3ca0c..be7ea0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,40 +20,40 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.9, <4.0" -nonebot2 = "^2.3.0" -strenum = "^0.4.8" +nonebot2 = ">=2.3.0" +strenum = ">=0.4.8" pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1" anyio = ">=3.3.0,<5.0.0" -filetype = "^1.2.0" +filetype = ">=1.2.0" [tool.poetry.group.dev.dependencies] -pytest-asyncio = "^0.20.2" -ipdb = "^0.13.9" -pip = "^23.0" -pytest-cov = "^5.0.0" -nonebug = "^0.3.1" +pytest-asyncio = ">=0.20.2" +ipdb = ">=0.13.9" +pip = ">=23.0" +pytest-cov = ">=5.0.0" +nonebug = ">=0.3.1" nonebot2 = { extras = [ "fastapi", "httpx", "websockets", -], version = "^2.0.0rc4" } +], version = ">=2.3.0" } ruff = ">=0.4.0" -pytest-mock = "^3.10.0" -respx = "^0.20.2" +pytest-mock = ">=3.10.0" +respx = ">=0.20.2" [tool.poetry.group.adapters] optional = true [tool.poetry.group.adapters.dependencies] -nonebot-adapter-onebot = "^2.4.0" -nonebot-adapter-kaiheila = "^0.3.1" +nonebot-adapter-onebot = ">=2.4.0" +nonebot-adapter-kaiheila = ">=0.3.1" nonebot-adapter-telegram = { git = "https://github.com/nonebot/adapter-telegram.git" } -nonebot-adapter-feishu = "^2.4.0" -nonebot-adapter-red = "^0.9.0" -nonebot-adapter-dodo = "^0.2.0" -nonebot-adapter-qq = "^1.4.1" -nonebot-adapter-satori = "^0.12.3" -nonebot-adapter-discord = "^0.1.7" +nonebot-adapter-feishu = ">=2.4.0" +nonebot-adapter-red = ">=0.9.0" +nonebot-adapter-dodo = ">=0.2.0" +nonebot-adapter-qq = ">=1.4.1" +nonebot-adapter-satori = ">=0.10.2" +nonebot-adapter-discord = ">=0.1.7" [tool.black] line-length = 88