Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update nonebot dependencies #65

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nonebot-adapter-onebot (source) ==2.3.1 -> ==2.4.4 age adoption passing confidence
nonebot2 (source, changelog) ==2.1.3 -> ==2.3.2 age adoption passing confidence

Release Notes

nonebot/adapter-onebot (nonebot-adapter-onebot)

v2.4.4: Release 2.4.4

Compare Source

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.4.3...v2.4.4

v2.4.3: Release 2.4.3

Compare Source

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.4.2...v2.4.3

v2.4.2: Release 2.4.2

Compare Source

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.4.1...v2.4.2

v2.4.1: Release 2.4.1

Compare Source

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.4.0...v2.4.1

v2.4.0: Release 2.4.0

Compare Source

What's Changed

Full Changelog: nonebot/adapter-onebot@v2.3.1...v2.4.0

nonebot/nonebot2 (nonebot2)

v2.3.2: 🌈🌞

Compare Source

🐛 Bug 修复
📝 文档
🍻 插件发布

v2.3.1: 🌈💝

Compare Source

🐛 Bug 修复
📝 文档
💫 杂项
  • Plugin: 移除已在 PyPI 上删除的 covid 插件和 molar-mass 插件 @​NCBM (#​2712)
🍻 插件发布
🍻 适配器发布

v2.3.0: 🌈👷

Compare Source

💥 破坏性变更
🚀 新功能
🐛 Bug 修复
📝 文档
💫 杂项
🍻 插件发布
🍻 适配器发布

v2.2.1: 🌈🥣⚪

Compare Source

🚀 新功能
🐛 Bug 修复
📝 文档
💫 杂项
🍻 插件发布

v2.2.0: 🌈🧧

Compare Source

[!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 修复
📝 文档
💫 杂项
🍻 插件发布

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from 2065dcc to 70afa83 Compare March 2, 2024 14:29
@renovate renovate bot changed the title ⬆️ Update dependency nonebot2 to >=2.1.3 ⬆️ Update nonebot dependencies Mar 2, 2024
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from 70afa83 to ea13f46 Compare March 4, 2024 10:02
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from ea13f46 to 3517723 Compare March 18, 2024 08:02
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch 2 times, most recently from c911e86 to 579c838 Compare March 30, 2024 16:28
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from 579c838 to e9e23d7 Compare May 1, 2024 12:26
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from e9e23d7 to 6d4c4d1 Compare May 20, 2024 17:40
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from 6d4c4d1 to c286e43 Compare July 6, 2024 05:36
@renovate renovate bot force-pushed the renovate/nonebot-dependencies branch from c286e43 to 0887146 Compare July 6, 2024 13:00
@A-kirami A-kirami closed this Oct 23, 2024
@A-kirami A-kirami deleted the renovate/nonebot-dependencies branch October 23, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant