he0119 / CoolQBot

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

chore(deps): bump the production-dependencies group across 1 directory with 4 updates #568

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the production-dependencies group with 4 updates in the / directory: matplotlib, nonebot2, nonebot-adapter-satori and nonebot-plugin-alconna.

Updates matplotlib from 3.8.4 to 3.9.0

Release notes

Sourced from matplotlib's releases.

REL: 3.9.0

Highlights of this release include:

  • Plotting and Annotation improvements
    • Axes.inset_axes is no longer experimental
    • Legend support for Boxplot
    • Percent sign in pie labels auto-escaped with usetex=True
    • hatch parameter for stackplot
    • Add option to plot only one half of violin plot
    • axhline and axhspan on polar axes
    • Subplot titles can now be automatically aligned
    • axisartist can now be used together with standard Formatters
    • Toggle minorticks on Axis
    • StrMethodFormatter now respects axes.unicode_minus
  • Figure, Axes, and Legend Layout
    • Subfigures now have controllable zorders
    • Getters for xmargin, ymargin and zmargin
  • Mathtext improvements
    • mathtext documentation improvements
    • mathtext spacing corrections
  • Widget Improvements
    • Check and Radio Button widgets support clearing
  • 3D plotting improvements
    • Setting 3D axis limits now set the limits exactly
  • Other improvements
    • New BackendRegistry for plotting backends
    • Add widths, heights and angles setter to EllipseCollection
    • image.interpolation_stage rcParam
    • Arrow patch position is now modifiable
    • NonUniformImage now has mouseover support

REL: v3.9.0rc2

This is the second release candidate for the meso release 3.9.0.

Commits
  • be56634 REL: v3.9.0
  • 846ce8a DOC: Finish documentation for 3.9.0
  • 8604f67 Merge pull request #28206 from meeseeksmachine/auto-backport-of-pr-28205-on-v...
  • 196c8db TST: Followup corrections to #28205
  • d8f3016 Backport PR #28205: TST: Fix tests with older versions of ipython
  • 4db5ac9 Merge pull request #28203 from QuLogic/auto-backport-of-pr-28164-on-v3.9.x
  • ef1a2db Merge pull request #28204 from meeseeksmachine/auto-backport-of-pr-28195-on-v...
  • e4384b8 Merge pull request #28191 from QuLogic/no-dev-theme
  • 3b65546 Backport PR #28195: TST: Prepare for pytest 9
  • 1b526c3 Backport PR #28164: CI: Ensure code coverage is always uploaded
  • Additional commits viewable in compare view


Updates nonebot2 from 2.3.0 to 2.3.1

Release notes

Sourced from nonebot2's releases.

Release v2.3.1 🌈💝

🐛 Bug 修复

📝 文档

💫 杂项

  • Plugin: 移除已在 PyPI 上删除的 covid 插件和 molar-mass 插件 @​NCBM (#2712)

🍻 插件发布

🍻 适配器发布

Commits


Updates nonebot-adapter-satori from 0.11.4 to 0.11.5

Release notes

Sourced from nonebot-adapter-satori's releases.

Adapter Satori 0.11.5

  • 修复 Message += xxx 时错误构造

Full Changelog: https://github.com/nonebot/adapter-satori/compare/v0.11.4...v0.11.5

Commits


Updates nonebot-plugin-alconna from 0.45.3 to 0.46.0

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.46.0

新增

  • 适配器 Mirai(官方)
  • 适配器 TailChat
  • Text 新增 .bold(), .italic() 等一系列便捷方法
  • 新增 I18n 通用消息段(在发送前会转为 UniMessage)
  • AlconnaMatcher 新增 .i18n() 方法,与 I18n 作用相同
  • 新增内置插件 lang,可以切换或列出可用的语言模式

改进

  • 升级 Tarina 至 0.5.0 以使用 tarina-lang 新特性

i18n 说明

plugin-alconna 的 i18n 支持基于 tarina.lang,其提供了一个 tarina-lang 命令行工具

首先可以通过 tarina-lang new 创建文件夹 i18n

之后使用 cd ./i18ntarina-lang init,会生成如下文件:

📦 awesome-bot
├──📂 i18n
│  ├── __init__.py  🆕
│  ├── .config.json  🆕
│  ├── .template.json  🆕
│  └── .template.schema.json  🆕
├── plugin.py
└── ...

你需要将你语言文件中所有包含的项目声明在 .template.json 中,例如:

{
  "$schema": ".template.schema.json",
  "scopes" : [
    {
      "scope": "example",
      "types": [
        "test"
      ]
    }
  ]
}

然后通过 tarina-lang schematarina-lang create XXX 来创建新的语言文件。以下为使用命令创建 en-USzh-CN 语言文件后的文件结构:

📦 awesome-bot
├──📂 i18n
</tr></table> 

... (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 3 months ago

Codecov Report

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

Project coverage is 81.33%. Comparing base (c52b706) to head (634a46e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #568 +/- ## ======================================= Coverage 81.33% 81.33% ======================================= Files 64 64 Lines 2572 2572 ======================================= Hits 2092 2092 Misses 480 480 ```

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

dependabot[bot] commented 3 months ago

Superseded by #569.