Skip to content

Commit

Permalink
🔖 bump version 2.3.0 (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu committed May 1, 2024
1 parent 445711e commit 6e95d53
Show file tree
Hide file tree
Showing 94 changed files with 860 additions and 18,035 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -7,7 +7,7 @@ ci:
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand All @@ -20,7 +20,7 @@ repos:
stages: [commit]

- repo: https://github.com/psf/black
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
stages: [commit]
Expand Down
318 changes: 159 additions & 159 deletions envs/pydantic-v1/poetry.lock

Large diffs are not rendered by default.

486 changes: 243 additions & 243 deletions envs/pydantic-v2/poetry.lock

Large diffs are not rendered by default.

308 changes: 154 additions & 154 deletions envs/test/poetry.lock

Large diffs are not rendered by default.

597 changes: 299 additions & 298 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.2.1"
version = "2.3.0"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <yyy@nonebot.dev>"]
license = "MIT"
Expand Down Expand Up @@ -44,7 +44,7 @@ uvicorn = { version = ">=0.20.0,<1.0.0", extras = [
], optional = true }

[tool.poetry.group.dev.dependencies]
ruff = "^0.3.0"
ruff = "^0.4.0"
isort = "^5.10.1"
black = "^24.0.0"
nonemoji = "^0.1.2"
Expand Down
49 changes: 0 additions & 49 deletions website/versioned_docs/version-2.1.3/README.md

This file was deleted.

161 changes: 0 additions & 161 deletions website/versioned_docs/version-2.1.3/advanced/adapter.md

This file was deleted.

0 comments on commit 6e95d53

Please sign in to comment.