diff --git a/reverse/pyproject.toml b/reverse/pyproject.toml index 1e05b84..59c7c7f 100644 --- a/reverse/pyproject.toml +++ b/reverse/pyproject.toml @@ -6,10 +6,9 @@ authors = "ssttkkl " readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.9, <3.11" nonebot2 = "^2.0.0b4" -nonebot-plugin-pixivbot = "~1.1" -nonebot-plugin-pixivbot-onebot-v11 = "~1.1" +nonebot-plugin-pixivbot-onebot-v11 = "^1.2.0" [tool.poetry.dev-dependencies] nb-cli = "^0.6.7" diff --git a/reverse/requirements.txt b/reverse/requirements.txt index 6158ab8..85d2878 100644 --- a/reverse/requirements.txt +++ b/reverse/requirements.txt @@ -1,3 +1,2 @@ nonebot2>=2.0.0b4 -nonebot-plugin-pixivbot~=1.1 -nonebot-plugin-pixivbot-onebot-v11~=1.1 \ No newline at end of file +nonebot-plugin-pixivbot-onebot-v11>=1.2.0 \ No newline at end of file diff --git a/ws/pyproject.toml b/ws/pyproject.toml index 6de47ae..02dedb3 100644 --- a/ws/pyproject.toml +++ b/ws/pyproject.toml @@ -6,11 +6,10 @@ authors = "ssttkkl " readme = "README.md" [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.9, <3.11" nonebot2 = "^2.0.0b4" -nonebot-plugin-pixivbot = "~1.1" -nonebot-plugin-pixivbot-onebot-v11 = "~1.1" -nonebot-plugin-pixivbot-kook = "~1.1" +nonebot-plugin-pixivbot-onebot-v11 = "^1.2.0" +nonebot-plugin-pixivbot-kook = "^1.2.0" [tool.poetry.dev-dependencies] nb-cli = "^0.6.7" diff --git a/ws/requirements.txt b/ws/requirements.txt index 0238cdc..485c93c 100644 --- a/ws/requirements.txt +++ b/ws/requirements.txt @@ -1,5 +1,4 @@ nonebot2>=2.0.0b4 nb-cli>=0.6.7 -nonebot-plugin-pixivbot~=1.1 -nonebot-plugin-pixivbot-onebot-v11~=1.1 -nonebot-plugin-pixivbot-kook~=1.1 \ No newline at end of file +nonebot-plugin-pixivbot-onebot-v11>=1.2.0 +nonebot-plugin-pixivbot-kook>=1.2.0 \ No newline at end of file