🔖 bump version 2.3.3 (#2903)

This commit is contained in:
Ju4tCode
2024-08-18 11:53:33 +08:00
committed by GitHub
parent 70fb8fc8c6
commit 2195e07998
104 changed files with 1492 additions and 21586 deletions

View File

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