🔖 Release: v2.4.0 (#3097)

This commit is contained in:
Ju4tCode
2024-10-31 21:35:08 +08:00
committed by GitHub
parent 950930a275
commit a50a3398de
6 changed files with 823 additions and 659 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.3.3"
version = "2.4.0"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
@ -46,7 +46,7 @@ uvicorn = { version = ">=0.20.0,<1.0.0", extras = [
], optional = true }
[tool.poetry.group.dev.dependencies]
ruff = "^0.6.0"
ruff = "^0.7.0"
isort = "^5.10.1"
black = "^24.0.0"
nonemoji = "^0.1.2"