he0119 / nonebot-plugin-wordcloud

适用于 NoneBot2 的词云插件
https://pypi.org/project/nonebot-plugin-wordcloud/
MIT License
86 stars 7 forks source link

chore(deps): bump the production-dependencies group with 3 updates #231

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the production-dependencies group with 3 updates: nonebot2, nonebot-plugin-orm and nonebot-plugin-alconna.

Updates nonebot2 from 2.1.1 to 2.1.2

Release notes

Sourced from nonebot2's releases.

Release v2.1.2 🌈🎃

🚀 新功能

🐛 Bug 修复

📝 文档

💫 杂项

🍻 插件发布

🍻 机器人发布

🍻 适配器发布

... (truncated)

Commits


Updates nonebot-plugin-orm from 0.3.0 to 0.6.0

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.6.0

Notable Changes

  .
- ├── ff14_fflogs
- │   ├── b67acef6a240_migrate_data.py
- │   └── c3c52d7c9d07_init_db.py
- ├── hello
- │   ├── 5fc001a169eb_migrate_data.py
- │   └── e2f882d2c91d_init_db.py
- ├── morning_greeting
- │   ├── 3d228011e96b_migrate_data.py
- │   └── 65a94a4a643b_init_db.py
+ ├── ff14
+ │   └── ff14_fflogs
+ │       ├── b67acef6a240_migrate_data.py
+ │       └── c3c52d7c9d07_init_db.py
+ ├── morning
+ │   ├── hello
+ │   │   ├── 5fc001a169eb_migrate_data.py
+ │   │   └── e2f882d2c91d_init_db.py
+ │   └── morning_greeting
+ │       ├── 3d228011e96b_migrate_data.py
+ │       └── 65a94a4a643b_init_db.py

请参照示例手动更改已有的集中式脚本目录结构.

注意: ORM 内部使用的目录 $LOCALSTORE_DATA_DIR/nonebot-plugin-orm/migrations/ 也是集中式脚本目录, 如果你在升级后第一次使用时出现类似这样的异常: alembic.script.revision.RevisionError: Branch name 'morning_greeting' in revision 65a94a4a643b already used by revision 65a94a4a643b, 请尝试删除此目录.

What's Changed

Full Changelog: https://github.com/nonebot/plugin-orm/compare/v0.5.1...v0.6.0

🔖 Release 0.5.1

What's Changed

Full Changelog: https://github.com/nonebot/plugin-orm/compare/v0.5.0...v0.5.1

🔖 Release 0.5.0

What's Changed

... (truncated)

Commits
  • 9b2c561 :bookmark: Release 0.6.0
  • e15d01f :bug: fix(alembic): suppress warning when inferring version path by branch label
  • 4c6bc06 :boom: refactor(alembic)!: nested version locations
  • 3b28499 :arrow_down: fix: use typing-extensions for Python < 3.11
  • a10f1a2 :bookmark: Release 0.5.1
  • 4a7dda3 :bug: fix(alembic): no cmd opts when startup
  • b0ff2a4 :arrow_up: auto update by pre-commit hooks (#5)
  • 872f625 :bookmark: Release 0.5.0
  • ef06a21 :bug: fix(alembic): ignore non-exsitent main migrations dir
  • d1e5101 :bug: fix(alembic): allow run migrations dir exists
  • Additional commits viewable in compare view


Updates nonebot-plugin-alconna from 0.30.2 to 0.33.8

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.33.8

  • 修复补全会话在多人使用下的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.7...v0.33.8

Nonebot Plugin Alconna 0.33.7

  • 更新适配 QQ适配器 1.2.0

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.6...v0.33.7

Nonebot Plugin Alconna 0.33.6

  • 修复所有 ALconnaMatcher 会共用 ExecutorParam 的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.5...v0.33.6

Nonebot Plugin Alconna 0.33.5

  • 修复补全会话在多账号下紊乱的bug

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.4...v0.33.5

Nonebot Plugin Alconna 0.33.4

  • 修复 UniMessage.template 的特殊元素构造形式不能构造部分子元素的问题
  • 修复补全会话未对传入命令进行空格过滤的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.3...v0.33.4

Nonebot Plugin Alconna 0.33.3

  • 修复在特殊情况下 asyncio.Future 提前创建导致报错的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.2...v0.33.3

Nonebot Plugin Alconna 0.33.2

  • 移除 raw: RawData, 拆分为 raw: bytes | BytesIOmimetype: str | None
  • mimetype 现在会自动检测

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.1...v0.33.2

Nonebot Plugin Alconna 0.33.1

  • 修复 Dodo 下 bot.call_api 参数未加关键字的问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.0...v0.33.1

Nonebot Plugin Alconna 0.33.0

新增:

  • 支持适配器 Dodo

改进:

  • 优化针对 kook 适配器下的 KMarkdown 的解析

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.32.0...v0.33.0

... (truncated)

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 10 months ago

Codecov Report

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

Comparison is base (72d90a8) 100.00% compared to head (9f898de) 99.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #231 +/- ## =========================================== - Coverage 100.00% 99.73% -0.27% =========================================== Files 6 6 Lines 384 384 =========================================== - Hits 384 383 -1 - Misses 0 1 +1 ```

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

dependabot[bot] commented 10 months ago

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