Skip to content

Commit 7377b84

Browse files
authored
🔖 bump version 1.4.0
1 parent 1c9e9f9 commit 7377b84

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

pdm.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nb-cli"
3-
version = "1.3.1"
3+
version = "1.4.0"
44
description = "CLI for nonebot2"
55
authors = [{ name = "yanyongyu", email = "[email protected]" }]
66
license = { text = "MIT" }
@@ -24,13 +24,13 @@ dependencies = [
2424
"cashews ~=6.0",
2525
"wcwidth ~=0.2",
2626
"tomlkit ~=0.10",
27-
"pydantic >=1.10.0,<3.0.0,!=2.5.0,!=2.5.1",
2827
"watchfiles ~=0.16",
2928
"cookiecutter ~=2.2",
3029
"virtualenv ~=20.21",
3130
"typing-extensions ~=4.4",
3231
"pyfiglet >=1.0.1, <2.0.0",
3332
"noneprompt >=0.1.9, <1.0.0",
33+
"pydantic >=1.10.0,<3.0.0,!=2.5.0,!=2.5.1",
3434
"importlib-metadata >=4.6; python_version < '3.10'",
3535
]
3636

0 commit comments

Comments
 (0)