he0119 / CoolQBot

基于 NoneBot2 的聊天机器人
MIT License
88 stars 22 forks source link

chore(deps): bump the production-dependencies group with 7 updates #534

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the production-dependencies group with 7 updates:

Package From To
pydantic 2.6.3 2.6.4
nonebot-adapter-onebot 2.4.2 2.4.3
nonebot-adapter-kaiheila 0.3.1 0.3.3
nonebot-plugin-wordcloud 0.7.0 0.7.1
nonebot-plugin-alconna 0.38.2 0.41.1
nonebot-plugin-memes 0.6.1 0.6.2
nonebot-plugin-bawiki 0.11.1 0.11.2

Updates pydantic from 2.6.3 to 2.6.4

Release notes

Sourced from pydantic's releases.

v2.6.4 (2024-03-12)

What's Changed

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.6.3...v2.6.4/

Changelog

Sourced from pydantic's changelog.

v2.6.4 (2024-03-12)

GitHub release

What's Changed

Fixes

Commits


Updates nonebot-adapter-onebot from 2.4.2 to 2.4.3

Release notes

Sourced from nonebot-adapter-onebot's releases.

Release 2.4.3

What's Changed

Full Changelog: https://github.com/nonebot/adapter-onebot/compare/v2.4.2...v2.4.3

Commits
  • ffd17aa :bookmark: bump version 2.4.3
  • b2d9011 :arrow_up: Bump nwtgck/actions-netlify from 2 to 3 (#101)
  • a59e68b :bug: fix rich highlight error when no params
  • a438b8b :bug: Fix: 加群/添加好友请求的 comment 可能为 None (#98)
  • See full diff in compare view


Updates nonebot-adapter-kaiheila from 0.3.1 to 0.3.3

Release notes

Sourced from nonebot-adapter-kaiheila's releases.

v0.3.3

Full Changelog: https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.3.2...v0.3.3

v0.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.3.1...v0.3.2

v0.3.2a1

What's Changed

New Contributors

Full Changelog: https://github.com/Tian-que/nonebot-adapter-kaiheila/compare/v0.3.1...v0.3.2a1

Commits


Updates nonebot-plugin-wordcloud from 0.7.0 to 0.7.1

Release notes

Sourced from nonebot-plugin-wordcloud's releases.

v0.7.1

💫 杂项

Changelog

Sourced from nonebot-plugin-wordcloud's changelog.

[0.7.1] - 2024-03-24

Fixed

  • 修复 shortcut 匹配问题
Commits


Updates nonebot-plugin-alconna from 0.38.2 to 0.41.1

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.41.1

  • 增加配置项:
    • ALCONNA_ENABLE_SAA_PATCH: 是否启用 SAA 补丁
    • ALCONNA_APPLY_FILEHOST: 是否启用文件托管
  • 为 nonebug 的 fake 适配器提供基础支持

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.41.0...v0.41.1

Nonebot Plugin Alconna 0.41.0

  • 新增方法 apply_media_to_url ,允许用户传入一个负责将文件path或bytes数据转为url的异步函数给Media类使用
  • 选择方法 apply_filehost,会使用 nonebot-plugin-filehost 来实现 apply_media_to_url

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.40.1...v0.41.0

Nonebot Plugin Alconna 0.40.1

  • 修复 Reply 处理时的错误
  • 增加方法 reply_fetch 在 uniseg 下作为原先 reply_handle 的替代

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.40.0...v0.40.1

Nonebot Plugin Alconna 0.40.0

What's Changed

  • 新增 MessageBuilder 负责把各适配器的 Message 转为 UniMessage,同时取消各 UniSegment 原先的 BasePattern
  • 命令解析内部现在统一使用 UniMessage
  • Text 消息段新增 styles 属性,负责标记各段文字上的样式信息
  • AtIDImageUrl 现统一在 nonebot_plugin_alconna.typings
  • fix dep inject for CommandResult by @​lgc2333 in nonebot/plugin-alconna#39
  • 新增 Bold, Underline, Italic 等样式消息段标注,可以组合,标记后插件会将解析结果的str转回Text进行校验

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.38.2...v0.40.0

v0.40.0rc3

  • 补充传入 list[str] 的情况

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.40.0rc2...v0.40.0rc3

v0.40.0rc2

What's Changed

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.40.0rc1...v0.40.0rc2

v0.40.0rc1

u预发布版本,测试兼容性

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.38.2...v0.40.0rc1

Commits


Updates nonebot-plugin-memes from 0.6.1 to 0.6.2

Release notes

Sourced from nonebot-plugin-memes's releases.

v0.6.2

What's Changed

  • 更新 nonebot-plugin-alconna e245d6f1b7a04a8ac3123c9b17e493bc2f9c9927
  • 添加 memes_random_meme_show_info 配置项 1dd4ccd277119be2f9b71452fda006616ec7dba4

Full Changelog: https://github.com/noneplugin/nonebot-plugin-memes/compare/v0.6.1...v0.6.2

Commits


Updates nonebot-plugin-bawiki from 0.11.1 to 0.11.2

Release notes

Sourced from nonebot-plugin-bawiki's releases.

v0.11.2

Full Changelog: https://github.com/lgc-NB2Dev/nonebot-plugin-bawiki/compare/v0.11.1...v0.11.2

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 5 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.