Skip to content

Commit

Permalink
🔖 bump version 2.3.3 (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Aug 18, 2024
1 parent 70fb8fc commit 2195e07
Show file tree
Hide file tree
Showing 104 changed files with 1,490 additions and 21,584 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
"vscode": {
"settings": {
"python.analysis.diagnosticMode": "workspace",
"python.analysis.typeCheckingMode": "basic",
"ruff.organizeImports": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports": true
"source.fixAll.ruff": "explicit",
"source.organizeImports": "explicit"
}
},
"[javascript]": {
Expand Down
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
open_collective: nonebot
custom: ["https://afdian.net/@nonebot"]
custom: ["https://afdian.com/@nonebot"]
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,12 @@ updates:
actions:
patterns:
- "*"

- package-ecosystem: devcontainers
directory: "/"
schedule:
interval: daily
groups:
devcontainers:
patterns:
- "*"
1,144 changes: 445 additions & 699 deletions envs/pydantic-v1/poetry.lock

Large diffs are not rendered by default.

1,144 changes: 445 additions & 699 deletions envs/pydantic-v2/poetry.lock

Large diffs are not rendered by default.

164 changes: 92 additions & 72 deletions envs/test/poetry.lock

Large diffs are not rendered by default.

1,239 changes: 493 additions & 746 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot2"
version = "2.3.2"
version = "2.3.3"
description = "An asynchronous python bot framework."
authors = ["yanyongyu <[email protected]>"]
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.4.0"
ruff = "^0.6.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.3.0/README.md

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 2195e07

Please sign in to comment.