he0119 / CoolQBot

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

chore(deps): bump the production-dependencies group with 5 updates #502

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the production-dependencies group with 5 updates:

Package From To
nonebot2 2.1.3 2.2.0
nonebot-adapter-onebot 2.3.1 2.4.0
nonebot-adapter-satori 0.8.2 0.9.1
nonebot-plugin-alconna 0.36.3 0.37.0
nonebot-plugin-sentry 1.0.1 1.1.0

Updates nonebot2 from 2.1.3 to 2.2.0

Release notes

Sourced from nonebot2's releases.

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


Updates nonebot-adapter-onebot from 2.3.1 to 2.4.0

Release notes

Sourced from nonebot-adapter-onebot's releases.

Release 2.4.0

What's Changed

Full Changelog: https://github.com/nonebot/adapter-onebot/compare/v2.3.1...v2.4.0

Commits
  • 4f8bc16 :bookmark: bump version 2.4.0
  • ac6e5a1 :sparkles: Feature: 支持 Pydantic v2 (#90)
  • a4d4365 :bug: Fix: 回复消息的 id 应该为 int 类型 (#91)
  • d41d8b9 :arrow_up: auto update by pre-commit hooks (#89)
  • f3d9c51 :bug: Fix: get_forward_msg 接口返回类型注释错误 (#88)
  • 51f114b :arrow_up: Bump codecov/codecov-action from 3 to 4 (#86)
  • 3265897 :sparkles: Feature: connect bot after startup complete (#85)
  • ba539a8 :arrow_up: auto update by pre-commit hooks (#84)
  • 3ad7b98 :arrow_up: auto update by pre-commit hooks (#82)
  • 171d57a :arrow_up: auto update by pre-commit hooks (#79)
  • Additional commits viewable in compare view


Updates nonebot-adapter-satori from 0.8.2 to 0.9.1

Release notes

Sourced from nonebot-adapter-satori's releases.

v0.9.1

  • 更正部分兼容 Nonebot v2.2.0 的写法

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.9.0...v0.9.1

v0.9.0

改进

  • 适配 Nonebot v2.2.0

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.8.3...v0.9.0

v0.8.3

What's Changed

New Contributors

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.8.2...v0.8.3

Commits


Updates nonebot-plugin-alconna from 0.36.3 to 0.37.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.37.0

What's Changed

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.36.3...v0.37.0

Commits


Updates nonebot-plugin-sentry from 1.0.1 to 1.1.0

Release notes

Sourced from nonebot-plugin-sentry's releases.

Release 1.0.5

What's Changed

  • remove diff line type symbol
  • diff auto wrap line
  • fix pr review avatar
  • upgrade to nonebot 2.0.0

Full Changelog: https://github.com/cscs181/QQ-GitHub-Bot/compare/v1.0.4...v1.0.5

Release 1.0.4

Hot Fix

  • template render error

Full Changelog: https://github.com/cscs181/QQ-GitHub-Bot/compare/v1.0.3...v1.0.4

Release 1.0.3

What's Changed

  • add issue comment webhook
  • add more issue timeline events
  • upgrade docker image to python 3.11

Full Changelog: https://github.com/cscs181/QQ-GitHub-Bot/compare/v1.0.2...v1.0.3

Release 1.0.2

What's Changed

Full Changelog: https://github.com/cscs181/QQ-GitHub-Bot/compare/v1.0.1...v1.0.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
codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1e501f1) 81.13% compared to head (3d60669) 81.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #502 +/- ## ======================================= Coverage 81.13% 81.13% ======================================= Files 61 61 Lines 2444 2444 ======================================= Hits 1983 1983 Misses 461 461 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 8 months ago

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