Skip to content

⬆️ Bump nonebot2 from 2.0.0 to 2.2.1#64

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/nonebot2-2.2.1
Closed

⬆️ Bump nonebot2 from 2.0.0 to 2.2.1#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/nonebot2-2.2.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 26, 2024

Bumps nonebot2 from 2.0.0 to 2.2.1.

Release notes

Sourced from nonebot2's releases.

Release v2.2.1 🌈🥣⚪

🚀 新功能

🐛 Bug 修复

  • Fix: 修改遗漏的过时 Pydantic 方法 @​yanyongyu (#2577)
  • Fix: Message.__contains__() 未考虑 bool(MessageSegment) 存在 False 情况导致的异常结果 @​lgc2333 (#2572)

📝 文档

💫 杂项

🍻 插件发布

Release v2.2.0 🌈🧧

[!WARNING] 本版本为兼容 Pydantic v2 的首个版本,如果在使用过程中遇到了插件兼容性问题,请参考文档降级 Pydantic 至 v1

🚛 插件迁移指南

在本版本中由于不可避免的 Pydantic 兼容性问题,请对于 Pydantic 版本有要求的插件确认是否在包依赖中正确注明 Pydantic 版本!

对于 Pydantic 版本并不敏感的插件请参考配置文档对插件读取配置部分进行修改,以便兼容 Pydantic v1 与 v2:

- plugin_config = Config.parse_obj(get_driver().config)
+ from nonebot import get_plugin_config
+ plugin_config = get_plugin_config(Config)

🚀 新功能

🐛 Bug 修复

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nonebot2](https://github.com/nonebot/nonebot2) from 2.0.0 to 2.2.1.
- [Release notes](https://github.com/nonebot/nonebot2/releases)
- [Changelog](https://github.com/nonebot/nonebot2/blob/master/CHANGELOG.md)
- [Commits](nonebot/nonebot2@v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: nonebot2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 16, 2024

Superseded by #69.

@dependabot dependabot Bot closed this May 16, 2024
@dependabot dependabot Bot deleted the dependabot/pip/nonebot2-2.2.1 branch May 16, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants