We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56abe81 commit 9e03368Copy full SHA for 9e03368
pyproject.toml
@@ -7,13 +7,13 @@ readme = "README.md"
7
license = { file = "LICENSE" }
8
requires-python = ">=3.13.5"
9
dependencies = [
10
- "click>=8.2.1",
+ "click>=8.3.0",
11
"docker>=7.1.0",
12
- "githubkit>=0.12.15",
+ "githubkit>=0.13.4",
13
"jinja2>=3.1.6",
14
"nonebot-adapter-github>=0.5.0",
15
- "nonebot2>=2.4.2",
16
- "pydantic-extra-types>=2.10.5",
+ "nonebot2>=2.4.3",
+ "pydantic-extra-types>=2.10.6",
17
"pyjson5>=1.6.9",
18
"tzdata>=2025.2",
19
]
0 commit comments