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 5 updates #238

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the production-dependencies group with 5 updates:

Package From To
nonebot2 2.1.1 2.1.2
nonebot-plugin-orm 0.3.0 0.6.2
nonebot-plugin-alconna 0.30.2 0.34.0
wordcloud 1.9.2 1.9.3
emoji 2.8.0 2.9.0

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.2

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.6.2

What's Changed

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

🔖 Release 0.6.1

What's Changed

New Contributors

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

🔖 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

... (truncated)

Commits
  • 930ef40 :bookmark: Release 0.6.2
  • 7da97db :bug: fix(sqla): workaround for nonebot/nonebot22
  • 7577996 :bookmark: Release 0.6.1
  • cc73a0f :coffin: refactor(sqla): remove utils.methodcaller
  • b732577 :bug: fix(sqla): close scoped session by processor
  • 0a45835 :memo: docs: update README.md
  • 9afb254 :bug: fix(alembic): UnicodeDecodeError when list_templates (#8)
  • 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
  • Additional commits viewable in compare view


Updates nonebot-plugin-alconna from 0.30.2 to 0.34.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.34.0

新增

  • Receipt 新增方法 get_reply, 用于从存储的msg_ids 中构建一个 Reply 元素
  • Receipt 新增方法 send, 与 UniMessage.send 类似,其返回值会追加在本身的 msg_ids 中
  • Receipt 新增方法 reply, 是 get_replysend 的组合版本

改进

  • UniMessage.sendreply_to 参数支持直接传入 Reply 元素

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.33.9...v0.34.0

Nonebot Plugin Alconna 0.33.9

What's Changed

New Contributors

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

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

... (truncated)

Commits
  • 4f33799 :bug: fix version 0.34.0
  • ebe5218 :bookmark: version 0.34.0
  • 234d64d :sparkles: Add get_reply method to MessageExporter subclasses
  • a09b308 :bookmark: version 0.33.9
  • aee06f2 fix(qq): upgrade nonebot-adapter-qq to 1.3.4+ (#26)
  • f9a5413 Merge pull request #25 from nonebot/pre-commit-ci-update-config
  • 414e8ee Update .pre-commit-config.yaml
  • 1c85b2f :arrow_up: auto update by pre-commit hooks
  • 7abf6c9 :bug: version 0.33.8
  • 2027d9f :bug: fix version 0.33.7
  • Additional commits viewable in compare view


Updates wordcloud from 1.9.2 to 1.9.3

Release notes

Sourced from wordcloud's releases.

1.9.3

  • Adds Python 3.12 support
  • Includes macOS arm64 wheels
  • Remove deprecated matplotlib usage

Install with:

pip install wordcloud==1.9.3
Commits


Updates emoji from 2.8.0 to 2.9.0

Release notes

Sourced from emoji's releases.

v2.9.0

  • Added Russian translation
Changelog

Sourced from emoji's changelog.

v2.9.0 (2023-12-05)

  • Added Russian translation
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 (88bea3f) 99.73%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #238 +/- ## =========================================== - 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 9 months ago

Superseded by #240.