he0119 / CoolQBot

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

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

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
pydantic 2.7.1 2.7.3
matplotlib 3.8.4 3.9.0
nonebot2 2.3.0 2.3.1
nonebot-adapter-satori 0.11.4 0.11.5
nonebot-plugin-orm 0.7.2 0.7.3
nonebot-plugin-alconna 0.45.3 0.46.5

Updates pydantic from 2.7.1 to 2.7.3

Release notes

Sourced from pydantic's releases.

v2.7.3 (2024-06-03)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3/*

v2.7.2 (2024-05-28)

What's Changed

Packaging

Fixes

Full Changelog: https://github.com/pydantic/pydantic/compare/v2.7.1...v2.7.2/

Changelog

Sourced from pydantic's changelog.

v2.7.3 (2024-06-03)

GitHub release

What's Changed

Packaging

Fixes

v2.7.2 (2024-05-28)

GitHub release

What's Changed

Packaging

Fixes

Commits


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-orm from 0.7.2 to 0.7.3

Release notes

Sourced from nonebot-plugin-orm's releases.

🔖 Release 0.7.3

What's Changed

Full Changelog: https://github.com/nonebot/plugin-orm/compare/v0.7.2...v0.7.3

Commits
  • b282fc8 :bookmark: Release 0.7.3
  • bb14320 :arrow_up: auto update by pre-commit hooks (#14)
  • ad3c865 :bug: fix(sqla): use typing types instead of collections.abc in Python 3.10
  • 4be2fb6 :bug: fix(alembic): startup prompt ugly abort
  • 1241daf :children_crossing: fix(sqla): lazy orm init
  • See full diff in compare view


Updates nonebot-plugin-alconna from 0.45.3 to 0.46.5

Release notes

Sourced from nonebot-plugin-alconna's releases.

Nonebot Plugin Alconna 0.46.5

What's Changed

  • ReplyMergeExtension 增加构造参数 sep, 用来指定拼接时的间隔字符
  • 升级依赖,Command 现在可用 .config 方法配置 CommandMeta
  • 更新内置插件 lang
  • :arrow_up: auto update by pre-commit hooks by @​pre-commit-ci in nonebot/plugin-alconna#51

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.4...v0.46.5

Nonebot Plugin Alconna 0.46.4

  • MarkdownExtension 增加一个 text_to_image 的参数,用来渲染md为图片
  • help 指令增加 --plugin-info 选项,用来输出指令对应的插件信息: image

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.3...v0.46.4

Nonebot Plugin Alconna 0.46.3

  • 增加 ReplyMergeExtension, 其可以将回复的原消息合并到当前消息作为一部分参数:
    from nonebot_plugin_alconna.builtins.extensions.reply import ReplyMergeExtension
    

    preview = Command("preview <content:any>", "预览").build(auto_send_output=True, extensions=[ReplyMergeExtension()]) @​preview.handle() async def preview_h(content): await preview.finish("rendering preview: " + content)

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.1...v0.46.3

Nonebot Plugin Alconna 0.46.1

改进

  • Command 构造器可以在初始化时传入 CommandMeta
  • fallback 现在改为 FallbackStrategy, 可以选择ignore, text, rollbackforbid; 之前的 True 表示为 text
  • AlconnaMatcher 里的 fallback 现在默认为 ignore
  • UniMessage 里的 fallback 现在默认为 rollback
  • 在 qq 适配器中 mentionmention_everyone 现在会暂时返回空格

修复

  • 修复 Reference 的构造问题

Full Changelog: https://github.com/nonebot/plugin-alconna/compare/v0.46.0...v0.46.1

Nonebot Plugin Alconna 0.46.0

新增

... (truncated)

Commits
  • 8d7cc83 :bookmark: version 0.46.5
  • 09c8de2 :sparkles: update builtin lang
  • 288e9f6 :arrow_up: alc-tools
  • 320de80 :sparkles: sep for ReplyMergeExtension
  • f3c2d5c :arrow_up: auto update by pre-commit hooks (#51)
  • 17f5e82 :arrow_up: fix version 0.46.3
  • d885c68 :sparkles: version 0.46.4
  • cc93fb1 :sparkles: MarkdownOutputExtension.text_to_image
  • d87b1b2 :bookmark: version 0.46.3
  • 9f5576c :sparkles: extension ReplyMergeExtension
  • Additional commits viewable in compare view


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 2 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 (8db479d).

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

Superseded by #575.